Specifications

Visual Fortran Run-Time Errors Page 47 of 48
POSITION= accepts the following values:
’ASIS’ (the default)
’REWIND’ - on Fortran I/O systems, this is the same as ’ASIS’
’APPEND’
749
severe (749): Illegal ACTION value
FOR$IOS_F6794. An illegal value was used with the ACTION= specifier.
ACTION= accepts the following values:
’READ’
’WRITE’
’READWRITE’ - the default
750
severe (750): DELIM= specifier not allowed for an UNFORMATTED file
FOR$IOS_F6795. The DELIM= specifier is only allowed for files connected for
formatted data transfer. It is used to delimit character constants in list-directed an
namelist output.
751
severe (751): Illegal DELIM value
FOR$IOS_F6796. An illegal value was used with the DELIM=specifier.
DELIM= accepts the following values:
’APOSTROPHE’
’QUOTE’
’NONE’ - the default
752
severe (752): PAD= specifier not allowed for an UNFORMATTED file
FOR$IOS_F6797. The PAD= specifier is only allowed for formatted input records. It
indicates whether the formatted input record is padded with blanks when an input list
and format specification requires more data than the record contains.
753
severe (753): Illegal PAD= value
FOR$IOS_F6798. An illegal value was used with the PAD= specifier.
PAD= accepts the following values:
’NO’
’YES’ - the default