COBOL Manual for TNS and TNS/R Programs

Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
48-26
Message List
40 (130)
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 (none)
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 (none)
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 (none)
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.
Invalid function parameter
Range fault
Arccos domain fault
Arcsin domain fault