Lowercase, Uppercase & Proper case in SAS Character cases in SAS In SAS you can modify a character’s case with the LOWCASE, UPCASE, and PROPCASE functions. This…
Concatenate Strings with CAT, CATT, CATS & CATX Concatenate Strings in SAS In SAS you can concatenate strings in a variety of ways. This article answers the question…
Create Date Variables in SAS with the MDY Function Date Variables in SAS SAS stores all dates variables as numbers with the 1st of January 1960 as zero. So,…
How to Extract a Specific Word from a SAS String In SAS, you can use the SCAN function to extract a word from a string. This function takes the string…
How to Easily Calculate the Difference Between Two SAS Dates In SAS you can calculate the difference between two dates with the INTCK function. For example, you can calculate the…