SAS Users
Providing technical tips and support information, written for and by SAS users.
Two macros for detecting data errors
Last year, I wrote a blog demonstrating how to use the %Auto_Outliers macro to automatically identify possible data errors. This blog demonstrates a different approach—one that is useful for variables for which you can identify reasonable ranges of values for each variable. For example, you would not expect resting heart
Updates on the Apache Log4j CVE-2021-44228 vulnerability
Read this bulletin for the SAS response to CVE-2021-44228, the Apache Log4j vulnerability.
Getting Started with Python Integration to SAS® Viya® - Part 6 - Descriptive Statistics
Welcome to the sixth 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, and how to work with the results. Now it's time to generate simple descriptive statistics of a CAS table. Let's begin