Formatted

 Formatted sequential WRITE statement format:

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

Writes to a specified external unit. Translates the data from binary to character format as specified by "fmt".

List-directed

 List-directed sequential WRITE statement format:

WRITE (extu,*[,iostat][,err])[iolist]

Writes to a specified external unit. Translates the data from binary to character format according to the data types of the variables in the I/O list.

Namelist

 Namelist sequential WRITE statement format:

WRITE (extu,nml[,iostat][,err])

Writes to a specified external unit. Translates the data from binary to character format according to the data types of the list entities in the corresponding NAMELIST statement.

Unformatted

 Unformatted sequential WRITE statement format:

WRITE (extu[,iostat][,err])[iolist]

Writes to a specified external unit. Does not translate the data.