ALLBASE/SQL Message Manual (36216-90213)

Chapter 5 167
ALLBASE/SQL Error Messages: 2101-2419
ACTION Try to reduce the number of factors.
2414 MESSAGE Length of column ! in table !.! below minimum
! bytes. (DBERR 2414)
CAUSE You tried to create a LONG or CHAR column of length 0.
ACTION Create the column with at least the minimum length.
2415 MESSAGE Number of operators in internal predicate
exceed maximum (!). (DBERR 2415)
CAUSE A predicate containing one or more OR operators was too
complicated. When additional factors were added to the
predicate internally for optimization, the total number of
operators exceeded the maximum.
ACTION Try to rewrite the query, simplifying the predicate as
much as possible, and lowering the precedence of OR
operators as much as possible.
2416 MESSAGE Hash on table !.! has more than ! columns.
(DBERR 2416)
CAUSE You specified a hash containing more than 16 columns.
ACTION Issue the CREATE TABLE statement again, specifying no
more than 16 columns for the hash key.
2417 MESSAGE Length of hash key on table !.! exceeds !
bytes. (DBERR 2417)
CAUSE You specified a hash key which exceeds the maximum key
length.
ACTION Issue the CREATE TABLE statement again, specifying a
hash key with length no greater than the maximum.
2418 MESSAGE Length of parameter ! in procedure !.!
exceeds ! bytes. (DBERR 2418)
CAUSE The number of bytes in the specified parameter exceeded
the maximum allowed.
ACTION Issue the CREATE PROCEDURE statement again,
specifying a parameter length no greater than the
maximum specified.
2419 MESSAGE Length of parameter ! in procedure !.! below
minimum ! bytes. (DBERR 2419)
CAUSE The number of bytes in the specified parameter was less
than the minimum allowed.
ACTION Issue the CREATE PROCEDURE statement again,
specifying a parameter length no less than the minimum
allowed.