Example JCL Statements to run the host server program as a job

For an explanation of these values, see Specifying JCL Statements to run the host server program as a job.

Sample JCL Statements to run the host server program as a job

  //JOBNAME  JOB  ACCOUNT
  //STEP     EXEC PGM=AUPTCPS,TIME=NOLIMIT
  //STEPLIB  DD   DSN=AUP.SAUPLOAD,DISP=SHR
  //         DD   DSN=CEE.SCEERUN,DISP=SHR
  //SYSPRINT DD   SYSOUT=*