SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Messages Manual523730-004
6-24
SQL 4097
Cause. You attempted to use a NULL operand in function name, which is not
supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4098
Cause. You included a NULL operand in operation name, which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4099
Cause. You included a NULL operand in predicate name, which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4100
Cause. You specified a NULL value in a select list that is not cast to a data type, which
is required.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
4097 A NULL operand is not allowed in function name.
4098 A NULL operand is not allowed in operation name.
4099 A NULL operand is not allowed in predicate name.
4100 A NULL value is not allowed in a select list unless it
is CAST to some data type.