HP Fortran Programmer's Reference (September 2007)

I/O runtime error messages
Runtime I/O errors
Appendix A 667
953 NO REPEATABLE
EDIT DESCRIPTOR IN
FORMAT STRING
No format descriptor was
found to match I/O list
items.
Add at least one
repeatable edit descriptor
to the format statement.
956 FILE SYSTEM ERROR The file system returned
an error status during an
I/O operation.
See the associated file
system error message.
957 FORMAT
DESCRIPTOR
INCOMPATIBLE WITH
NUMERIC ITEM IN I/O
LIST
A numeric item in the I/O
list was matched with a
nonnumeric edit
descriptor.
Match format descriptors
to I/O list.
958 FORMAT
DESCRIPTOR
INCOMPATIBLE WITH
CHARACTER ITEM IN
I/O LIST
A character item in the
I/O list was matched with
an edit descriptor other
than A or R.
Match format descriptors
to I/O list.
959 FORMAT
DESCRIPTOR
INCOMPATIBLE WITH
LOGICAL ITEM IN I/O
LIST
A logical item in the I/O
list was matched with a
edit descriptor other
than L.
Match format descriptors
to I/O list.
973 RECORD LENGTH
DIFFERENT IN
SUBSEQUENT OPEN
Record length specified in
second OPEN conflicted
with the value as opened.
Only BLANK=, DELIM=,
and PAD= specifiers may
be changed by a
redundant OPEN.
974 RECORD ACCESSED
PAST END OF
INTERNAL FILE
RECORD (VARIABLE)
An attempt was made to
transfer more characters
than internal file length.
Match READ or WRITE
statement with internal
file size.
Table A-1 Runtime I/O errors (Continued)
Error
no.
Error message Description Action