HomeContact

Latest Posts

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
Base SAS
Ten Quick Uses of Proc Datasets
In this article, you will learn ten uses of the Proc Dataset procedure PROC DATASET can perform a…
Subhro Kar
Subhro Kar
July 18, 2020
2 min
Creating multiple observations from single observation in SAS
In the previous post, we discussed Creating a single record from multiple records in SAS. What if you want to go the other approach, that is, creating a data set with multiple observations from a single observation per ID? The process is simple, and we have taken the output from the previous example as input [...]
July 11, 2020
1 min
Creating a single record from multiple records in SAS
Creating a single record from multiple records in SAS is to transform a data set with one observation per subject and convert it to a data set with many observations per subject. Why is this required? It is easier to analyse when all the information per subject is in a single observation, for example, generating [...]
July 09, 2020
1 min
Previous
Page 12 of 17
Next
© 2025 9to5sas
AboutContactPrivacyTerms