SQL/MP Messages Manual

HP NonStop SQL/MP Messages Manual427720-006
9-1
9
SQL Compiler Generator Messages
(7000 to 7999)
SQL 7001
Cause. Stated in the error message.
Effect. The statement does not compile.
Recovery. None. Report the entire message to your service provider.
SQL 7002
Cause. If a CASE operand is used, the WHEN clause cannot contain a relational
operation. If a CASE operand is not used, the WHEN clause must have a relational
operation.
Effect. The statement does not compile.
Recovery. Correct the format of the CASE statement and recompile the statement.
SQL 7003
Cause. All the results in the CASE statement result in a NULL value.
Effect. The statement does not compile.
Recovery. Change the CASE statement so other results than NULL are also returned.
7001 The SQL Type Propagator detected an inconsistent
internal data structure.
7002 The CASE statement has an invalid format.
7003 A CASE statement cannot have just NULL results.