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

71
Inconsistent attribute value
Cause
A routine requested a connection to a standard file that was already open, and the attributes
of the new open request conflict with the attributes specified when the file was first opened.
Effect
Program behavior is language and application dependent.
Recovery
If your program supplied the attribute values, correct and rerun your program. Otherwise, consult
your system administrator.
75
Cannot obtain buffer space
Cause
A routine was not able to obtain buffer space.
Effect
Program behavior is language and application dependent.
Recovery
Program recovery is language and application dependent.
76
Invalid external filename ( error )
Cause
A value that was expected to be a Guardian external file name is not in the correct format.
Effect
Program behavior is language and application dependent.
Recovery
If you supplied an invalid file name, correct the file name and rerun your program. Otherwise,
consult your system administrator.
77
EDITREADINIT failed ( error )
Cause
A call to EDITREADINIT failed. error, if present, gives the reason for the failure. Possible values
of error are:
Effect
Program behavior is language and application dependent. For more details, see the Guardian
Procedure Calls Reference Manual.
Recovery
Recovery is language and application dependent.
78
EDITREAD failed ( error )
Cause
A call to EDITREAD failed. error, if present, gives the reason for the failure.
Input/Output Messages 379