All Posts

SAS System Engineer Sophia Rowland reveals how to embed decision flows into webpages and applications using APIs for a better customer experience.

Over the past year, it’s become normal for me to order my groceries online, make telehealth appointments for my family and attend dozens of virtual meetings every week. And I am not alone. Last year not only brought an increase in the use of digital technologies. It also brought with

SAS Viya 2020.1.4 introduced support for Kerberos delegation. As a result, Kerberos delegation will be available with the Long Term Support release 2021.1. This series starts with an overview and continues into authentication processing in detail, Kerberos delegation configuration, and requirements for SAS/ACCESS to Hadoop. Part 1 - SAS Viya

This article shows how to estimate and visualize a two-dimensional cumulative distribution function (CDF) in SAS. SAS has built-in support for this computation. Although the bivariate CDF is not used as much as the univariate CDF, the bivariate version is still a useful tool in understanding the probable values of

Vivimos una crisis sin precedentes en nuestra historia. A causa del COVID-19, numerosos países han impuesto diferentes medidas de cuarentena y restricciones a la vida social y económica. La salud es la prioridad , pero se han puesto en marcha múltiples ayudas con objeto de paliar la inmediata crisis económica.

The computer vision team was recently presented with the following challenge concerning image matching performance. An insurance company has the capability to submit claims and supporting materials digitally via an online interface. They need, however, to be able to detect when images already used in previous claims have been resubmitted

In many programming languages, there is a function named eval() that can be used to evaluate an expression and return the result at run time. For example, in Python, the eval() function parses the expression passed to it and runs a Python expression or code within the program. Even Python

Damit Innovation in Disruption umbenannt werden kann, braucht es erst mal ein gutes Ohr für das noch theoretische Vorhaben.

If you have ever had a consult with one of us, or maybe joined one of our seminars or other events, you have most likely heard us talk about the importance of eating more non-starchy vegetables. What exactly does that mean? And which vegetables are starchy? It all comes down

This article uses simulation to demonstrate the fact that any continuous distribution can be transformed into the uniform distribution on (0,1). The function that performs this transformation is a familiar one: it is the cumulative distribution function (CDF). A continuous CDF is defined as an integral, so the transformation is

Welcome to the fifth installment in my series Getting Started with Python Integration to SAS Viya. In previous posts, I discussed how to connect to the CAS server, how to execute CAS actions, how to work with the results, and how your data is organized on the CAS server. In

One of my areas of focus is mental health and I have a personal/professional commitment to normalizing seeking resources for support. It makes sense for me to write a post on mental health resources for PRIDE month. It makes sense given that LGBTQ+ individuals experience a higher rate of mental
一、可能有的狀況 錯誤訊息: [Error] Failed to transcode data from utf-16le to wlatin1 encoding because it contained characters which are not supported by your SAS session encoding. Please review your encoding= and locale= SAS system options to ensure that they can accommodate the data that you want to process. 資料匯入後都是亂碼 二、造成原因 資料與電腦環境的編碼不同,便可能造成使用者資料匯入後無法使用

Le développement de l’intelligence artificielle dans les différents secteurs d’activité fait de plus en plus l'objet d'une surveillance accrue en raison de l’aptitude des algorithmes à amplifier les bonnes et les mauvaises décisions. En parallèle, les discussions sur l'éthique (règles de conduite reflétant nos croyances sur ce qui est juste

Kevin Russell of SAS Technical Support reveals the effects of data size and language elements in your code when you execute the DATA step in CAS.