This Knowledge Document provides instructions on how to obtain documentation to assist Broadcom Support with problems relating to the JCLCheck's Control-M External Variables Resolution feature.
Release: 12.0
Component: JCLCheck Workload Automation
Exchanges between the JCLCheck and BMC's Control-M interface modules are logged in a RECORD file.
The RECORD file contains information such as the RESOLVE parameters, the input pre-resolved JCL, error messages, etc. Broadcom Support will use this RECORD file to replicate your RESOLVE External Variables issue.
To capture the record file, the following needs to be done:
- From EDCHEK : The record file can be a PDS or a sequential file.
To use a record PDS file:
To use a record sequential file:
- From JCLCheck ISPF panel Option 7 - RESOLVE - External Variable Resolution:
- From batch mode (EXEC PGM=CAZ1PRES) :
(Note: The record file can be a PDS or a sequential file)
To use a record PDS file:
//RECORD DD DCB=RECFM=FB,LRECL=500,DSORG=PO, // UNIT=SYSDA,SPACE=(CYL,(x,y,z)), // DISP=(NEW,CATL,DELETE), // DSN=hlq.RESOLVE.RECORD
To use a record sequential file:
//RECORDSQ DD DCB=RECFM=FB,LRECL=500,DSORG=PS, // UNIT=SYSDA,SPACE=(CYL,(x,y)), // DISP=(NEW,CATL,DELETE), // DSN=hlq.RESOLVE.RECORD
Terse the Record file, and send the tersed file to Broadcom Support