COBOL Manual for TNS/E Programs (H06.08+, J06.03+)

Recovery
Check the statement in your program at the address given by offset and correct it. Also, see
Arithmetic Overflow for alternative ways to handle this problem.
5
Stack overflow
Cause
A stack overflow fault occurs if:
An attempt was made to execute a program whose dynamically allocated data did not fit
within the remaining area available for the stack.
There was not enough remaining virtual data space for an operating environment procedure
to execute.
Operating environment procedures require approximately 700 bytes of user-data stack space
to execute.
Effect
The run unit terminates abnormally.
Recovery
See Stack Overflow for an explanation of this condition and recovery information.
6
Process loop-timer timeout
Cause
The new time limit specified in the latest call to SETLOOPTIMER has expired.
Effect
The run unit terminates abnormally.
Recovery
Report this error to your service provider.
7
Memory manager read error
Cause
An unrecoverable, read error occurred while the program was trying to bring in a page from
virtual memory.
Effect
The run unit terminates abnormally.
Recovery
Report this error to your service provider.
8
Not enough physical memory
Cause
This fault occurs for one of these reasons:
A page fault occurred, but there were no physical memory pages available for overlay.
Disk space could not be allocated while the program is using extensible segments.
1182 Run-Time Diagnostic Messages