This topic contains the Control-M parameters and the following example:
This procedure describes how to specify the parameters.
Follow these steps:
For Control-M, two types of statements can be specified in the Resolve Parameters:
The following parameters are the RESOLVE parameters:
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 can be specified in the JCLUSRCM 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 and RECFM=FB. Under EDCHEK, a RECORDSQ DD statement must be allocated before calling CA JCLCheck. In a batch job, the JCL deck must contain a RECORDSQ DD statement. This option is not supported under the ISPF interface.
Use this parameter only under the direction of CA Support.
Example: RECORDSEQ
Identifies the source of the input JCL.
I—Internal—The JCL source is specified using CTMAESIM options (that is, LIBRARY/MEMBER or SCHDLIB/TABLE/JOB) in the resolve parameter file. CTMAESIM processes these options directly. This parameter is the default.
E—External—The input JCL comes from an external file that a SYSIN DD statement defines. The SYSIN must be a sequential file. Any CTMAESIM options that reference JCL that are found in the resolve parameter file are ignored.
Example: SOURCE=E
Use this parameter only in Batch.
Simulates EDCHK processing in batch and is intended for use only by CA Support. This parameter requires specially modified input JCL that is provided on the SYSIN DD statement. This parameter also requires the member name for the job that is specified on the JOBNAME() parameter on the EXEC statement.
Use this parameter only under the direction of CA Support.
Example: ERES
Use this parameter only in Batch.
When SOURCE=E is used or the CTM Resolve option is used in EDCHEK (EJCK), a file is created to hold the JCL member. This file is deleted after CTMAESIM is called. The allocated file is named jclprfx.JCKTEMP. By default, the prefix jclprfx is the USER ID of the current user. The JCLPRFX option allows for an alternative file prefix to be specified. You can specify up to 17 characters.
Example: JCLPRFX=WORK.TEST
When the CTMAESIM program is called, a report is returned. By default, this report is examined for error messages that can be reported. This report includes, in addition to error messages, the complete resolved JCL for the job. By default, only error messages are returned for the job. Include this option if you would like to see the entire report.
Example: CTMPRINT
The following bullets describe the CTMAESIM options:
|
Copyright © 2013 CA.
All rights reserved.
|
|