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-10
SQL 3035
Cause. You used the RENAME clause in the ALTER TABLE statement, which is not
supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3036
Cause. You used the SET CONSTRAINT clause in the ALTER TABLE statement,
which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3037
Cause. You specified a CREATE TABLE statement with a precision value greater than
18 for data type, which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3038
Cause. You specified a PIC X type with a sign, which is not supported.
Effect. The operation fails.
Recovery. Remove the sign, or redefine the type, and resubmit.
3035 The RENAME clause in the ALTER TABLE statement is not
yet supported.
3036 The SET CONSTRAINT clause in the ALTER TABLE statement
is not yet supported.
3037 Precision of type data type cannot exceed 18.
3038 PIC X types cannot have leading signs, or any signs at
all.