This chapter contains information on the following file connection, inquiry, and positioning statements available on Tru64 UNIX, Linux, and Windows systems:
Positions a sequential file at the beginning of the preceding record.
Terminates the connection between a logical unit and a file or device.
Deletes a record from a relative file.
For sequential files, writes an end-of-file record to the file and positions the file after this record. For direct access files, truncates the file after the current record.
Requests information on the status of specified properties of a file or logical unit.
Connects a Fortran logical unit to a file or device; declares attributes for read and write operations.
Positions a sequential file at the beginning of the file.
Frees a record in a relative or sequential file that was locked by a previous READ statement.
For More Information: