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

a path to the device. Also refer to error handling in this manual and in the language manual for
the routine in your program that detected the error.
If the error was caused by a read request from the CRE, consult your system administrator.
60
Standard output file error ( error )
Cause
The Guardian file system reported an error when the CRE called a file system procedure to
access standard output. error is the Guardian file system error.
Effect
The CRE can report this error when it closes your output file. All other instances are language
and application dependent. An HP COBOL program terminates abnormally.
Recovery
If the error was caused by a write 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
a path to the device. Also refer to error handling in this manual and in the language manual for
the routine in your program that detected the error.
If the error was caused by a write request from the CRE, consult your system administrator.
61
Standard log file error ( error )
Cause
The Guardian file system reported an error when the CRE called a file system procedure to
access the standard log file. error is the Guardian file system error.
Effect
The CRE terminates your program.
Recovery
Consult your system administrator.
62
Invalid GUARDIAN file number
Cause
A value that is expected to be a Guardian file number is not the number of an open file.
Effect
Program behavior is language and application dependent. An HP COBOL program terminates
abnormally.
Recovery
Consult your system administrator.
63
Undefined shared file
Cause
A parameter was not the number of a shared file where one was expected.
Effect
Program behavior is language and application dependent. An HP COBOL program terminates
abnormally.
Message List 1191