The RESOLVE option requests CA JCLCheck resolve external variables that are imbedded in the JCL for a scheduling product. The variable resolution occurs before CA JCLCheck validates the JCL.
You can specify the RESOLVE option in batch runs using the CAZ1JCC7, CAZ1JCES, CAZ1JCTW, or CAZ1JCCM procedures using the RESPARM= parameter. The RESPARM= parameter is passed the CAZ1PRES pre-resolution program that runs before the JCLCHECK step in these procedures. For information on the proper usage, see the Tutorial.
The JCLCheck program also accepts a form of this command for EDCHEK RESOLVE processing. THIS FORM IS INTENTED FOR INTERNAL USE ONLY. The RESOLVE option requires setup that the EJCK edit macro provides and SHOULD NOT be specified to the JCLCHECK program directly.
Note: For information about how to use external variables with EDCHEK, see Specify the Product and Parameters using EDCHEK ISPF in the Tutorial.
You can use the NORESOLVE form of the command with the EJCK edit macro to prevent the external variable resolution.
This option has the following formats for use with the CAZ1PRES program:
RESolve(product,dsname[,member])
RESolve(product,DDNAME:ddname)
RESolve(product,NOPARM)
This option has the following format for use with the EJCK command:
%EJCK NORESolve
Specifies the name of the scheduling product that CA JCLCheck calls. This sub-option is required, valid values are CA7, ESP, TWS, or CTM.
Specifies the sequential file (LRECL 80) or PDS that contains the product-specific parameters that are used for the external variable resolution.
Specifies the PDS member (LRECL 80) that contains the product-specific parameters that are used for the external variable resolution. If the dsname sub-option specified is a PDS, then the member sub-option is required. When the dsname sub-option is a sequential data set, do not specify the member.
Specifies the DDNAME that is allocated to the CAZ1PRES step JCL. The DDNAME contains the product-specific parameters that are used for the external variable resolution.
Specifies that the product-specific parameters file is not used. The default values are used for all parameters. NOPARM can only be used with the CTM option. All other products require specified parameters.
Specifies not to perform External Resolution (EJCK only).
Example: Specify a Product and Data Set Name for the CAZ1PRES RESOLVE Option
This example shows how to specify CA WA ESP Edition as the product that CA JCLCheck calls to resolve external variables in a batch run of the CAZ1JCES procedure. The related dsname and member name are also specified.
//CHECK EXEC CAZ1JCES,REGION=0K, // RESPARM='RESOLVE(ESP,USERID1.JCK.CNTL,RESPARMS)',
Copyright © 2014 CA.
All rights reserved.
|
|