SAS Users
Providing technical tips and support information, written for and by SAS users.
Expanding lengths of all character variables in SAS data sets
SAS' Leonid Batkhan reveals how to change lengths for all character variables in a data set and all data sets in a data library to facilitate data migration to Unicode encoding environment.
Learning to think like SAS
The most fundamental concept that students learning introductory SAS programming must master is how SAS handles data. This might seem like an obvious statement, but it is often overlooked by students in their rush to produce code that works. I often tell my class to step back for a moment
How to prompt for a date range in a SAS Visual Analytics Report - Four Part Series
Let's learn how to prompt for a date range in a SAS Visual Analytics report using control objects such as sliders, drop-down lists, and text input.