John McKown of the IBM Mainframe Discussion List <[email protected]> wrote on 06/17/2008 08:52:32 AM:
> We have a problem. We have a very old CICS application which is written > in HLASM and OS/VS COBOL 2.4. We want to convert the COBOL to Enterprise > COBOL. We have having many problems due mainly to lack of knowledge > about the code base. The programmer doing this is convinced that a/the > major problem is that Enterprise COBOL links as AMODE(31). He wants to > force the load module to AMODE(24). The only way that I can see to do > this is via the AMODE(24) parm in the Binder. Compile with the NODYNAM option and you will get AMODE(24). Regards, John K ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

