BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
Ashpak
Calcite | Level 5
I have sas 4 programs
I would like to execute from windows bat file is there way we can execute?
1 ACCEPTED SOLUTION

Accepted Solutions
japelin
Rhodochrosite | Level 12

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.

View solution in original post

3 REPLIES 3
SASKiwi
PROC Star

This example in the SAS documentation should help you.

japelin
Rhodochrosite | Level 12

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.

Ashpak
Calcite | Level 5

Thanks

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1430 views
  • 3 likes
  • 3 in conversation