Sequential WRITE statements transfer output data to external sequential access records. The statements can be formatted by using format specifiers (which can use list-directed formatting) or namelist specifiers (for namelist formatting), or they can be unformatted.
A sequential WRITE statement takes one of the following forms:
WRITE (eunit, format [, advance] [, asynchronous] [, id] [, pos] [, iostat] [, err]) [io-list]
WRITE (eunit, * [, asynchronous] [, id] [, pos] [, iostat] [, err]) [io-list]
WRITE (eunit, nml-group [, asynchronous] [, id] [, pos] [, iostat] [, err])
WRITE (eunit [, asynchronous] [, id] [, pos] [, iostat] [, err]) [io-list]