1 COPY
  Syntax: COPY id1 [&idb1] id2 [&idb2]
   where: id1 and id2 are the input and output histogram identifiers
          idb1 and idb2 are the secondary identifiers

  Makes  a  copy of a   histogram.  You can  copy  all   histograms with a
  particular secondary identifier using the syntax `COPY 0 &idb1 0&idb2'.

  Note that `COPY' only copies the Mn_Fit histogram and not any
  associated HBOOK histogram. Use the `HCOPY' command to copy the HBOOK
  histogram also.

