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

Effect
Program behavior is language and application dependent.
Recovery
Modify the program to pass a nonnegative value to the SQRT function.
55
Missing or invalid parameter
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
Invalid parameter value
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
Parameter value not accepted
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
Standard input file error ( error )
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.
Effect
The CRE can report this error when it closes your input file. All other instances are language and
application dependent. An HP COBOL program terminates abnormally.
Recovery
If the error was caused by a read request from your program, correct your program. You might
need to verify that your program handles conditions that are beyond your control, such as losing
1190 Run-Time Diagnostic Messages