VMS Help  —  RDML72  Statements  STARTING_WITH, Examples
    The following programs demonstrate the use of the STARTING WITH
    clause. These programs create a record stream containing the
    records in the EMPLOYEES relation in which the field LAST_NAME
    has a name that begins with the string "IACO" or "Iaco". These
    programs print the employee ID and last name contained in each
    record in the record stream.
Additional Information: explode extract
C Example Pascal Example
Close Help