06.03.2014 Views

Intel Fortran Language Reference - NCI National Facility

Intel Fortran Language Reference - NCI National Facility

Intel Fortran Language Reference - NCI National Facility

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.

File Operation I/O Statements 12<br />

'SEGMENTED'<br />

'STREAM'<br />

'STREAM_CR'<br />

'STREAM_LF'<br />

'UNKNOWN'<br />

If the file is connected for unformatted sequential data transfer using<br />

segmented records<br />

If the file’s records are not terminated<br />

If the file’s records are terminated with a carriage return<br />

If the file’s records are terminated with a line feed<br />

If the file is not connected<br />

SEQUENTIAL Specifier<br />

The SEQUENTIAL specifier asks whether a file is connected for sequential access. It takes the<br />

following form:<br />

SEQUENTIAL = seq<br />

seq<br />

Is a scalar default character variable that is assigned one of the following values:<br />

'YES'<br />

'NO'<br />

'UNKNOWN'<br />

If the file is connected for sequential access<br />

If the file is not connected for sequential access<br />

If the processor cannot determine whether the file is connected for<br />

sequential access<br />

SHARE Specifier<br />

The SHARE specifier asks the current share status of a file or unit. It takes the following form:<br />

SHARE = shr<br />

shr<br />

Is a scalar default character variable.<br />

On Windows* systems, this variable is assigned one of the following values:<br />

'DENYRW'<br />

'DENYWR'<br />

'DENYRD'<br />

'DENYNONE'<br />

'UNKNOWN'<br />

If the file is connected for deny-read/write mode<br />

If the file is connected for deny-write mode<br />

If the file is connected for deny-read mode<br />

If the file is connected for deny-none mode<br />

If the file or unit is not connected<br />

12-19

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

Saved successfully!

Ooh no, something went wrong!