Library /sys$common/syshlp/SQL$HELP_OLD72.HLB  —  FOR Counted Control, Arguments  END_FOR
    Syntax:

    END FOR | END FOR ending-label

    Marks the end of a FOR 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 end-label
    argument makes the FOR loops of multistatement procedures easier
    to read, especially in very complex procedure blocks.
Close Help