ALLBASE/SQL Message Manual (36216-90213)

Chapter 4 125
ALLBASE/SQL Error Messages: 746-2100
ACTION Check the syntax and remove the host variable from your
CREATE RULE statement.
1151 MESSAGE Duplicate statement type specified in CREATE
RULE. (DBERR 1151)
CAUSE You defined a RULE with duplicate statement types.
ACTION Check the syntax and remove the duplicate statement
type from your CREATE RULE statement.
1152 MESSAGE TID function disallowed in CHECK constraint
or RULE. (DBERR 1152)
CAUSE A RULE or CHECK constraint contains a TID function.
ACTION Check the syntax and remove the TID function from your
CREATE RULE statement or CHECK constraint.
1153 MESSAGE RETURN clause not permitted in EXECUTE
PROCEDURE of CREATE RULE. (DBERR 1153)
CAUSE You included a RETURN clause in the EXEC
PROCEDURE clause of a CREATE RULE statement.
ACTION Remove the RETURN clause from the EXEC
PROCEDURE clause.
1154 MESSAGE OUTPUT parameters not permitted in EXECUTE
PROCEDURE of CREATE RULE. (DBERR 1154)
CAUSE You included a parameter defined for OUTPUT in the
EXECUTE PROCEDURE clause of a CREATE RULE
statement.
ACTION Remove the key word OUTPUT from the EXECUTE
PROCEDURE clause.
1155 MESSAGE Negative Hexstring is not allowed. (DBERR
1155)
CAUSE You attempted to enter a negative hexstring.
ACTION Remove the minus sign from the hexstring and reissue the
statement.
1156 MESSAGE Duplicate ISOLATION LEVEL clause defined.
(DBERR 1156)
CAUSE You have more than one IDOLATION LEVEL clause in
the SET TRANSACTION or SET SESSION statement.
ACTION Check the specified SET TRANSACTION or SET
SESSION statement.
1157 MESSAGE Duplicate PRIORITY clause defined. (DBERR
1157)
CAUSE You specified the PRIORITY clause more than once in the
SET TRANSACTION or SET SESSION statement.