Running SAS Jobs


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


Posted Monday, March 01, 2010 by TonyC
http://www.jamssupport.com/KnowledgebaseArticle50096.aspx