Combining multiple records into one field Posted on April 29, 2022 Let’s say you have data in long format: [Read More] Tags: SAS DO UNTIL FIRST LAST CATX BY-GROUP
Aggregating in SAS - Efficiency of two approaches Posted on March 1, 2022 How do you aggregate in SAS? You often have to use some PROC’s to get what you need. [Read More] Tags: SAS PROC MEANS PROC SQL CLASS GROUP BY SUMMARIZE STATISTICS EFFICIENCY
Locating Specific Variables Across Data Sets Using SAS Posted on February 22, 2022 Overview [Read More] Tags: SAS PROC SQL INTO DICTONARY METADATA
Last Observation Carried Forward (LOCF) in SAS Posted on November 30, 2021 Overview [Read More] Tags: SAS MERGE PROC FREQ SPARSE RETAIN PDV
Arrays 101 Posted on October 20, 2021 We often need to flag whether a patient was diagnosed with a given medical condition. [Read More] Tags: SAS ARRAY DO LOOP