SQL$HELP_OLD72.HLB  —  WHILE Control, Arguments  beginning-label:
    Assigns a name to a control loop. A beginning label used with the
    LEAVE statement lets you perform a controlled exit from the WHILE
    loop. If you include an ending label, it must be identical to its
    corresponding beginning label. A beginning label must be unique
    within the procedure containing the label.
Close Help