SQL/MP Messages Manual
SQL Compiler Parser Messages (3000 to 3999)
HP NonStop SQL/MP Messages Manual—427720-006
5-12
SQL 3042
Cause. The statement can include only one access clause.
Effect. The statement does not compile.
Recovery. Choose one of the access clauses, remove the others, and recompile.
SQL 3043
Cause. A single SELECT statement cannot include both the APPEND and
ANYWHERE clauses.
Effect. The statement does not compile.
Recovery. Choose one option, remove the other, and recompile.
SQL 3044
Cause. The declared length of the type NUMERIC data is not a positive integer in the
range 1 through 18.
Effect. The statement does not compile.
Recovery. Correct the length declaration.
SQL 3045
Cause. The scale of the NUMERIC data type is not an integer between zero and the
maximum length.
Effect. The statement does not compile.
Recovery. Correct the scale in the NUMERIC data type declaration.
3042 Cannot specify more than one access clause. These
clauses are BROWSE ACCESS, STABLE ACCESS, or REPEATABLE
ACCESS.
3043 Cannot specify APPEND and ANYWHERE clauses at the same
time.
3044 Precision is out of range.
3045 Scale is out of range.