SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Messages Manual523730-004
5-47
SQL 3206
Cause. In the CREATE PROCEDURE statement, you specified a partially qualified
name when NAMETYPE was not set to ANSI.
Effect. The operation fails.
Recovery. Set NAMETYPE ANSI or fully qualify the name.
SQL 3207
Cause. In the CREATE PROCEDURE statement, you specified the optional
DYNAMIC RESULT SETS clause with nonzero value.
Effect. The operation fails.
Recovery. Remove the clause or use the value zero, and then resubmit.
SQL 3208
Cause. In the CREATE PROCEDURE statement, one of the parameters you specified
is an unsigned numeric.
Effect. The operation fails.
Recovery. Change the parameter specification to SIGNED.
SQL 3209
Cause. You attempted a CREATE TABLE table name (columnname longwvarchar(N))
where N >current MAX_LONG_WVARCHAR_DEFAULT_SIZE setting.
Effect. The operation fails.
Recovery. Decrease the CREATE TABLE statement’s longwvarchar column width N
or increase the current MAX_LONG_WVARCHAR_DEFAULT_SIZE setting and
resubmit.
3206 The name for an object of this type must be fully
qualified, or set NAMETYPE ANSI.
3207 Value for DYNAMIC RESULT SETS must be zero.
3208 UNSIGNED numeric is not allowed for routine parameter.
3209 Maximum length of LONGWVARCHAR is value.