SQL/MP Messages Manual
SQL Compiler Parser Messages (3000 to 3999)
HP NonStop SQL/MP Messages Manual—427720-006
5-22
SQL 3084
Cause. You specified a slack percentage greater than 99 or less than 0.
Effect. The statement fails.
Recovery. Change the slack percentage to an integer in the range from 0 to 99, and
reissue the statement.
SQL 3085
Cause. You specified the SLACK clause with the DSLACK or ISLACK clause.
Effect. The statement fails.
Recovery. Remove the incompatible clause and reissue the statement.
SQL 3089
Cause. You specified a range of INTERVAL fields that includes both MONTH and
DAY.
Effect. The statement fails.
Recovery. Correct the syntax error and reissue the statement.
SQL 3090
Cause. The PREPARE statement contained a DECLARE CURSOR statement.
Effect. The statement fails.
Recovery. Do not prepare a DECLARE CURSOR statement.
3084 The slack percentage must be an integer in the range
from 0 to 99.
3085 The SLACK clause cannot be specified with the DSLACK or
ISLACK clause.
3089 A range of INTERVAL fields must be within the range YEAR
TO MONTH or DAY TO FRACTION. The specified range cannot
include both MONTH and DAY.
3090 You cannot declare a cursor dynamically.