Visible to Intel only — GUID: GUID-64D43E4C-68E7-4C48-8B50-B49F1F7DA46C
Visible to Intel only — GUID: GUID-64D43E4C-68E7-4C48-8B50-B49F1F7DA46C
Fortran I/O
In Fortran's I/O system, data is stored and transferred among files. All I/O data sources and destinations are considered files.
Devices such as the screen, keyboard, and printer are external files, as are data files stored on a device such as a disk.
Variables in memory can also act as a file on a disk and are typically used to convert ASCII representations of numbers to binary form. When variables are used in this way, they are called internal files.
For more information, see the individual topics in this section.
- Logical Devices
- Physical Devices on Windows
- Types of I/O Statements
- Forms of I/O Statements
- Assign Files to Logical Units
- File Organization
- Internal Files and Scratch Files
- File Access and File Structure
- File Records
- Record Types
- Record Length
- Record Access
- Record Transfer
- Specify Default Pathnames and File Names
- Open Files: OPEN Statement
- Obtain File Information: INQUIRE Statement
- Close Files: CLOSE Statement
- Record I/O Statement Specifiers
- File Sharing on Linux and macOS
- Specify the Initial Record Position
- Advancing and Nonadvancing Record I/O
- Use USEROPEN to Pass Control To a Routine
- Microsoft Fortran PowerStation Compatible Files
- Use Asynchronous I/O