SQL/MX 2.x Messages Manual (H06.04+)

Executor Messages (8000 through 8999)
HP NonStop SQL/MX Messages Manual540498-003
10-14
SQL 8420
Cause. You specified a NULL value that is missing an indicator parameter.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 8421
Cause. You assigned NULL to a column for which NOT NULL was specified.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 8422
Cause. You provided an INTERVAL that is not valid and that could not be converted.
Effect. The operation fails.
Recovery. Check your input and resubmit.
SQL 8423
Cause. You specified a field number that is not valid.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 8424
Where name is the name of the function.
Cause. You attempted to perform function name, which is not supported.
Effect. The operation fails.
8420 Missing indicator parameter for a NULL value.
8421 NULL cannot be assigned to a NOT NULL column.
8422 The provided INTERVAL is not valid and cannot be
converted.
8423 The provided field number is not valid.
8424 Function name is not yet supported.