7.2.4 Internal READ Statement

Internal READ statements transfer input data to internal storage from an internal file.

Namelist formatting is not permitted with an internal READ statement.

The internal READ statement can be formatted or list-directed, taking one of the following forms:

Formatted

READ (intu,fmt [,iostat] [,err] [,end]) [iolist]

List-Directed

READ (intu, *[,iostat] [,err] [,end]) [iolist]
intu
Is an internal unit specifier.
fmt
Is a format specifier.
iostat
Is an I/O status specifier.
err, end
Are transfer-of-control specifiers.
iolist
Is the I/O-list specifier.
*
Is a list-directed format specifier. This parameter can also be specified as FMT=*.

The control-list parameters are intu, fmt, iostat, err, end, and * (or FMT=*). The I/O list parameter is iolist.

For More Information:


Previous Page Next Page Table of Contents