ALLBASE/SQL Message Manual (36216-90213)

Chapter 7 221
ALLBASE/SQL Error Messages: 2800-8220
3210 MESSAGE Negative length value not allowed for LONG
column INSERT. (DBERR 3210)
CAUSE You specified a negative value for the length of the long
value to be read from the heap.
ACTION Remove the unary minus sign from the length
specification and reissue the statement.
3211 MESSAGE Length specified is greater than allowed.
(DBERR 3211)
CAUSE The length of the long value to be read from the heap is too
large.
ACTION Specify a shorter length for the heap and reissue the
statement.
3220 MESSAGE LONG column disallowed from remote access.
(DBERR 3220)
CAUSE You tried to access a long column on another machine.
ACTION This feature is not supported yet.
3221 MESSAGE LONG column disallowed on ORDER
BY/DISTINCT/UNION. (DBERR 3221)
CAUSE You tried to use an ORDER BY, DISTINCT or UNION on a
column defined as a long data type.
ACTION Remove the long column from ORDER BY, DISTINCT or
UNION clause.
3222 MESSAGE LONG column disallowed on GROUP BY. (DBERR
3222)
CAUSE You tried to use the GROUP BY clause with a column
defined as a long data type.
ACTION Remove the long column from the GROUP BY clause.
3223 MESSAGE LONG column disallowed on Expression. (DBERR
3223)
CAUSE You tried to use an expression with a column that has been
defined as a long data type.
ACTION Remove the long column from the expression.
3224 MESSAGE LONG column disallowed on INDEX. (DBERR 3224)
CAUSE You tried to create an index on a column defined as a long
data type.
ACTION Remove the long column from the column list in the
CREATE INDEX statement.
3225 MESSAGE LONG column disallowed on HASH. (DBERR 3225)
CAUSE You tried to specify a hash structure on a column that has