SQL/MX 2.x Messages Manual (H06.04+)
Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Messages Manual—540498-003
5-3
Recovery. Declare the cursor in a way that matches the statement and resubmit.
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 that is not supported for use in an SQL/MX
object, such as a table or module. Examples include creating a KANJI or KSC5601
column in an SQL/MX table.
Effect. The operation fails.
Recovery. Specify a valid 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.










