Our supplied JCL in CA DATACOM/AD 12.0 INSTJCL(AXIVP01) is not compatible with IBM Enterprise COBOL version 5.1.1 .
AXIVP01 fails with SC03 and S0C1 abends .
Change the JCL as follows :
1) add //SYSUT8 to //SYSUT15 in the Cobol compile step
2) add //SYSMDECK DD UNIT=SYSDA,SPACE=(TRK,60)
3) use //COBSAMPC EXEC PGM=IGYCRCTL,REGION=2M,
// PARM='NUM,NODYN,APOST,NOSEQUENCE,NONAME,NOMDECK'
4) AMODE=31 is required so code
//COBSAMPL EXEC PGM=IEWL,PARM='LIST,XREF,LET,AMODE=31',
5) //SYSLMOD DD DSN= needs to be a PDS/E (LIBRARY )