SAS Formats SAS How To's How to Format Variables in a SAS Dataset In this article, we discuss 3 methods to format variables in a SAS dataset.
SAS How To's How to Easily Convert a String into a Date in SAS In this article, we demonstrate how to convert a text string into a SAS date.
SAS How To's How to Extract Characters from a String in SAS In this article, we discuss how to extract characters from a text string (i.e., a substring). We also show you…
SAS How To's 3 Easy Ways to Create a Macro Variable in SAS In this article, we discuss 3 methods to create a macro variable in SAS.
SAS How To's 3 Easy Ways to Create an Index in SAS [Examples] If you want to speed up your SAS code by using an index, this article is for you. But, what…