How to Easily Calculate a Moving Average in SAS In this article, we discuss how to create 3 types of moving averages.
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…
3 Easy Ways to Create a Macro Variable in SAS In this article, we discuss 3 methods to create a macro variable in SAS.
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…
3 Easy Ways to Calculate the Median in SAS In this article, we discuss 3 methods to calculate the median in SAS. We use PROC MEANS, PROC UNIVARIATE, and…