Creating and Managing Symbolic Variable Tables
en-938872/2 4 - 25
4
MOVE partial copy of blocks
Example 1: Copying part of a table into another table.
MOVE [PB(2,5)],2,5 = [PA(2,6)],1,4
Example 2: Copying part of a table into another table.
MOVE [PB(2,5)],2,4 = [PA(2,6)],3,5
Example 3: Reversal of the limit and block indexes when copying part of a table into
another table.
MOVE [PB(2,5)],2,5 = [PA(2,6)],4,1