Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 273 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 273 Bytes

SAS Macros

Mac's collection of SAS macros and maybe code too. To use, clone and INCLUDE. For example:

$ git clone https://github.com/gaulinmp/sas_macros.git /tmp/path_of_greatness

Then in SAS:

$ sas -nodms
1? %INCLUDE "/tmp/path_of_greatness/MACROS.SAS";