Ch 4. Input/Output [ HP FORTRAN 77/iX Reference ] MPE/iX 5.0 Documentation
HP FORTRAN 77/iX Reference
Chapter 4 Input/Output
Input/output (I/O) statements allow you to enter data into a program and
to transfer data between a program and a disk file, terminal, or other
device. There are four types of input/output:
* Formatted input/output.
* Unformatted input/output.
* List-directed input/output.
* Namelist-directed input/output.
For each type of input/output, there are one or more input statements and
corresponding output statements.
In the examples in this chapter, Delta represents a blank.
MPE/iX 5.0 Documentation