The memory check function is used to diagnose memory area destruction when a COBOL application is executed. The memory check function checks the runtime system area at the start and end of the procedure division of a COBOL application. If the following runtime messages are output or event occurs, the area may have been destroyed. Therefore, use the memory check function to check for the cause of memory destruction.
JMP0009I-U INSUFFICIENT STORAGE AVAILABLE. (*1)
JMP0010I-U LIBRARY WORK AREA IS BROKEN.
An application error occurred (access violation).
*1 : This message can also be output even when virtual memory is not insufficient. Refer to "Virtual memory shortages" in the "NetCOBOL User’s Guide".
When using the memory check function, specify environment variable information @CBR_MEMORY_CHECK=MODE1.
Refer to "@CBR_MEMORY_CHECK (Specify the inspection using the memory check function)" in the "NetCOBOL User’s Guide".