HELPLIB.HLB  —  COBOL  PROCEDURE_DIVISION, MOVE  1format
  The MOVE statement transfers data to one or more data areas.  The
  editing rules control data transfer.

  Format 1 -

   MOVE { src-item } TO { dest-item } ...
        { lit      }
Additional Information: explode extract

src-item
lit
dest-item
Close Help