7.3.4 Internal WRITE Statement

Internal WRITE statements transfer output data from internal storage to an internal file.

Namelist formatting is not permitted with internal WRITE statements.

Internal WRITE statements can be formatted or list-directed, taking one of the following forms:

Formatted

WRITE (intu,fmt [,iostat] [,err]) [iolist]

List-Directed

WRITE (intu, *[,iostat] [,err]) [iolist]
intu
Is an internal unit specifier.
fmt
Is a format specifier.
iostat
Is an I/O status specifier.
err
Is a transfer-of-control specifier.
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, and * (or FMT=*). The I/O list parameter is iolist.

For More Information:


Previous Page Next Page Table of Contents