The MOVE statement transfers data to one or more data areas. The editing rules control data transfer. Format 2 - MOVE { CORRESPONDING } src-item TO dest-item { CORR }
1 – src-item
is an identifier that represents the sending area.
2 – dest-item
is an identifier that represents the receiving area.