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

Effect
Program behavior is language and application dependent.
Recovery
For more details, see the Guardian Procedure Calls Reference Manual.
79
OpenEdit failed ( error )
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
Spooler initialization failed ( error )
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
End of file
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
Guardian I/O error nnn
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.
380 Run-Time Messages