ACTION=
specifier ¶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'