Visible to Intel only — GUID: GUID-4125FE60-325F-4196-A67D-BA995B4B3181
Visible to Intel only — GUID: GUID-4125FE60-325F-4196-A67D-BA995B4B3181
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. |