Library /sys$common/syshlp/SQL$HELP_OLD72.HLB  —  REPEAT Control, Arguments  END REPEAT ending-label
    Marks the end of a control loop. If you choose to include the
    optional ending label, it must match exactly its corresponding
    beginning label. An ending label must be unique within the
    procedure in which the label is contained.

    The optional ending-label argument makes multistatement
    procedures easier to read, especially in complex multistatement
    procedure blocks.
Close Help