SAS Users
Providing technical tips and support information, written for and by SAS users.
Using RStudio with SAS Viya
Getting started with SAS Viya and RStudio -- making the connection, and submitting my first commands via CAS actions.
Using Data Views in SAS Visual Analytics
In SAS Visual Analytics 8.3, a Data View is a reusable and shareable template for a data source. That means that the data view is tied to the data source, and not to the report. Here's how to use them.
Keeping the top frequency count (n) for each character variable in a SAS data set
Which character variables have the highest frequency count? You can easily determine this using a variety of procedures that calculate frequency count. For example, the FREQ Procedure or the MEANS Procedure. This blog post illustrates this process through two examples.