The following programs demonstrate the use of the STORE statement
    to store segmented strings in a record. These programs:
    o  Declare an array to hold the segmented strings to be stored.
    o  Assign values to the array.
    o  Use a STORE operation to store the employee ID in the RESUMES
       record.
    o  Use an inner STORE operation to store the segmented strings.
       This ensures that the employee ID and the segmented strings
       are stored in the same record.
    o  Store the values from the array into the RESUME field of
       RESUMES.
    o  Complete the STORE operation.
    o  Retrieve the segmented strings (just stored) using a nested
       FOR statement.
    For more information on retrieving segmented strings, see the
    entry on FOR Seg_String.
Additional Information:
explode
extract