The EDCHEK feature is the most commonly used ISPF interface and is invoked to validate JCL while in an ISPF Edit session. To use EDCHEK, execute either command !JCK or EJCK. These commands validate the JCL and display the results on the terminal. The command !JCK executes a program while EJCK executes a CLIST, which allows the passing of runtime options. For example, the command ” EJCK LIST” passes the option LIST to display all the reports requested. The command “EJCK PANEL” displays an options panel before executing.
To use the EDCHEK interface:
Note: All the STEPLIB concatenated libraries must be APF-authorized.
Alternately, you can use the LIBDEF method of allocating your system libraries as follows:
Important: Do not use LIBDEF ISPLLIB to allocate the CA JCLCheck load libraries (CAZ2LOAD and CD51LOAD). ISPLLIB modules cannot run authorized.
To validate this setup, enter TSO CAZ1TSF. When APF-authorized, the display shows:
CAZ1TSF - JCLCHECK AUTHTSF ENTRY 'CAZ2CTSO' FOUND
CAZ1TSF - JCLCHECK AUTHCMD ENTRY 'JCLCHECK' FOUND
CAZ1TSF - JCLCHECK AUTHPGM ENTRY 'JCLCHECK' FOUND
The EDCHKDD DD statement allocates a data set that contains CA JCLCheck runtime options.
Copyright © 2013 CA.
All rights reserved.
|
|