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

Run-Time Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
48-14
Message List
Recovery. Correct the parameter you are passing.
41
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
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
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
Cause. Both of the parameters to an ATAN function were zero. At least one of the
parameters must be nonzero.
Effect. Program behavior is language and application dependent.
Recovery. Modify the program to pass the correct value to the ATAN function.
Range fault
Arccos domain fault
Arcsin domain fault
Arctan domain fault