gtpm6m1bMain Supervisor Reference

EREP Job Control Language

//JOBLIB   DD      DSN=xxxx,DISP=SHR
//AMS      EXEC    PGM=AMX1
//INTAPE   DD      VOL=SER=xxxx,LABEL=(2,BLP),UNIT=3480,
                   DISP=(OLD,KEEP),DCB=BLKSIZE=32760,DSN=xxxx
//HISTORY  DD      LABEL=(,NL),UNIT=3480,VOL=SER=xxxx,
                   DISP=(NEW,KEEP),DSN=xxxx,DCB=(BLKSIZE=yyyy,LRECL=zzzz)
//WORKOUT  DD      LABEL=(,NL),UNIT=3480,VOL=SER=xxxx,
                   DSN=xxxx,DISP=(NEW,KEEP)
//SYSUDUMP DD      SYSOUT=A

Where:

xxxx
Any combination of characters or numbers in accordance with standard MVS conventions. Tape serial numbers and the data set on which the program AMX1 (EREP) must also be supplied.

yyyy
1832 bytes and zzzz = 1828 when creating a history file for EREP0 processing.

yyyy
1948 bytes and zzzz = 1944 when creating a history file for EREP1 processing.