...
For example, the JCL shown below contains CA7 Scheduled Overrides statements #JI and #JEND. This JCL will set CLASS =A if the SCHID is between 1 thru through 39, and set CLASS=B if the SCHID is between 40 thru through 79. The user can set the SCHID by entering it into the Schedule ID field. The Agent scans for #JI and #JEND, and generates the appropriate JCL, as shown in the following example.
Panel |
---|
//SCHID JOB (IMS,001),JIM,MSGCLASS=X,MSGLEVEL=(1,1),NOTIFY=&SYSUID,
#JI,ID=(1-39)
// CLASS=A
#JEND
#JI,ID=(40-79)
// CLASS=B
#JEND
//S1 EXEC PGM=IGWSPZAP
//SYSLIB DD DSN=OPS01.JS01.LOAD,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
DUMPT WMSSETRC WMSSETRC
/*
// |
...
- One of the special DDNAMEs: CA11NR, UCC11NR, or OPSNR000.
- DD statement with DISP=(NEW,PASS) or (OLD,DELETE). (Note that the third DISP value is not considered by the agent.)
- A backwards volume reference. For example: VOL=REF=...
- The JOB or EXEC statement specifies RD=NR or RD=NC.
Anchor |
---|
| Viewing Re-run Reports |
---|
| Viewing Re-run Reports |
---|
|
...