HP Fortran Programmer's Reference (September 2007)

I/O runtime error messages
Runtime I/O errors
Appendix A668
975 ILLEGAL NEW FILE
NUMBER
REQUESTED IN FSET
FUNCTION
The file number
requested to be set was
not a legal file system file
number.
Check that the OPEN
succeeded and the file
number is correct.
976 UNEXPECTED
CHARACTER IN
”NAMELIST” READ
An illegal character was
found in
namelist-directed input.
Be sure input data
conforms to the syntax
rules for
namelist-directed input,
or remove illegal
character from data.
977 ILLEGAL SUBSCRIPT
OR SUBSTRING IN
”NAMELIST” READ
An invalid subscript or
substring specifier was
found in
namelist-directed input.
Possible causes include
bad syntax,
subscript/substring
component
out-of-bounds, wrong
number of subscripts and
substring on
non-character variable.
Check input data for
syntax errors. Be sure
subscript/substring
specifiers are correct for
data type. Specify only
array elements within
the bounds of the array
being read.
978 TOO MANY VALUES
IN “NAMELIST" READ
Too many input values
were found during a
namelist-directed READ.
This message will be
generated by attempts to
fill variables beyond their
memory limits.
Supply only as many
values as the length of
the array.
979 VARIABLE NOT IN
NAMELIST GROUP
A variable name was
encountered in the input
stream that was not
declared as part of the
current namelist group.
Read only the variables
in this namelist.
Table A-1 Runtime I/O errors (Continued)
Error
no.
Error message Description Action