SQL/MP Messages Manual
SQL Compiler Parser Messages (3000 to 3999)
HP NonStop SQL/MP Messages Manual—427720-006
5-5
SQL 3015
Cause. The SQL statement syntax is not correct.
Effect. The statement does not compile.
Recovery. Check the syntax. If you have access to SQLCI, you can display syntax by
using the HELP command.
SQL 3016
Cause. The SQL statement syntax is not correct, or a reserved word was used as a
user-defined name.
Effect. The statement does not compile.
Recovery. Check the syntax or check the list of reserved words in the SQL/MP
Reference Manual. If you have access to SQLCI, you can display syntax by using the
HELP command.
SQL 3017
Cause. You specified an invalid form of a host variable.
Effect. The statement does not compile.
Recovery. Correct the host variable name and reissue the statement.
SQL 3018
Cause. The PICTURE clause syntax is not correct.
Effect. The data declaration fails.
Recovery. Correct the PICTURE clause and recompile.
3015 Syntax error.
3016 Syntax error or reserved word.
3017 Invalid host variable name.
3018 Invalid PICTURE string.