This topic contains the CA WA CA 7 Edition parameters and the following example:
This procedure describes how to specify the parameters.
Follow these steps:
The following parameters are for CA WA CA 7 Edition:
Identifies the source of the job and is mandatory.
SOURCE=E means that the job is not necessarily defined to CA WA CA 7 Edition. The SOURCE=E-related fields specify which file to run variable resolution against and to which CA WA CA 7 Edition library to copy the input JCL to before resolution. When validating JCL under EDCHEK, SOURCE=E must be specified.
SOURCE=I means that the job is defined to CA WA CA 7 Edition. The actual JCL resides in a CA WA CA 7 Edition library. The user can override the library defined in the job definition by specifying the P_JCLLIB field.
Example: SOURCE=E
Identifies the CA WA CA 7 Edition library the input file is copied to before resolution. You can specify this parameter as a symbolic (&aaaaa) or numeric (nnn) index. This parameter is mandatory when SOURCE=E.
Example: W_JCLLIB=&WORKJCL
Identifies the member name (in W_JCLLIB) to copy the input file to before resolution. This parameter is mandatory when SOURCE=E.
Example: MEMBER=PAYROLL9
Identifies the job name that is defined to CA WA CA 7 Edition, which CA JCLCheck validates. This parameter is mandatory when SOURCE=I.
Example: JOB=PAYROLL
When SOURCE=I and the job is defined to CA WA CA 7 Edition, you can specify this parameter to override the library defined in the job definition. This parameter can be specified as a symbolic (&aaaaa) or numeric (nnn) index. This parameter is optional.
Example: P_JCLLIB=100
Identifies the Julian date used in evaluating scheduled overrides (for example, #JI and #JO statements). This parameter is optional.
Example: DATE=11353
Identifies the time used in evaluating scheduled overrides (for example, #JI and #JO statements). This parameter is optional.
Example: TIME=2000
Identifies the Schedule ID used in evaluating scheduled overrides (for example, #JI and #JO statements). This parameter is optional.
Example: SCHID=1
Identifies the CA WA CA 7 Edition CCI terminal interface node. If omitted, the default is the local node.
Example: NODE=A31SENF
Identifies the CA WA CA 7 Edition instance name. If omitted, the default is CA71.
Example: INSTANCE=C377
Informs CA JCLCheck to record the resolution session. The record data is written to the partitioned data set allocated in the RECORD DD statement. Allocate this file as a PDS whose DCB is LRECL=500, RECFM=FB, and DSORG=PO. Under EDCHEK and ISPF, the name of this file must be specified in the JCKUSRC7 CLIST. In a batch job, the JCL deck must contain a RECORD DD statement.
Use this parameter only under the direction of CA Support.
Example: RECORD
Informs CA JCLCheck to record the resolution session. The record data is written to a sequential data set allocated in the RECORDSQ DD statement. Allocate this file as a sequential file whose DCB is LRECL=500, RECFM=FB. Under EDCHEK and ISPF, the name of this file must be specified in the JCKUSRC7 CLIST. In a batch job, the JCL deck must contain a RECORDSQ DD statement.
Use this parameter only under the direction of CA Support.
Example: RECORDSEQ
|
Copyright © 2013 CA.
All rights reserved.
|
|