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

Run-Time Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
48-7
Message List
4
Cause. An arithmetic overflow occurred for one of these reasons:
The result of a signed arithmetic operation could not be represented with the
number of bits available for the particular data type.
A division operation was attempted with a zero divisor.
In most cases, a receiving item in an arithmetic statement is too small.
Effect. The run unit terminates abnormally.
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
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
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.
Arithmetic fault
Stack overflow
Process loop-timer timeout