Library /sys$common/syshlp/RDOHELP72.HLB  —  AT_END
    Specifies the statement a program performs if a FETCH statement
    reaches the end of a record stream. You can use the AT END clause
    only with the FETCH statement in a program.

    Example:

    &RDB&  FETCH STREAM_X
    &RDB&    AT END
               GO TO END_OF_STREAM.
    &RDB&  END_FETCH
Additional Information: explode extract
Format Example
Close Help