12.07.2015 Views

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

SHOW MORE
SHOW LESS
  • No tags were found...

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

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

POSITION= pos_charpos_char is a character expression specifying the file position. Valuesare ASIS, REWIND or APPEND. For a connected file, on OPEN ASISleaves the position in the current position, REWIND rewinds the fileand APPEND places the current position at the end of the file,immediately before the end-of-file record.READ= rlREADWRITE= rlRECL= rcllrl is a character reference which takes the value YES ifUNFORMATTED is one of the allowed access methods for file, NO ifnot, or UNKNOWN if it is not known if UNFORMATTED is included.rl is a character scalar memory reference which takes the value YES ifUNFORMATTED is one of the allowed access methods for the file, NOif not and UNKNOWN if it is not known if UNFORMATTED isincluded.rcl is an integer expression defining the record length in a fileconnected for direct access. When sequential input/output is specifiedthis is the maximum record length. This specifier must only be givenwhen a file is connected for direct access.SEQUENTIAL= seqseq a character scalar memory reference which takes the value YES ifUNFORMATTED is one of the allowed access methods for the file, NOif not and UNKNOWN if it is not known if UNFORMATTED isincluded.UNFORMATTED= unfunf a character scalar memory reference which takes the value YES ifUNFORMATTED is one of the allowed access methods for the file, NOif not and UNKNOWN if it is not known if UNFORMATTED isincluded.WRITE= rlrl a character scalar memory reference which takes the value YES,NO, or UNKNOWN. These values indicate that WRITE is allowed, notallowed, or indeterminate for the specified file, respectively.Fortran Statements 103

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

Saved successfully!

Ooh no, something went wrong!