Intro to SAS Macro Programming (Part 1)
Trying different statistical languages and being confortable with them is a big advantage for today's statisticians and data scientists. This is why I wanted to do this series of posts that will include (besides R and Python) SAS, SAS Macro , Julia..etc What is SAS? I will try to be as unbiased as possible here. According to its Wikipedia page , SAS is a software suite that can mine, alter, manage and retrieve data from a variety of sources and perform statistical analysis on it. SAS has a multitude of procedures specialized in statistical analysis, data manipulation and visualisation. SAS programming consists on writing the code composed by SAS Data Steps and SAS Procedures, and Executing it. The concepts of parameters and variables is included in the SAS Macros.