FORTRAN Reference Manual

Run-Time Diagnostic Messages
FORTRAN Reference Manual528615-001
G-29
Input/Output Messages
71
Cause. A routine requested a connection to a shared 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
Cause. A routine was not able to obtain buffer space.
Effect. Program behavior is language and application dependent.
Recovery. None
76
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
Cause. A call to EDITREADINIT failed. error, if present, gives the reason for the
failure. Possible values of error are:
Inconsistent attribute value
Cannot obtain buffer space
Invalid external filename ( error )
EDITREADINIT failed ( error )
Error Code Error Name
-1 END-OF-FILE encountered
-2 I/O error
-3 Text file format error
-6 Invalid buffer address