SQL/MP Messages Manual
SQL Compiler Parser Messages (3000 to 3999)
HP NonStop SQL/MP Messages Manual—427720-006
5-6
SQL 3019
Cause. The right parenthesis is missing.
Effect. The statement does not compile.
Recovery. Add the missing right parenthesis and recompile.
SQL 3020
Cause. The file attribute specified in the SQL statement is not allowed.
Effect. The statement does not compile.
Recovery. Remove the file attribute and recompile.
SQL 3021
Cause. The SYNCDEPTH value is invalid. Valid SYNCDEPTH values are 0 and 1.
Effect. The statement does not compile.
Recovery. Correct the SYNCDEPTH value and recompile.
SQL 3022
Cause. A numeric literal with too many significant digits caused an arithmetic overflow.
(Leading zeros to the left of the decimal point are not counted.)
Effect. The statement does not compile.
Recovery. Correct the literal and recompile.
3019 Missing parenthesis.
3020 This file attribute is not allowed with this SQL
statement.
3021 Invalid value for SYNCDEPTH.
3022 Numeric literal has too many digits.