Hi,
I am trying to compile a COBOL z/OS program which includes REPORT WRITER and continue to get a S0C4 (the code is in production and has not been edited by me, so it isnt due to my... ahem... "cobol skills!". Is there anything that jumps out to why this may be happening... or what I should look for. Could it be to do with the PARMS?
//RWCOMP EXEC PGM=IGYCRCTL,REGION=2048K,
// PARM=('NOSEQ,APOST,OPT,LIB,RENT,NOADV',
// 'TERM,FLAG(W,W),DATA(31),LIST,NOOFFSET,',
// 'EX(INX(''LGSEQ'',RW),PRTX(RW))')
Any help is appreciate,
C