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

Effect
The run unit terminates abnormally.
Recovery
Check the program’s logic. Use the selected debugger to help isolate the problem or consult
your system administrator.
40
Invalid function parameter
Cause
A function detected a problem with its parameters.
Effect
Program behavior depends on the function that was called.
Recovery
Correct the parameter you are passing.
41
Range fault
Cause
An arithmetic overflow or underflow occurred while evaluating an arithmetic function.
Effect
Program behavior is language and application dependent. An HP COBOL program cannot
cause this error, so the problem must be in a non-COBOL program in the same run unit.
Recovery
Modify the program to pass values to the arithmetic functions that do not cause overflow.
42
Arccos domain fault
Cause
The parameter passed to the ACOS function was not in the range -1 to +1.
Effect
Program behavior is language and application dependent.
Recovery
Modify the program to pass a valid value to the ACOS function.
43
Arcsin domain fault
Cause
The parameter passed to the ASIN function was not in the range -1 to +1.
Effect
Program behavior is language and application dependent.
Recovery
Modify the program to pass a valid value to the ASIN function.
44
Arctan domain fault
1188 Run-Time Diagnostic Messages