SAS Users
Providing technical tips and support information, written for and by SAS users.
Splitting a data set into smaller data sets
SAS' Leonid Batkhan shows you how to split a large data set into many by a subsetting by a number of observations to produce smaller, better manageable data sets.
How to create a path-based CASLIB to SASWORK for speedier analysis with SAS® Viya®
Is there programmatic way to reduce memory requirements of a CAS table in SAS® Viya®? Yes! SAS' Steven Sober shows you how.
Adjusting outliers with the 1.5 IQR rule
In my new book, End-to-End Data Science with SAS: A Hands-On Programming Guide, I use the 1.5 IQR rule to adjust multiple variables. This program utilizes a macro that loops through a list of variables to make the necessary adjustments and creates an output data set. One of the most