ALLBASE/SQL Message Manual (36216-90213)

Chapter 8 243
ALLBASE/SQL Error Messages: 8221-10999
number of input host variables.
ACTION Correct the PARMS.PARMBUF_FMT parameter.
10032 MESSAGE Number of DATABUF formats did not match the
SQL command. (DBERR 10032)
CAUSE The DATABUF.BUFFER_FMT is passed when not
needed, or is not passed when needed, or does not match
the number of input host variables.
ACTION Correct the DATABUF.BUFFER_FMT parameter.
10033 MESSAGE No input host variables specified for BULK
INSERT. (DBERR 10033)
CAUSE You have not specified input host variables for a BULK
INSERT statement.
ACTION Specify input host variables in the BULK INSERT
statement.
10034 MESSAGE No output host variables specified forFETCH
or SELECT. (DBERR 10034)
CAUSE You have not specified output host variables for FETCH or
SELECT statements.
ACTION Specify output host variables in the FETCH or SELECT
statements.
10035 MESSAGE The SQL statement is unknown. (DBERR 10035)
CAUSE The SQL statement you specified cannot be processed by
the SQLX interface.
ACTION Specify a valid SQL statement.
10036 MESSAGE The specified connection name is already in
use. (DBERR 10036)
CAUSE You have specified a connection name that is already used
by another CONNECT.
ACTION Specify a unique connection name.
10037 MESSAGE The specified connection name is not open.
(DBERR 10037)
CAUSE You specified a connection name that is not associated
with a CONNECT.
ACTION Specify a valid connection name.
10038 MESSAGE Invalid number of columns in
PARMCB.COLUMNS.NUM_COLUMNS. (DBERR 10038)
CAUSE The number of columns you specified in
PARMCB.COLUMNS.NUM_COLUMNS is less than 0 or
greater than 255.