Assigns a name to the FOR statement.
A named FOR loop is called a labeled FOR loop statement. If
you include an ending label, it must be identical to its
corresponding beginning label. A beginning label must be unique
within the procedure in which the label is contained.