A NumberOfRows variable: a SMALLINT or INTEGER variable
that indicates to ALLBASE/SQL how many rows to transfer into or take from
the array, starting at the array record designated by
StartIndex. If not specified for an INSERT operation,
the assumed number of rows is
the number of records in the array from the StartIndex to the end of
the array. If not specified for a SELECT operation,
the assumed number of rows is the smaller of
two values: the number of records in the array or the number of
rows in the query result.
NumberOfRows can be specified only if you specify
the StartIndex variable.