COBOL Manual for TNS and TNS/R Programs

Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
48-28
Message List
49 (none)
Cause. The parameter to the SQRT function was a negative number. The parameter
must be greater than or equal to zero.
Effect. Program behavior is language and application dependent.
Recovery. Modify the program to pass a nonnegative value to the SQRT function.
55 (none)
Cause. A required parameter is missing or too many parameters were passed.
Effect. Program behavior depends on the function that was called.
Recovery. Correct the program to pass a valid parameter.
56 (none)
Cause. The value passed as a procedure parameter was invalid.
Effect. Program behavior depends on the function that was called.
Recovery. Correct the program to pass a valid parameter value.
57 (none)
Cause. The value passed as a procedure parameter is not acceptable in the context in
which it is passed. For example, the number of bytes in a write request is greater than
the number of bytes per record in the file.
Effect. Program behavior depends on the function that was called.
Recovery. Correct the program to pass a valid parameter.
59 (none)
Cause. The Guardian file system reported an error when a routine tried to access the
standard input file. error is a Guardian file system error code.
Square root domain fault
Missing or invalid parameter
Invalid parameter value
Parameter value not accepted
Standard input file error ( error )