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…
Extract a Substring in SAS with SUBSTR In SAS you can use the SUBSTR function to read a part of a string. You indicate the input string,…
Find a Substring in SAS with the FIND function In SAS you can use the function FIND to check whether a string contains a combination of characters (or a…
How to Easily Replace Characters in a String in SAS In this article, we answer the question of how to replace characters in a SAS string? How to Replace a…
How to Quickly Convert DateTime to Date variable In SAS you can store dates as a DateTime variable or a Date variable. However, you can’t compare these two…