Hello,
We have just installed COBOL v6.2.
I can not launch my compile JCls anymore. I have an error in the compilation step:
USER COMPLETION CODE=4093 REASON CODE=0000001C
In detail :
The PDS where IGYCRCTL is located is IGY.V62.SIGYCOMP
JOB and JOBLIB are built like this:
//#KMW004X JOB (_________),'0,0000000-COMPI62',
// CLASS=A,MSGCLASS=X,NOTIFY=#PAJ002,
// LINES=90000,
// REGION=4M,MSGLEVEL=(1,1)
//JOBLIB DD DISP=SHR,DSN=CEE.SCEERUN
// DD DISP=SHR,DSN=IGY.V62.SIGYCOMP
// DD DISP=SHR,DSN=CICSTS54.CICS.SDFHLOAD
Compilation step :
//COBOLII EXEC PGM=IGYCRCTL,
// PARM=('NOC(E),DATA(31),TRUNC(BIN),FLAG(I,I),MAP',
// 'OFFSET,XREF,APOST,LIB,NODYNAM,RENT'),COND=(7,LT)
The compilation execution returns this error
USER COMPLETION CODE=4093 REASON CODE=0000001C
The active module at the time of the abend is CEEPLPKA
The "Language Environment Run-Time Messages" manual lists this explanation for error 4093 / 1C
X'1C' (28)
Stack management could not allocate stack and/or heap storage. Ensure that the REGION size is sufficient to run the application. Verify that the storage sizes specified in the HEAP, ANYHEAP, BELOWHEAP, STACK, LIBSTACK and STORAGE runtime options are reasonable, given the region size allocated to the application.
I do not know if this explanation corresponds to the error. In any case I cannot correct this error.
Thank you in advance
Regards
Pascal Jean