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

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 754 views
  • 3 likes
  • 3 in conversation