Technical data

137
Appendix A
A. Run-Time Error Messages
Table A-1 lists possible Fortran run-time I/O errors. Other errors given by
the operating system may also occur.
Each error is listed on the screen alone or with one of the following phrases
appended to it:
apparent state: unit num named user lename
last format: string
lately (reading, writing)(sequential, direct, indexed)
formatted, unformatted(external, internal) IO
When the Fortran run-time system detects an error, the following actions
take place:
A message describing the error is written to the standard error unit
(Unit 0).
A core le, which can be used with dbx (the debugger) to inspect the
state of the program at termination, is produced if the f77_dump_ag
environment variable is dened and set to y.