| |
MOVE CORRESPONDING OLD-REC TO NEW-REC.
The data items are ITEM-1, ITEM-2, ITEM-3 and SEC-1
will take part in the operation. Note that SEC-21,
THIRD-1 and THIRD-2 cannot take part in the operation.
This is because although those names are common to
both the groups, their qualifiers are different.
ADD CORRESPONDING OLD-REC TO NEWREC.
Only ITEM-1 and ITEM-2 will take part in the add operation.
This is because ITEM-3 and SEC-1 in NEW-REC are not
numeric data items.
|
|