Next: File operations on symbolic links, Previous: Data consistency and durability, Up: Compiler Characteristics [Contents][Index]
The Fortran standard says that if an OPEN
statement is executed
without an explicit ACTION=
specifier, the default value is
processor dependent. GNU Fortran behaves as follows:
ACTION='READWRITE'
ACTION='READ'
ACTION='WRITE'