Most easiest bat is below.
"c:\Program Files\SASHome\SASFoundation\9.4\Sas.exe" -sysin "c:\SASPrograms\prog1.sas" "c:\Program Files\SASHome\SASFoundation\9.4\Sas.exe" -sysin "c:\SASPrograms\prog2.sas" "c:\Program Files\SASHome\SASFoundation\9.4\Sas.exe" -sysin "c:\SASPrograms\prog3.sas" "c:\Program Files\SASHome\SASFoundation\9.4\Sas.exe" -sysin "c:\SASPrograms\prog4.sas"
If you want to specify log file path or listing output file path, then add -log or -print option with file path.
This example in the SAS documentation should help you.
Most easiest bat is below.
"c:\Program Files\SASHome\SASFoundation\9.4\Sas.exe" -sysin "c:\SASPrograms\prog1.sas" "c:\Program Files\SASHome\SASFoundation\9.4\Sas.exe" -sysin "c:\SASPrograms\prog2.sas" "c:\Program Files\SASHome\SASFoundation\9.4\Sas.exe" -sysin "c:\SASPrograms\prog3.sas" "c:\Program Files\SASHome\SASFoundation\9.4\Sas.exe" -sysin "c:\SASPrograms\prog4.sas"
If you want to specify log file path or listing output file path, then add -log or -print option with file path.
Thanks
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.