START !!(how to put multiple starts in one batch ... lol)
Start "Job1" "c:\Program Files\SASHome\SASFoundation\9.4\Sas.exe" —sysin c:\test1.sas
START with WAIT to make them run one after another
http://blogs.sas.com/content/iml/2015/03/16/pass-params-sysget.html
With this change, you can run the DATA step in batch mode and use the -SET option on the SAS command line to change the parameter values for each invocation. For example, if the program is stored in the file PassParams.sas then the first invocation from a Windows command prompt could be
http://www.sascommunity.org/wiki/Parse_sysparmhttp://www.sascommunity.org/wiki/Batch_processing_under_Windows#Advanced_Usage:_Setting_Environment_Variables
https://communities.sas.com/t5/SAS-Procedures/SYSPARM-Pass-Command-Line-Arguments-to-SAS/td-p/194511
No comments:
Post a Comment