SQL/MP Messages Manual

HP NonStop SQL/MP Messages Manual427720-006
5-1
5
SQL Compiler Parser Messages
(3000 to 3999)
SQL 3001
Cause. The clause was repeated in the SQL statement.
Effect. The statement does not compile.
Recovery. Remove the duplicate clause and recompile.
SQL 3002
Cause. Stated in the error message.
Effect. The compilation fails.
Recovery. Re-declare the item as signed and recompile.
SQL 3003
Cause. The specified option is not compatible with the PARTONLY clause.
Effect. The statement fails.
Recovery. Remove the PARTONLY clause and reissue the statement.
SQL 3004
Cause. Stated in the error message.
Effect. The statement fails.
Recovery. Remove the AT GMT clause and reissue the statement.
3001 This clause appears in the SQL statement more than once.
3002 Unsigned type NUMERIC or COMP items of 10 or more digits
are not allowed. Unsigned LARGEINT is not allowed.
3003 PARTONLY cannot be used with the options SECURE, OWNER,
PROGID, CLEARONPURGE, NOPURGEUNTIL, or SIMILARITY CHECK.
3004 A date-time literal that does not contain hours or
minutes cannot be specified with the AT GMT clause.