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