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.

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

Error<br />

no.<br />

922 READ ON ILLEGAL<br />

RECORD ATTEMPTED<br />

923 OPEN WITH ILLEGAL<br />

FORM SPECIFIER<br />

ATTEMPTED<br />

Attempted to read a<br />

record of a formatted or<br />

unformatted direct file<br />

that is beyond the<br />

current end-of-file.<br />

FORM= specified string<br />

other than<br />

'FORMATTED' or<br />

'UNFORMATTED'.<br />

I/O runtime error messages<br />

Runtime I/O errors<br />

Error message Description Action<br />

924 CLOSE OF SCRATCH<br />

FILE WITH<br />

STATUS='KEEP'<br />

ATTEMPTED<br />

925 OPEN WITH ILLEGAL<br />

STATUS SPECIFIER<br />

ATTEMPTED<br />

926 CLOSE WITH<br />

ILLEGAL STATUS<br />

SPECIFIER<br />

ATTEMPTED<br />

927 OPEN WITH ILLEGAL<br />

ACCESS SPECIFIER<br />

ATTEMPTED<br />

Thefilespecifiedinthe<br />

CLOSE statement was<br />

previously opened with<br />

'SCRATCH' specified in<br />

the STATUS= specifier.<br />

STATUS= specified<br />

string other than 'OLD'<br />

'NEW' 'UNKNOWN'<br />

'REPLACE' or<br />

'SCRATCH'.<br />

STATUS= specified<br />

string other than 'KEEP'<br />

or 'DELETE'.<br />

ACCESS= specified<br />

string other than<br />

'SEQUENTIAL' or<br />

'DIRECT'.<br />

Read records that are<br />

within the bounds of the<br />

file.<br />

Use either<br />

'FORMATTED' or<br />

'UNFORMATTED' for<br />

the FORM= specifier in<br />

an OPEN statement.<br />

Open the file with a<br />

STATUS= , specifying a<br />

string other than<br />

'SCRATCH' or do not<br />

specify STATUS='KEEP'<br />

in the CLOSE statement<br />

for this scratch file.<br />

Use 'OLD’, 'NEW',<br />

'UNKNOWN',<br />

'REPLACE' or<br />

'SCRATCH' for the<br />

STATUS= specifier in<br />

OPEN statement.<br />

Use 'KEEP' or 'DELETE'<br />

for the STATUS=<br />

specifier in a CLOSE<br />

statement.<br />

Use 'SEQUENTIAL' or<br />

'DIRECT' for the<br />

ACCESS= specifier in an<br />

OPEN statement.<br />

Appendix A 629

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

Saved successfully!

Ooh no, something went wrong!