ALLBASE/SQL Message Manual (36216-90213)

Chapter 5 147
ALLBASE/SQL Error Messages: 2101-2419
2260 MESSAGE Unnamed CHECK constraint on column !
references other columns. (DBERR 2260)
CAUSE You defined an unnamed CHECK constraint on a single
column contains references to other columns.
ACTION Identify the unnamed constraint which fits this condition
and either remove the references to the other columns or
make the check constraint a table level check constraint.
2261 MESSAGE Unnamed CHECK constraint contains host
variables. (DBERR 2261)
CAUSE You defined an unnamed CHECK constraint with host
variables in it.
ACTION Identify the unnamed constraint which fits this condition
and remove the host variables from that CHECK
constraint.
2262 MESSAGE Unnamed CHECK constraint contains aggregate
functions. (DBERR 2262)
CAUSE You defined an unnamed CHECK constraint with
aggregate functions in it.
ACTION Identify the unnamed constraint which fits this condition
and remove the aggregate functions from that CHECK
constraint.
2263 MESSAGE Unnamed CHECK constraint contains subqueries.
(DBERR 2263)
CAUSE You defined an unnamed CHECK constraint with
subqueries in it.
ACTION Identify the unnamed constraint which fits this condition
and remove the subqueries from it.
2264 MESSAGE Input value provided for OUTPUT ONLY
parameter. (DBERR 2264)
CAUSE In the EXECUTE PROCEDURE statement, an actual
parameter was provided for an OUTPUT ONLY
parameter, but OUTPUT ONLY was not specified.
ACTION Re-issue the EXECUTE PROCEDURE statement, either
omitting the actual parameter completely, or passing an
OUTPUT ONLY host variable for the actual parameter.
2265 MESSAGE DEFAULT value provided for OUTPUT ONLY
parameter !. (DBERR 2265)
CAUSE In the CREATE PROCEDURE statement, a default value
was provided for an OUTPUT ONLY parameter.
ACTION Re-issue the CREATE PROCEDURE statement, either
omitting the default value, or specifying OUTPUT rather