SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Messages Manual—523730-004
6-13
SQL 4046
Cause. You specified operands of function name that are not type exact numeric,
which is required.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4047
Cause. You specified operands of function name that do not have a scale of zero (0),
which is required.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4048
Cause. You specified the third operand of a ternary comparison argument with an
invalid type. The type must be boolean.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4049
Cause. You specified a CASE expression with a result data type of two data types. It
must be one of data type.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
4046 The operands of function name must be exact numeric.
4047 The operands of function name must have a scale of 0.
4048 The third operand of a ternary comparison operator must
be of type BOOLEAN, not type.
4049 A CASE expression cannot have a result data type of both
type1 and type2.