SAS How To's How to Delete a Data Set in SAS Delete a Data Set Normally, SAS users remove data sets to create free space and/or get rid of old data.…
SAS Functions Obtain the first non-missing value in SAS This article answers the question of how to obtain the first non-missing value of a list of values in SAS.…
SAS Functions 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…
SAS Functions 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…
SAS Functions 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,…