Previous Topic: TroubleshootingNext Topic: DEBUG Option


Sample JCL for Batch Output

To help speed up problem diagnostic, CA Support may request the CA JCLCheck errors be reproduced using CA JCLCheck in batch mode (EXEC PGM=JCLCHECK). The use of batch and a STEPLIB DD to the CA JCLCheck load library eliminates other factors.

The following JCL executes proc CAZ1JCHK from the CA JCLCheck CAZ2PROC data set:

//Z1EXJCHK  JOB ... 
//Z1EXJCHK  EXEC CAZ1JCHK, OPTION='O(OPTS) 
//STEPLIB   DD  DISP=SHR,DSN=CAI.JCLCHECK.CAILOAD   <== change
//SYSIN     DD  DISP=SHR,DSN=YOUR.JCLLIB(JOBX)      <== change
//OPTS      DD  *  
AU JOB FULL LIST XREF SXREF PXREF 
/*

Usage notes: