Created
December 7, 2012 07:41
-
-
Save Benjit87/4231537 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: Open the folder that contains the sas files | |
cd "C:\Users\Benji_Thian\Desktop\SAS_and_OTHERS\Scheduling" | |
:: Use Base SAS to call the javasas.sas program in batch mode with any specificed settings u want | |
"C:\Program Files\SASHome\SASFoundation\9.3\sas.exe" -BATCH -NOTERMINAL -CONFIG "C:\Program Files\SASHome\SASFoundation\9.3\nls\en\sasv9.cfg" -set classpath "C:\Users\Benji_Thian\workspace\test\bin" -SYSIN "javasas.sas" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment