How to determine the compilation options used to compile the IBM Enterprise COBOL program by viewing the download module? When a dump is issued, they are listed as follows:
Compile Options for PROGXX:
ADV, ARITH(COMPAT), AWO, NOCICS, CODEPAGE(01140), DATA(31), NODATEPROC,
NODBCS, NODLL, NODYNAM, NOEXPORTALL, NOFASTSRT, INTDATE(LILIAN),
NUMPROC(NOPFD), NOOPTIMIZE, OUTDD(SYSOUT), PGMNAME(COMPAT), RENT, RMODE(AN
NOSQL, SQLCCSID, SSRANGE, NOTEST, NOTHREAD, TRUNC(OPT), XMLPARSE(XMLSS),
YEARWINDOW(1900), ZWB
therefore, I suggest that they should be removed somewhere in the boot module.
I want to scan the download library, checking that each download has been compiled with certain options to ensure compliance with the store standard (e.g. SSRANGE).
Any ideas would be appreciated.
Update
Since then I have written a LE Cobol boot module scan program that does this job and a little more. If you are interested to know: http://www3.sympatico.ca/bredam/LoadInfo.html