Use the following EXEC statement to invoke CA JCLCheck:
Calls the JCLCheck program and supplies all the PARM requirements. For a complete description of all the PARM options available, see Setting up CA JCLCheck Options.
This EXEC statement is required.
Statement that points to the JCLCheck load library to call the JCLCheck procedure.
The STEPLIB statement is only required if it is not set up in the linklist.
Use the following list of required and optional DD statements when you invoke CA JCLCheck:
File that receives the CA JCLCheck reports. Its logical record length is 133 and it can be blocked. To change the ddname of this file, use the LIST option.
Required unless PARM=NOLIST is specified or the NOLIST option is specified in the options file.
Statement that points to the procedure library that CA JCLCheck uses to resolve references to cataloged procedures. If you have more than one procedure library, you can concatenate other data sets on DD statements to this one. To change the ddname of this file, use the PROC option. Specify the same procedure libraries for this file as you have specified in your JES procedure. Generally, the ddname is PROC00 for JES2 and IATPLBST for JES3.
Required unless you are using AUTOPROC.
CA TLMS Volume Master File (VMF).
Required if CA TLMS support is installed and you select the CA TLMS (TLMS) support option.
Provides CA JCLCheck support for the PROCLIB parameter of the JES2 /*JOBPARM control statement.
Required unless you are using AUTOPROC. You should add the PROCLIB allocation statements from the JES2 procedure to the JCL that executes CA JCLCheck.
Do not use with AUTOPROC.
Provides CA JCLCheck support for the PROC= parameter of the JES3 //*MAIN control card. If you desire support, add the alternate PROCLIB allocation statements from your JES3 procedure to the JCL which executes CA JCLCheck.
Optional.
Marks the beginning of the sequence of DD statements that describe the data sets that you want CA JCLCheck to dequeue.
Optional unless you specify PARM=DEQUE.
Specifies the end of the sequence of DD statements that you want CA JCLCheck to free.
Optional unless you specify PARM=DEQUE.
Receives the Flow Diagram Report (Report #10). The default ddname is SYSGRAPH. Specify another ddname by using the GRAPH option. For information about the GRAPH option, see the Command Reference Guide. The default and minimum possible value for LRECL is 133.
Optional unless you specify PARM=GRAPH.
Use with the COBEXIT option. The COBLIB statement describes a load library that can contain a CA JCLCheck COBOL exit routine. When you include this statement, CA JCLCheck loads the COBOL exit program named in the COBEXIT option from this library. Use this statement to facilitate development and testing of COBOL exit programs. For information about COBOL exits, see the Programming Guide.
Optional.
Accesses the CA APCDOC Cross-Reference database. The SYSDICT DD statement specifies the cluster data set name for this database.
Required only if you install the CA APCDOC interface.
Accesses the CA APCDOC Cross-Reference database. The DD statement specifies the path name for the Cross-Reference database.
Required only if you install the CA APCDOC interface.
Contains the terminal report file. The logical record length is 80 and can be blocked. You can change the ddname of this file with the TERM option.
Note: For information about the TERM option, see the Command Reference Guide.
Optional unless you specify PARM=TERM.
Defines the destination for error-free job streams. JES2 automatically processes these jobs if the statement is coded as shown on the previous page. CA JCLCheck writes the JCL for jobs containing errors to the point of the error, and then terminates with a JES2 /*PURGE (or HASP /*DEL) control statement.
Optional unless you specify PARM=SUBMIT.
In non-MVS systems, needed for the dynamic allocation of data sets required by the CTLSCAN, EASYPROC, or PXREF options. When using any of these options, you should add a SYSDDxxx DD statement for every volume that contains a control statement data set (for CTLSCAN), a private procedure library (for EASYPROC), or a program library (PXREF). In practice, it is probably best to include a volume allocation DD statement for every resident or reserved volume in the installation, as part of a standard CA JCLCheck procedure. You can change the ddname prefix on these DD statements with the PREFIX option.
Optional in non-MVS and not used in MVS.
Points to the JCL stream that you want CA JCLCheck to analyze. CA JCLCheck also requires the DLM parameter if an input stream data set contains any statements beginning with "/*" (such as JES2 control statements). This data set is either a card image file, a partitioned data set (with the PDS option), a CA Panvalet library (with the Panvalet option), or a CA Librarian library (with the Librarian option). Change the ddname of this file with the Input option.
Note: For more information, see the runtime options in the Command Reference Guide.
SYSIN requires an LRECL of 80.
Required.
Accesses the CA JCLCheck Standards Rules database. This DD statement specifies the data set name for the database.
Optional.
Use with the STDREXX option. Receives the REXX error messages and output from REXX commands. Its logical record length is 133, and it can be blocked. The ddname may be different if your site has changed the REXX installation defaults.
Optional.
Points to the REXX EXEC library used with the STDREXX option.
Optional.
|
Copyright © 2013 CA.
All rights reserved.
|
|