Top
NetCOBOL V11.0 Debugging Guide
FUJITSU Software

5.5.2 Output Message

The memory check function outputs the following messages when area destruction is detected. The messages are usually output to the message box.

The following describes the messages of the memory check function:

When area destruction is detected at the start of a procedure division of a program or method

[PID:xxxxxxxx TID:xxxxxxxx] LIBRARY WORK AREA DESTRUCTION WAS DETECTED.  START PGM=program-name BRKADR=leading-address-of-destroyed-area

If area destruction is detected for a method, PGM=program-name will be replaced by CLASS=class-name METHOD=method-name.

JMP0071I-U

When area destruction is detected at the end of a procedure division of a program or method

[PID:xxxxxxxx TID:xxxxxxxx] LIBRARY WORK AREA DESTRUCTION WAS DETECTED .  END PGM=program-name BRKADR=leading-address-of-destroyed-area

If area destruction is detected for a method, PGM=program-name will be replaced by CLASS=class-name METHOD=method-name.

JMP0071I-U