02.07.2013 Views

HP Fortran Programmer's Reference

HP Fortran Programmer's Reference

HP Fortran Programmer's Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

I/O runtime error messages<br />

Runtime I/O errors<br />

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

Error<br />

no.<br />

905 ERROR IN<br />

LIST-DIRECTED READ<br />

OF LOGICAL DATA<br />

626<br />

Error message Description Action<br />

907 ERROR IN<br />

LIST-DIRECTED READ<br />

OF CHARACTER DATA<br />

908 COULD NOT OPEN<br />

FILE SPECIFIED<br />

909 SEQUENTIAL I/O<br />

ATTEMPTED ON<br />

DIRECT ACCESS FILE<br />

Found repeat value, but<br />

no asterisk. First<br />

character after optional<br />

decimal point was not T<br />

or F.<br />

Found repeat value, but<br />

no asterisk. Characters<br />

not delimited by<br />

quotation marks.<br />

Tried to open a file that<br />

the system would not<br />

allow for one of the<br />

following reasons: access<br />

tothefilewasdeniedby<br />

thefilesystemdueto<br />

access restriction; the<br />

named file does not exist;<br />

orthetypeofaccess<br />

request is impossible.<br />

Attempted a<br />

BACKSPACE, REWIND,<br />

or ENDFILE on a<br />

terminal or other device<br />

for which these<br />

operations are not<br />

defined.<br />

Change input data to<br />

correspond to syntax<br />

expected by list-directed<br />

input of logicals, or use<br />

input statement that<br />

corresponds to syntax of<br />

input data.<br />

Change input data to<br />

correspond to syntax<br />

expected by list-directed<br />

input of characters, or<br />

use input statement that<br />

corresponds to syntax of<br />

input data.<br />

Correct the pathname to<br />

open the intended file.<br />

Do not use the<br />

BACKSPACE, REWIND,<br />

and ENDFILE<br />

statements.<br />

Appendix A

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

Saved successfully!

Ooh no, something went wrong!