JAMS 6.x Help
Running SAS Jobs with JAMS

Windows Command Procedure Method

JAMS can execute SAS programs using the Windows Command Procedure Execution Method.

Below is an example of a SAS job-source:

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

SAS Execution Method

As an alternative, you can create a SAS execution method from within JAMS. This allows the source tab of a Job definition to contain the contents of your SAS program.

JAMS VBScript Execution Method

SAS Projects (EGP files) can be saved as Visual Basic scripts from the SAS Enterprise Guide and executed using the JAMS VBScript Execution Method.

 

 


Topic updated: 2/20/2017
©2017 MVP Systems Software, Inc. All Rights Reserved.

Send comments on this topic.