Previous Topic: Required Execution JCLNext Topic: Using the ISPF Online Panels


Cataloged Procedure

CA JCLCheck supplies the following cataloged procedure. This procedure performs the same function as the previous execution JCL using a library procedure to contain the JCL that CA JCLCheck checks. This procedure contains the key JCL with the exception of the SYSIN statement. Once you install CA JCLCheck at your site, use the cataloged procedure as follows:

//        EXEC CAZ1JCHK, OPTION='options'
//SYSIN  DD DATA,DLM='ZZ'
   (JCL to analyze)
ZZ

or

//        EXEC CAZ1JCHK    OPTION='options'
//SYSIN  DD DSN=library, DISP=SHR