4 - 24 en-938872/2
Notes
The MOVE function must be the first word in the block (no sequence number).
The maximum number of blocks in a finished profile is limited to 95.
It is possible to reverse the order of a copy by reversing the start and end limit indexes
in one of the tables.
The indexes can be specified in symbolic variables.
In case of a programming error, the system returns the following error numbers:
ERROR 196 (inconsistency in index declaration),
ERROR 199 (syntax error).
Examples
MOVE simple copy of blocks
Example: Copying the contents of one table into another table.
MOVE [PB(2,3)] = [PA(2,3)]
Entries 1
Target table
212
1
2
Source table
3
Block 1
Block 2
Block 3