Uncategorized How to Easily Calculate a Moving Average in SAS In this article, we discuss how to create 3 types of moving averages.
Uncategorized How to Create a Scatter Plot in SAS [Examples] In this article, we demonstrate how to create a scatter plot (by group). We also show how to enhance your…
Uncategorized How to Easily Create a ZIP file in SAS A ZIP file is useful to compress a file and to combine multiples files with different formats into one file.…
Uncategorized How to Calculate the Cumulative Percentage by Group in SAS In this article, we discuss how to calculate a cumulative percentage in SAS
Uncategorized Fastest Way to Sort a SAS Dataset In this article, we compare the performance of PROC SORt and PROC SQL to find the fastest way to sort…