WRITE

The WRITE command writes data.

In general, the format is:

  WRITE(unit) vars / options     or    WRITE(filename) vars / options 


The available options are:

Option Description
APPEND Append the data to the existing data file.
BINARY Writes the specified variables in double precision binary.
REWIND/ The default is REWIND. Use the NOREWIND option for
NOREWIND sequential writing by successive WRITE commands.

Other available options are:
BYVAR, CLOSE, FORMAT, NAMES, WIDE, XLS, BEG=,END=.