Neoview Messages Manual (Volume 1) (R2.5)

SQL 4042
4042 The operands of a comparison predicate must be of equal degree.
Cause You specified a comparison predicate with operands that are not of equal degree,
which is required.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4043
4043 The operand of function name must be character.
Cause You specified an operand for function name that is not a character, which is required.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4044
4044 Collation name1 does not support the name2 predicate or function.
Cause You specified collation name1, which does not support the predicate or function
listed in the message.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4045
4045 The operand of function name must be numeric.
Cause You specified operands for function name that are not numeric, which is required.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4046
4046 The operands of function name must be exact numeric.
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
4047 The operands of function name must have a scale of 0.
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
4048 The third operand of a ternary comparison operator must be of type
BOOLEAN, not type.
Cause You specified the third operand of a ternary comparison argument with an invalid
type. The type must be boolean.
Effect The operation fails.
138 Binder and Compilation Messages (4000 Through 4999)