1 WRITE
  Syntax: WRITE DATA|LOG

  Writes out  either a histogram to  a card image  format file or a log of
  the commands you gave at the terminal.

2 Menu
  The following is a list of the available commands.
  For more details see HELP WRITE and the individual subtopics:

  DATA  Writes a histogram to a file in card image format.
  LOG   Writes out the log of commands given at the terminal.

2 DATA
  Syntax: WRITE DATA filename id [&idb]

  Alias for `DAT_STORE'. See HELP DAT_STORE for more details.

2 LOG
  Syntax: WRITE LOG filename ncommand

  Writes the last  `ncommand' commands you have  given from the terminal
  to a file, which you can then edit  and execute as a command file. Use
  the `SHOW LOG' command to look at  the commands you have given and the
  `EDIT' command  to edit the file  you write out.  Use the `EXECUTE' or
  `READ COMMAND'  commands to execute the  commands in the file. You can
  use the `SET LOG ON' command to  turn on automatic logging of commands
  and then all commands will get written to the file `mn_fit.log'.


