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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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