ALLBASE/SQL Message Manual (36216-90213)

Chapter 6 185
ALLBASE/SQL Error Messages: 2420-2795
detected in SQLCORE. The most likely cause of this would
be an uninitialized VARCHAR host variable used in an
insert or an uninitialized VARCHAR length field in the
buffer used in a bulk insert.
ACTION Make sure that all VARCHAR host variables are properly
initialized.
2651 MESSAGE DEFAULT literal type ! is not compatible with
the
corresponding column data type !. (DBERR
2651)
CAUSE The data type of the literal is not compatible with the one
specified for the corresponding column.
ACTION Define a valid default value for the corresponding column.
2652 MESSAGE DEFAULT ! is not compatible with the
corresponding column data type !. (DBERR
2652)
CAUSE You specified a DEFAULT current function, USER, or
NULL, which is not compatible with the one specified for
the corresponding column.
ACTION Define a valid default value for the corresponding column.
2653 MESSAGE Non-supported DEFAULT value type !. (DBERR
2653)
CAUSE You specified a DEFAULT value which is not a constant, a
current function, USER, or NULL.
ACTION Define a valid default value for the corresponding column.
2654 MESSAGE Data type ! invalid for the starting position
of SUBSTRING function. (DBERR 2654)
CAUSE The StartPosition parameter of the SUBSTRING function
is not an integer constant or expression.
ACTION Change the StartPosition parameter to an integer
constant or expression.
2655 MESSAGE Data type ! invalid for the substring length
of SUBSTRING function. (DBERR 2655)
CAUSE The Length parameter of the SUBSTRING function is not
an integer constant or expression.
ACTION Change the Length parameter to an integer constant or
expression.
2656 MESSAGE Source string must contain numeric value.
(DBERR 2656)
CAUSE The source character string of the CAST function contains
invalid characters for a numeric expression.