When Memory Check is enabled by specifying environment variables, the COBOL runtime system checks the specified area. If the area has been destroyed, the following information is output:
Name of the program or method for which area destruction was detected
Location where destruction was detected (procedure division start or end)
Addresses of the destroyed area
Memory Check lets you check the program that destroyed the runtime system area.