ALLBASE/SQL Message Manual (36216-90213)

198 Chapter6
ALLBASE/SQL Error Messages: 2420-2795
operator.
2777 MESSAGE Dynamic parameter as the operand of a unary
arithmetic operator disallowed. (DBERR 2777)
CAUSE You specified a dynamic parameter in a NULL predicate or
a minus sign is specified in front of the dynamic
parameter.
ACTION Modify your statement to not contain a dynamic
parameter in a NULL predicate nor a minus sign in front
of a dynamic parameter.
2778 MESSAGE Dynamic parameter in the SELECT list
disallowed. (DBERR 2778)
CAUSE You specified a dynamic parameter in the SELECT list.
ACTION Modify your statement to not contain a dynamic
parameter in a SELECT list.
2779 MESSAGE TID data type is not supported. (DBERR 2779)
CAUSE You specified a column of TID data type in the CREATE
TABLE or ALTER TABLE statement. There is no TID
data type.
ACTION Check and modify the statement.
2780 MESSAGE Psuedotable can not be updated. (DBERR 2780)
CAUSE You attempted to perform an update on a system
pseudotable.
ACTION Check that the correct table name has been specified.
2781 MESSAGE Illegal reference to TID function in group
operation. (DBERR 2781)
CAUSE Within a single query block, you cannot specify the
GROUP BY clause when using the TID function in the
select list.
ACTION Check and modify the command.
2782 MESSAGE TID function is not allowed for the
pseudotable (!.!). (DBERR 2782)
CAUSE The parameter in the TID function is a system
pseudotable.
ACTION Check and modify the command.
2783 MESSAGE TID function is not allowed for the
non-updatable view (!.!). (DBERR 2783)
CAUSE The parameter in the TID function is not an updatable
view.
ACTION Check and modify the command.