ALLBASE/SQL Message Manual (36216-90213)

Chapter 8 239
ALLBASE/SQL Error Messages: 8221-10999
(DBERR 10004)
CAUSE The EXECUTE IMMEDIATE statement contained a host
variable.
ACTION Eliminate the host variable from the EXECUTE
IMMEDIATE statement in the source file and
re-preprocess your program.
10005 MESSAGE Too many columns in dynamic FETCH. (DBERR
10005)
CAUSE There was not enough buffer space for the number of
columns specified in the FETCH statement.
ACTION Reduce the number of columns specified in the select list
or increase your buffer space, then re-preprocess your
program.
10006 MESSAGE Bad starting index. (DBERR 10006)
CAUSE The value stored in the StartIndex host variable named in
the INTO clause of a BULK SELECT, BULK FETCH, or
BULK INSERT statement was either less than 1 or
greater than the number of records the host variable array
can accommodate. Control returns to the calling program,
but the command is not executed.
ACTION Modify the source file constructs that assign a value to
StartIndex to ensure that the value is from 1 through the
maximum number of records that the host variable can
accommodate and re-preprocess your program.
10007 MESSAGE Bad row count. (DBERR 10007)
CAUSE The value stored in the NumberOfRows host variable you
named in the INTO clause of a BULK SELECT or BULK
FETCH or the VALUES clause of a BULK INSERT
statement is negative
or
the NumberOfRows plus the StartIndex minus 1 is greater
than the number of rows the host variable array can
accommodate. Control returns to the calling program, but
the command is not executed. No rows were retrieved or
inserted.
ACTION Modify the source file constructs that assign a value to
StartIndex to ensure that the value is from 1 through the
maximum number of records that the host variable can
accommodate and re-preprocess your program.
10008 MESSAGE Message catalog not available - see system
administrator. (DBERR 10008)
CAUSE The message catalog may not be installed on your system.