ECN-4831 Memory access violation when compiling using COPY/REPLACING

Defect Number: 481001

Product: ACUCOBOL-GT

Module: Compiler

Machines Affected: All

Known Versions Affected: All

DESCRIPTION:

When using the COPY REPLACING statement on a COBOL copybook that contained an error such as an incomplete or incorrectly coded COBOL statement, a MAV sometimes occurred when compiling. For example:

    Memory access violation
    test_ccbl_01, line 34: *** Internal error #45 ***

RESOLUTION:

Identify and correct the code that is causing the error. To help you identify the code causing the error, compile with the -Lpo listing option, which reports lines of code that are not processed. See Listing Options in your ACUCOBOL-GT documentation for details.