Manipulating Data with Reference Modification and STRING

You can manipulate data items in detail in two ways:

For example, the following two statements are equivalent. In both examples, street-address is 25 bytes long:

STRING street-address DELIMITED BY SIZE INTO print-rec 
    WITH POINTER num-char
MOVE street-address TO print-rec (num-char: 25)