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 and Intrinsic Functions for Input and Output
The following table lists statements and intrinsic functions 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 |
Associates a statement label with a sequence of format edit descriptors. The statement label is used in other input and output statements as the format specifier. |
|
Statement |
Returns the properties of a file or unit. |
|
Intrinsic function |
Tests IOSTAT value for end of file. |
|
Intrinsic function |
Tests IOSTAT value for end of record. |
|
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. |