This chapter contains information on the following file connection, inquiry, and positioning statements on OpenVMS 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 or indexed 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 to the beginning of that file.
Frees a record in a sequential, relative, or indexed file that was locked by a previous READ statement.
For More Information: