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

Recovery
Consult your system administrator.
64
File not open
Cause
A request to open a file failed because the file device is not supported.
Effect
Program behavior is language and application dependent. An HP COBOL program terminates
abnormally.
Recovery
Consult your system administrator.
65
Invalid attribute value
Cause
A parameter to an open operation was not a meaningful value. For example, the CRE_File_Open
sync_receive_depth parameter must be a nonnegative number. This message might be
reported if the sync_receive_depth parameter is negative.
Effect
Program behavior is language and application dependent. An HP COBOL program terminates
abnormally.
Recovery
Consult your system administrator.
66
Unsupported file device
Cause
The CRE received a request to access a device that it does not support.
Effect
Program behavior is language and application dependent. An HP COBOL program terminates
abnormally.
Recovery
Consult your system administrator.
67
Access mode not accepted
Cause
The value of access to an open operation was not valid in the context in which it was used.
For example, it is invalid to open a spool file for input.
Effect
Program behavior is language and application dependent. An HP COBOL program terminates
abnormally.
Recovery
Consult your system administrator.
1192 Run-Time Diagnostic Messages