SAS Functions SAS How To's Complete Guide for SAS INTCK Function – Many Examples In this article, we provide a Complete Guide for the SAS INTCK Function with many examples.
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 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…