SAS Users
Providing technical tips and support information, written for and by SAS users.
Going from SAS 9 to SAS Viya and I can hardly contain myself
I am a long-time SAS 9 Administrator, I feel very confident in my understanding of SAS 9 administration. I will admit I don’t know everything, but I have been administering SAS since the days of SAS 9.1.3. I often tell my students I am a general practitioner when it comes
The SAS/ACCESS Developer's Corner: SUBCHAR-acteristics
Understanding the problem Working with character data of different encodings across different systems can occasionally result in failures to translate or transcode that data from its source format to a destination format. When using a SAS/ACCESS LIBNAME engine to query DBMS data, this scenario can end up causing errors when
Little known secrets of DO-loops with index variables
SAS' Leonid Batkhan reveals how to use versatile iterative DO loops with index variable pertaining to SAS DATA steps.