Sequential READ statements transfer input data from external sequential-access records. The statements can be formatted with format specifiers (which can use list-directed formatting) or namelist specifiers (for namelist formatting), or they can be unformatted.
A sequential READ statement takes one of the following forms:
READ (eunit, format [, advance] [, asynchronous ] [, blank] [, decimal ] [, id] [, pad ] [, pos] [, round ] [, size] [, iostat] [, err] [, end] [, eor] [, iomsg]) [io-list]
READ form [, io-list]
READ (eunit, * [, asynchronous[, blank] [, decimal ] [, id] [, pad ] [, pos] [, round] [, size ] [, iostat] [, err] [, end] [, iomsg]) [io-list]
READ * [, io-list]
Copyright © 1996-2010, Intel Corporation. All rights reserved.