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.

ERR=errsFILE= finFORM=fmcharacter <strong>del</strong>imiter for list-directed or namelist formatted data transferstatements.errs is an error specifier; it takes the form of a statement label of anexecutable statement within the program. If an error condition occursexecution continues with the statement specified by errs.fin is a character expression whose value is the file name expression,the name of a file to be connected to the specified unit.fm is a character expression specifying whether the file is beingconnected for 'FORMATTED' or 'UNFORMATTED' input/output.IOSTAT= ios ios is an integer scalar; if this is included ios becomes defined with 0(zero) if no error condition exists or a positive integer when there is anerror condition. A value of -1 indicates an end-of-file condition with noerror. A value of -2 indicates an end-of-record condition with no errorwhen using non-advancing I/O.PAD= pad_char pad_char is a character expression specifying whether to use blankpadding. Acceptable values are YES or NO; yes specifies that blankpadding is used and no requires that input records contain all requesteddata.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.RECL= rlSTATUS= starl is an integer expression defining the record length in a file connectedfor direct access. When sequential input/output is specified this is themaximum record length.sta is a character expression whose value can be: NEW, OLD, SCRATCH,UNKNOWN or REPLACE. When OLD or NEW is specified a filespecifier must be given. SCRATCH must not be used with a namedfile. The default status is UNKNOWN which specifies that the file'sexistence is unknown, which limits the error checking when openingthe file. With status OLD, the file must exist or an error is reported.With status NEW, the file is created; if the file exists, an error isreported. Status SCRATCH specifies that the file is removed whenclosed.114 Chapter 3

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

Saved successfully!

Ooh no, something went wrong!