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-21
Input/Output Messages
79
Cause. A call to OPENEDIT_ failed. error, if present, is the error returned by
OPENEDIT_. A negative number is a format error. A positive number is a file-system
error number.
Effect. Program behavior is language and application dependent.
Recovery. For more details, see the Guardian Procedure Calls Reference Manual.
80
Cause. An initialization operation to a spooler collector failed. error, if present, is the
file-system error number returned by the SPOOLSTART system procedure.
Effect. Program behavior is language and application dependent.
Recovery. For more details, see the Spooler Programmer’s Guide.
81
Cause. A routine detected an end-of-file condition.
Effect. Program behavior is language and application dependent.
Recovery. Correct your program to allow for an end-of-file condition or ensure that
your program can determine when all the data has been read.
82
Cause. An operating system routine returned file-system error nnn. This error is
usually reported as a result of an event that is beyond control of your program such as
a path or system is not available.
Effect. Program behavior is language and application dependent.
Recovery. Consult your system administrator.
OpenEdit failed ( error )
Spooler initialization failed ( error )
End of file
Guardian I/O error nnn