SQL/MP Messages Manual

SQL Compiler Parser Messages (3000 to 3999)
HP NonStop SQL/MP Messages Manual427720-006
5-23
SQL 3091
Cause. The PREPARE statement contained a COMMIT WORK statement.
Effect. The statement fails.
Recovery. Do not prepare a COMMIT WORK statement.
SQL 3092
Cause. The PREPARE statement contained a BEGIN WORK statement.
Effect. The statement fails.
Recovery. Do not prepare a BEGIN WORK statement.
SQL 3093
Cause. The PREPARE statement contained a ROLLBACK WORK statement.
Effect. The statement fails.
Recovery. Do not prepare a ROLLBACK WORK statement.
SQL 3094
Cause. You specified invalid syntax for a FLOAT constant. The syntax for a FLOAT
constant follows; note that spaces are not allowed between tokens:
[+|-]num[.num]E[+|-]num[.num]
Effect. The statement fails.
Recovery. Correct the syntax error and reissue the statement.
3091 Dynamic COMMIT WORK is not allowed.
3092 Dynamic BEGIN WORK is not allowed.
3093 Dynamic ROLLBACK WORK is not allowed.
3094 Invalid FLOAT constant.