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
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.
SAS Projects (EGP files) can be saved as Visual Basic scripts from the SAS Enterprise Guide and executed using the JAMS VBScript Execution Method.