NEW ON BLOG

SAS Data Access Functions
The SAS data access functions OPEN(), FETCH(), FETCHOBS(), GETVARN(), GETVARC(), ATTRN(), ATTRNC(), VARNAME(), and CLOSE()] are powerful and under-used elements of the SAS programming language, with broad applications in both macro and DATA step contexts.
BASE SAS

Default Sorting Order of Characters in SAS
Sorting Orders for Numeric Variables Numeric variables are sorted from the smallest-to-largest comparison and the sequence is as below. SAS
Save SAS log to an external file : Proc Printto in SAS
PROC PRINTTO procedure is used to redirect log output and procedure output to files or printers. To save the output

Using Proc Contents to describe SAS datasets
Do you want to know the metadata of a SAS dataset? There are many scenarios where you may need to
SAS/STAT



How to summarize categorical data graphically?
You can summarize categorical data by first sorting the values according to the categories of the variable. Then, placing the count, amount, or percentage of each category into a summary table or into one of several types of charts.