COBOL Manual for TNS/E Programs (H06.03+)
Run-Time Diagnostic Messages
HP COBOL Manual for TNS/E Programs—520347-003
48-16
Message List
55
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
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
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
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.
Missing or invalid parameter
Invalid parameter value
Parameter value not accepted
Standard input file error ( error )










