If it was originally compiled with DYNAM, it wouldn't work with CICS any way. It must already be NODYNAM.
NODYNAM doesn't force AMDOE(24) unless an AMDOE(24) program is statically linked-in. "John P Kalinich" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > 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

