Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Statements for Input and Output
The following table lists statements used for input and output.
Name |
Procedure Type |
Description |
---|---|---|
Statement |
Similar to a formatted, sequential READ statement. |
|
Statement |
Positions a file to the beginning of the previous record. |
|
Statement |
Disconnects the specified unit. |
|
Statement |
Deletes a record from a relative file. |
|
Statement |
Writes an end-of-file record or truncates a file. |
|
Statement |
Causes data written to a file to become available to other processes or causes data written to a file outside of Fortran to be accessible to a READ statement. |
|
Statement |
Returns the properties of a file or unit. |
|
Statement |
Associates a unit number with an external device or file. |
|
PRINT(or TYPE) |
Statement |
Displays data on the screen. |
Statement |
Transfers data from a file to the items in an I/O list. |
|
Statement |
Repositions a file to its first record. |
|
Statement |
Rewrites the current record. |
|
Statement |
Transfers data from the items in an I/O list to a file |