CA JCLCheck OPC/ESA interface: update to proc CAZ1OPCA
book
Article ID: 130622
calendar_today
Updated On:
Products
CA JCLCheck Workload Automation
Issue/Introduction
Proc CAZ1OPCA from the CA JCLCheck CAZ2PROC library invokes IEBCOPY using concatenated input libraries. IEBCOPY does not allow data set concatenation, and therefore a new procedure is provided to correct the IEBCOPY step and its control statements.
Cause
IEBCOPY control statement: COPY INDD=((OPCAJCL,R)),OUTDD=PDSFILE
IEBCOPY failed with the following message: IEB160I CONCATENATED DATA SETS NOT ALLOWED. USE MULTIPLE INDD= OPERANDS.
Environment
CA JCLCheck release 12.0 CA JCLCheck OPC/ESA interface
2. Change SYSIN DSN=&CAIHLQ..CAZ2OPTN(CAZ1OPCC) to have the following control statements:
COPY INDD=((OPCAJCL1,R)),OUTDD=PDSFILE COPY INDD=((OPCAJCL2,R)),OUTDD=PDSFILE COPY INDD=((OPCAJCL3,R)),OUTDD=PDSFILE COPY INDD=((OPCAJCL4,R)),OUTDD=PDSFILE COPY INDD=((OPCAJCL5,R)),OUTDD=PDSFILE Note: If you have fewer than 5 OPCA JCL libraries, simply remove the extra INDD statement and the extra OPCAJCLx DD statement.
- CA JCLCheck OPC/ESA interface: Changes to COBOL program CAZ1OPC1 https://comm.support.ca.com/kb/ca-jclcheck-opcesa-interface-changes-to-cobol-program-caz1opc1/kb000130269
- CA JCLCheck OPC/ESA interface: COBOL program CAZ1OPC2 fails to compile https://comm.support.ca.com/kb/ca-jclcheck-opcesa-interface-cobol-program-caz1opc2-fails-to-compile/kb000130705