Category: SAS

Metacoda Activity Reviewer

The latest release of Metacoda Plug-ins, version 6.2, is now available and includes a new Activity Reviewer plug-in which can be used to review SAS® 9 platform log records from within SAS Management Console for the purposes of audit. This blog pos…

Review garbage characters in RTF output on Unicode SAS

As SAS delivered powerful end-to-end artificial intelligence & machine learning platform SAS® Viya®, more and more SAS users plan to adopt this new platform to produce faster outcomes and invaluable insights. The significant difference between SAS Viya and SAS 9 is, UTF-8 is the default session encoding in SAS Viya, […]

Review garbage characters in RTF output on Unicode SAS was published on SAS Users.

How to evaluate SAS expressions in PROC DS2 dynamically

Some readers read the article “how-to-evaluate-sas-expression-in-data-step-dynamically” and wonder if there is a same mechanism or functionality in DS2. As indicated in that article, SAS provides similar features in DATA step, PROC CAS and PROC Python, but some projects like ESP (Event Stream Processing) projects would store those expression definition in […]

How to evaluate SAS expressions in PROC DS2 dynamically was published on SAS Users.

Remote SAS Management Console using WSL2

A recent SAS Communities post got me thinking about running SAS Management Console using WSL2. In that post, the questioner was asking about how to manage multiple SAS environments with different SAS 9.4 maintenance levels (M5 and M8) from a single cli…

Python Integration to SAS® Viya® – Part 21 – Impute Missing Values

Welcome to the continuation of my series Getting Started with Python Integration to SAS Viya. In this post I’ll show how to impute missing values in a distributed CAS table using the fillna method from the Pandas API in the SWAT package and the impute CAS action. Load and prepare data […]

Python Integration to SAS® Viya® – Part 21 – Impute Missing Values was published on SAS Users.

Python Integration to SAS® Viya® – Part 20 – Remove Duplicate Rows

Welcome to the continuation of my series Getting Started with Python Integration to SAS Viya. In this post I’ll discuss how to remove duplicate rows from a distributed CAS table using the both the Pandas API in the SWAT package and the native CAS action. The Pandas API drop_duplicates method was […]

Python Integration to SAS® Viya® – Part 20 – Remove Duplicate Rows was published on SAS Users.