SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Messages Manual—523730-004
5-3
SQL 3007
Cause. You specified an ALLOCATE CURSOR statement with invalid syntax. Both the
cursor and the statement must be named using string host variables.
Effect. The operation fails.
Recovery. Name the cursor and statement with string host variables and resubmit.
SQL 3008
Cause. You specified a CREATE TABLE statement with a precision value greater than
than nine for the PRECISION field, which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3009
Cause. You attempted to perform a DROP ASSERTION statement, which is not
supported.
Effect. The operation fails.
Recovery. None.
SQL 3010
Where name is the name of the character set.
Cause. You specified character set name, which is not supported for a MODULE
statement.
Effect. The operation fails.
Recovery. Specify SQL_TEXT as the character set and resubmit.
3007 In an ALLOCATE CURSOR statement, both the cursor and the
statement must be named using string host variables.
3008 Precision of type UNSIGNED data type, value, cannot
exceed 9.
3009 DROP ASSERTION statement is not yet supported.
3010 Character set name is not yet supported.