HP Fortran Programmer's Reference (September 2007)

I/O runtime error messages
Runtime I/O errors
Appendix A662
905 ERROR IN
LIST-DIRECTED READ
OF LOGICAL DATA
Found repeat value, but
no asterisk. First
character after optional
decimal point was not T
or F.
Change input data to
correspond to syntax
expected by list-directed
input of logicals, or use
input statement that
corresponds to syntax of
input data.
907 ERROR IN
LIST-DIRECTED READ
OF CHARACTER DATA
Found repeat value, but
no asterisk. Characters
not delimited by
quotation marks.
Change input data to
correspond to syntax
expected by list-directed
input of characters, or
use input statement that
corresponds to syntax of
input data.
908 COULD NOT OPEN
FILE SPECIFIED
Tried to open a file that
the system would not
allow for one of the
following reasons: access
to the file was denied by
the file system due to
access restriction; the
named file does not exist;
or the type of access
request is impossible.
Correct the pathname to
open the intended file.
909 SEQUENTIAL I/O
ATTEMPTED ON
DIRECT ACCESS FILE
Attempted a
BACKSPACE, REWIND,
or ENDFILE on a
terminal or other device
for which these
operations are not
defined.
Do not use the
BACKSPACE, REWIND,
and ENDFILE
statements.
Table A-1 Runtime I/O errors (Continued)
Error
no.
Error message Description Action