JAMS can execute SAS programs with the Windows Command Procedure Execution Method.
Below is an example of an SAS job-source information:
c:\YourSASPath\sas.exe
-autoexec d:\sas\autoexec.sas
-config d:\sas\config.sas
-nologo
-log d:\work\logs\pull_sample200102131244.log
-sysin d:\YourDir\YourProgram.sas
Add Your Comments