02.07.2013 Views

HP Fortran Programmer's Reference

HP Fortran Programmer's Reference

HP Fortran Programmer's Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

I/O runtime error messages<br />

Runtime I/O errors<br />

Table A-1 Runtime I/O errors (Continued)<br />

Error<br />

no.<br />

975 ILLEGAL NEW FILE<br />

NUMBER<br />

REQUESTED IN FSET<br />

FUNCTION<br />

632<br />

Error message Description Action<br />

976 UNEXPECTED<br />

CHARACTER IN<br />

”NAMELIST” READ<br />

977 ILLEGAL SUBSCRIPT<br />

OR SUBSTRING IN<br />

”NAMELIST” READ<br />

978 TOO MANY VALUES<br />

IN “NAMELIST" READ<br />

979 VARIABLE NOT IN<br />

NAMELIST GROUP<br />

Thefilenumber<br />

requestedtobesetwas<br />

not a legal file system file<br />

number.<br />

An illegal character was<br />

found in<br />

namelist-directed input.<br />

An invalid subscript or<br />

substring specifier was<br />

found in<br />

namelist-directed input.<br />

Possible causes include<br />

bad syntax,<br />

subscript/substring<br />

component<br />

out-of-bounds, wrong<br />

number of subscripts and<br />

substring on<br />

non-character variable.<br />

Too many input values<br />

were found during a<br />

namelist-directed READ.<br />

This message will be<br />

generated by attempts to<br />

fill variables beyond their<br />

memory limits.<br />

A variable name was<br />

encountered in the input<br />

stream that was not<br />

declared as part of the<br />

current namelist group.<br />

Check that the OPEN<br />

succeeded and the file<br />

number is correct.<br />

Be sure input data<br />

conforms to the syntax<br />

rules for<br />

namelist-directed input,<br />

or remove illegal<br />

character from data.<br />

Check input data for<br />

syntax errors. Be sure<br />

subscript/substring<br />

specifiers are correct for<br />

data type. Specify only<br />

array elements within<br />

the bounds of the array<br />

being read.<br />

Supplyonlyasmany<br />

values as the length of<br />

the array.<br />

Read only the variables<br />

in this namelist.<br />

Appendix A

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!