Good afternoon everybody.
I don't know if this post should be placed in here, or in IBM COBOL or in JCL, so I apologize if it's in the wrong place.
Now that my COBOL program is working well and doing what's expected, I've decided to add more functionalities.
In the WORKING-STORAGE SECTION I've added:
COPY DFHAID.
COPY DFHBMSCA.
When I go to the JCL to compile the COBOL - CICS program I get error (MAXCC=12).
The 2 lines above were the only thing changed in the program and previously I compiled with success (MAXCC=0).
I tried only with DFHAID and I get error (MAXCC=12).
Then I commented DFHAID out, and I compiled only with DFHBMSCA, as a result, I also get error (MAXCC=12).
Please help me.
Thank you,
Roger
//COBCICS JOB CLASS=A,MSGCLASS=A,NOTIFY=&SYSUID,MSGLEVEL=(1,1) 00010000
//PROCLIB JCLLIB ORDER=DFH320.CICS.SDFHPROC 00020000
//STEP1 EXEC PROC=DFHYITVL, 00030000
// INDEX='DFH320.CICS', 00040000
// AD370HLQ='IGY410', 00050000
// LE370HLQ='CEE', 00060000
// PROGLIB='DFH320.CICS.SDFHLOAD', 00070000
//* PROGLIB - LOCATION WHERE THE PROGRAM LOAD MODULE WILL BE STORED 00071065
// DSCTLIB='DFH320.CICS.SDFHMAC' 00080000
//* DSCTLIB - SYMBOLIC MAP LIBRARY 00081065
//TRN.SYSIN DD DISP=SHR,DSN=SYSOPR.STUDY.TEST.COBOL(CARPRG) 00090066
//* DSN=SYSOPR.STUDY.TEST.COBOL(CUBE) 00091008
//SYSLIB DD DSN=DFH320.CICS.SDFHCOB(DFHBMSCA),DISP=SHR 00092070
//LKED.SYSIN DD * 00100000
NAME CARPRG(R) 00110066
//* NAME NAMEPRG(R) IS THE NAME FOR THE LINKING STEP 00111065
/* 00120041