Generating Multiple Excel Files
The macro is dynamic to generate multiple Excel files containing the frequency results for each unique BY-group. (e.g., Type). PROC SQL SELECT code is embedded inside a macro in this SAS example. The SELECT query processes the column (passed in the macro parameter) and then create a macro variable with the number of unique (distinct) [...]
July 21, 2020
1 min

