ALLBASE/SQL Message Manual (36216-90213)

Chapter 8 265
ALLBASE/SQL Error Messages: 8221-10999
CAUSE Additional messages will be returned.
ACTION Refer to the cause and action of the additional messages.
10972 MESSAGE Fields of type SQLIND must follow non-SQLIND
fields. (DBERR 10972)
CAUSE Fields of type SQLIND cannot be the first field in a host
variable record declaration nor immediately follow
another SQLIND field.
ACTION Resequence the fields in the record declaration and check
for missing or duplicated fields, then re-preprocess your
program.
10973 MESSAGE Host variable type must be integer. (DBERR
10973)
CAUSE The host variable type you specified in your BULK
command was invalid.
ACTION Declare the host variable as integer and then
re-preprocess your program.
10974 MESSAGE Too many INTO parameters found in bulk
statement. (DBERR 10974)
CAUSE You named more than three host variables in the INTO
clause of a BULK FETCH or BULK SELECT statement.
Preprocessing terminates and no module is stored.
ACTION Correct the INTO clause so that it contains at most three
host variables: Buffer, StartIndex, and NumberOfRows
and re-preprocess your program.
10975 MESSAGE Illegal host variable type. (DBERR 10975)
CAUSE The host variable type you specified was invalid.
ACTION Declare the host variable specifying a valid type. Refer to
the ALLBASE/SQL application programming guide for the
language you are using for additional information on host
variable types.
10976 MESSAGE Variable must be compatible with CHAR(n), n >
1. (DBERR 10976)
CAUSE The declaration for a host variable you named in an
SQLEXPLAIN, PREPARE, or EXECUTE statement is not
valid.
ACTION Specify a valid type in the host variable declaration. Refer
to the ALLBASE application programming guide for the
language you are using for additional information.
10977 MESSAGE ALLBASE/SQL preprocessor error. (DBERR 10977)
CAUSE An error condition was detected by the preprocessor.
Additional error messages will be returned.