C/C++ Programmer's Guide (G06.27+, H06.03+)

Table Of Contents
Run-Time Messages
HP C/C++ Programmer’s Guide for NonStop Systems429301-010
22-18
Input/Output Messages
64
Cause. A request to open a file failed because the file device is not supported.
Effect. Program behavior is language and application dependent.
Recovery. Consult your system administrator.
65
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.
Recovery. Consult your system administrator.
66
Cause. The CRE received a request to access a device that it does not support.
Effect. Program behavior is language and application dependent.
Recovery. Consult your system administrator.
67
Cause. The value of the access parameter 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.
Recovery. Consult your system administrator.
File not open
Invalid attribute value
Unsupported file device
Access mode not accepted