SQL/MP Messages Manual
SQL Compiler Parser Messages (3000 to 3999)
HP NonStop SQL/MP Messages Manual—427720-006
5-4
SQL 3011
Cause. You specified a record length that was shorter than the row length.
Effect. The statement does not compile.
Recovery. Correct the RECLENGTH value and reissue the statement.
SQL 3012
Cause. You specified a host variable in the EXECUTE IMMEDIATE statement that
contained a GET CATALOG or GET VERSION statement.
Effect. The statement in the host variable does not compile.
Recovery. Use the PREPARE and EXECUTE statements to dynamically compile and
execute a GET CATALOG or GET VERSION statement.
SQL 3013
Cause. The TABLECODE value is invalid. Codes 571 to 599 are reserved for SQL
catalog tables. Code 941 is reserved for SQL collations. Other values from 100 through
999 may be reserved at a future time.
Effect. The statement does not compile.
Recovery. Correct the TABLECODE value and reissue the statement.
SQL 3014
Cause. The LOCKLENGTH value is negative.
Effect. The statement does not compile.
Recovery. Correct the LOCKLENGTH value and reissue the statement.
3011 RECLENGTH value is too small.
3012 An EXECUTE IMMEDIATE statement cannot be used to
dynamically compile and execute a GET CATALOG or GET VERSION
statement.
3013 TABLECODE value can be an integer from 0 through 99 or
from 1000 through 65535.
3014 LOCKLENGTH value must be greater than or equal to zero.