JCLCheck Common Component is a subset of the JCLCheck Workload Automation product. JCLCheck Common Component is shipped free of charge with several host products such as CA 7.
The JCLCheck Common Component is used to validate JCL statements for syntax errors for jobs submitted by CA 7.
This Knowledge Document describes the set up requirements for using the JCLCheck Common Component with CA 7.
Release: All
Component: CA 7 and JCLCheck Common Component
- Remove the SYSPROC DD statement.
- Create a sequential data set or a PDS member with DCB=(RECFM=FB,LRECL=80,BLKSIZE=80*nnn). For this example, DSN=JCLCHK.OPTION.FILE is a sequential file and contains the following options: AU
- Add the statement "JCLCHECK,DDNAME= ddname" to the CA 7 INIT Deck. For example, JCLCHECK,DDNAME=JCLCHXX
- In the CA 7 started task JCL, add the statement:
//JCLCHXX DD DSN=JCLCHK.OPTION.FILE,DISP=SHR
CA-7.IJCK - THE FOLLOWING JCLCHECK OPTIONS IN EFFECT:
CA-7.IJCK - O(JCLCHECK),AU,ER(I),F,LIS,SP(NOR),LIN(25),VSAM
CA-7.IJCK - CA-JCLCHECK COMMON LOADED.
CA-7.IJCK - JCLCHECK INTERFACE BUFFER SIZE IS 08000.