Neoview Messages Manual (R2.2)

Effect The operation fails.
Recovery Declare a cursor name, or use the name of a previously prepared statement, and
resubmit.
SQL 3006
3006 In a dynamic cursor declaration, both the cursor and the statement
must be named in the same way: both must be literals or both must be
string host variable expressions.
Cause You attempted to declare a dynamic cursor in a way that does not match the statement.
Both must be literals or both must be string host variable expressions.
Effect The operation fails.
Recovery Declare the cursor in a way that matches the statement and resubmit.
SQL 3007
3007 In an ALLOCATE CURSOR statement, both the cursor and the statement
must be named using string host variables.
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
3008 Precision of type UNSIGNED data type, value, cannot exceed 9.
Cause You specified a CREATE TABLE statement with a precision value greater than nine
for the PRECISION field, which is not supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3009
3009 DROP ASSERTION statement is not yet supported.
Cause You attempted to perform a DROP ASSERTION statement, which is not supported.
Effect The operation fails.
Recovery None.
SQL 3010
3010 Character set name is not yet supported.
name
is the name of the character set.
Cause You specified character set name that is not supported for use in an HP Neoview
database software object, such as a table or module. Examples include creating a KANJI or
KSC5601 column in a Neoview database software table.
Effect The operation fails.
Recovery Specify a valid character set and resubmit.
SQL 3011
3011 name is not a valid qualified name; it has more than 3 name parts.
name
is the name specified in the operation.
86 Parser and Compilation Messages (3000 Through 3999)