COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
Effect
The run unit terminates abnormally.
Recovery
Report this error to your service provider.
9
Uncorrectable memory error
Cause
An uncorrectable memory error occurred.
Effect
The run unit terminates abnormally.
Recovery
Report this error to your service provider.
11
Corrupted environment
Cause
CRE run-time library data is invalid.
Effect
The CRE calls PROCESS_STOP_, specifying the ABEND variant and the text “Corrupted
environment.”
Recovery
To correct the problem, initialize uninitialized pointers.
12
Logic error
Cause
The CRE or run-time library detected a logic error within its own domain. For example, although
each data item it is using is valid, the values of the data items are mutually inconsistent.
Effect
The CRE calls PROCESS_STOP_, specifying the ABEND variant and the text “Logic error.”
Recovery
To correct the problem, initialize uninitialized pointers.
The program might have written data in the upper 64 KB of the user data segment. The upper
64 KB are reserved for CRE and run-time library data. Check the program’s logic. Use the
selected debugger to help isolate the problem or consult your system administrator.
13
MCB pointer corrupt
Cause
The pointer at symbolic location _MCB to its primary data structure—the Master Control Block
(MCB)—does not point to the MCB. Both the CRE and run-time libraries can report this error.
Effect
The CRE attempts to restore the MCB pointer and to write a message to the standard log file;
however, because its environment might be corrupted, the CRE might not be able to log a
Message List 1183










