As others have pointed out, you really haven't provided NEARLY enough
information for us to help, but given what you have provided, I would
suggest:

1) Check your original (VS COBOL II) vs new (Enterprise COBOL) compiler
options.  Particularly:
 - RES/NORES (Enterprise COBOL only supports RES behavior; VS COBOL II NORES
was AMODE(24)
 - DATA(24) vs (31) 
 - DYNAM vs NODYAM
 - RENT / NORENT
 - Was the VS COBOL II compiled with CMPR2?  IF so, this isn't supported
with Enterprise COBOL

2) You say "mixed COBOL and Assembler" - Which is the MAIN program?

3) Have you read all the information in both the Enterprise COBOL
Programming Guide and Migration Guide on "mixed Assembler and COBOL"
applications?   If not, I suggest you do so.

"David DeBervec" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> We ran into a program that was compiled and executed in a COBOL2
> environment successfully.  When we re-compiled and executed the program
> with Enterprise COBOL, it returned a S0C4 abend (rc4).  The load module is
> a combination of COBOL and assembler code. Anyone know if this is a COBOL
> issue or LE?

----------------------------------------------------------------------
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

Reply via email to