Hi,
I have an issue that I am struggling with at the moment.
The compile listing offset supplied by the CEEDUMP, CEE3845I module is not correct when I look at the program listing.
It shows a number greater than where the actual abend occurs.
Does anyone know why this might occur? Is there some compile option that I am specifying incorrectly.
At the moment I use the following.
//COB EXEC PGM=IGYCRCTL,REGION=2M,
// PARM=('TEST(ALL,SYM)',
// 'NORENT,SOURCE,SSRANGE',
// 'OPT,MAP,DATA(31),RMODE(ANY)',
// 'EXIT(INEXIT(RW),PRTEXIT(RW))')
and the Linkage is
//LNK EXEC PGM=IEWL,
// PARM='NOLIST,MAP,XREF,LET,AMODE(31),RMODE(ANY),SIZE=(192K,96K)',
// COND=(4,LT,COB)
//*
Appreciate the help!