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      }

1  –  src-item

  is an identifier that represents the sending area.

2  –  lit

  is a literal that represents the sending area.

3  –  dest-item

  is an identifier that represents the receiving area.
Close Help