Skip to content

Instantly share code, notes, and snippets.

@Benjit87
Created December 7, 2012 07:41
Show Gist options
  • Save Benjit87/4231537 to your computer and use it in GitHub Desktop.
Save Benjit87/4231537 to your computer and use it in GitHub Desktop.
:: 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