Reference Modification Example

This example transfers the first 25 characters in the variable whole-name to the variable last-name.
MOVE whole-name(1:25) TO last-name