Processing jobs - processing control

Table 1. Processing Control Task for Processing Jobs
TASKS FOR PROCESSING JOBS STATEMENTS AND PARAMETERS FOR TASK
JCL statements JES2 statements JES3 statements
JOB EXEC Other JCL
Processing control
by conditional execution

COND
 
CANCEL on
BYTES, CARDS,
LINES, and
PAGES

COND IF/THEN/ELSE/ENDIF statement construct CANCEL on BYTES, CARDS, LINES, and PAGES on /*JOBPARM CANCEL on BYTES, CARDS, LINES, and PAGES on //*MAIN
by timing execution TIME or time in JOB JES2 accounting information TIME   TIME on /*JOBPARM  
for testing:
  1. by altering usual processing
  2. by dumping after error

TYPRUN
CLASS  

DUMP on
BYTES, CARDS,
LINES, and
PAGES  

PGM=IEFBR14
 
PGM=JCLTEST
PGM=JSTTEST
(JES3 only)

SYSMDUMP DD
SYSUDUMP DD
SYSABEND DD
 

To format dump on 3800 Printing Subsystem, FCB=STD3 and CHARS=DUMP on dump DD.
 

//*PROCESS
//*ENDPROCESS

DUMP on BYTES, CARDS, LINES, and PAGES on //*MAIN