ALLBASE/SQL Message Manual (36216-90213)

Chapter 7 209
ALLBASE/SQL Error Messages: 2800-8220
clause of an OPEN or EXECUTE statement is greater
than the length of the data type of the corresponding
dynamic parameter in the prepared statement.
ACTION Modify the definition of the referenced input value to be
compatible in length with the corresponding dynamic
parameter.
2916 MESSAGE Invalid Table/View/Column in the dynamic
format
computation. (DBERR 2916)
CAUSE A dynamic parameter is associated with an invalid table,
view, or column in the statement. Its format cannot be
determined.
ACTION Check that the query references existing tables,views,and
columns you are authorized to access and reissue the
statement.
2917 MESSAGE No corresponding column for the dynamic
parameter. (DBERR 2917)
CAUSE A dynamic parameter in the VALUE clause of an INSERT
statement has no corresponding column.
ACTION Check that the number of columns in the INSERT
matches the number of values specified, and reissue the
statement.
2918 MESSAGE Using Clause is required for the input
dynamic parameters. (DBERR 2918)
CAUSE You attempted to issue an OPEN or EXECUTE statement
on a section that contains dynamic parameters without
passing the values for the dynamic parameters via the
USING clause.
ACTION Add a USING clause to the statement and provide values
for the dynamic parameters with the USING clause.
2919 MESSAGE An invalid NLS data was encountered. (DBERR
2919)
CAUSE NLS data is invalid.
ACTION Record as much information as possible and contact your
HP Service Representative or Response Center.
2920 MESSAGE SQLCORE encountered error from (!) (!).
(DBERR 2920)
CAUSE SQLCORE has an error from the above routine.
ACTION Record as much information as possible and contact your
HP Service Representative or Response Center.
2921 MESSAGE Integer or float overflow or underflow on