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,…
SAS Functions 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…
SAS Functions 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…
SAS Functions Increment SAS date with the INTNX function Increment a SAS date In SAS you can increment a SAS date with the INTNX function. For example, you can…