SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
5-48
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.
SQL 3210
Cause. You attempted a CREATE TABLE table name (columnname longwvarchar(N))
where N current MIN_LONG_WVARCHAR_DEFAULT_SIZE setting.
Effect. The operation fails.
Recovery. Increase the CREATE TABLE statement’s longwvarchar column width N or
decrease the current MIN_LONG_WVARCHAR_DEFAULT_SIZE setting and resubmit.
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.
3210 Minimum length of LONGWVARCHAR is value.