SQL/MP Messages Manual

SQL Compiler Messages
HP NonStop SQL/MP Messages Manual427720-006
4-22
SQL 2114
Cause. Stated in the error message.
Effect. The SQL compilation fails.
Recovery. Use the REGISTERONLY OFF option to SQL compile a program that is
already registered in a catalog.
SQL 2115
Cause. A program must be SQL compiled before it can be installed with the
REGISTERONLY ON option.
Effect. SQL compilation fails.
Recovery. SQL compile the program file, and then register the program.
SQL 2116
Cause. The NOREGISTER ON option and the CATALOG option cannot be specified
at the same time.
Effect. SQL compilation fails.
Recovery. Delete the CATALOG option or specify NOREGISTER OFF and recompile
the program file.
SQL 2130
Cause. The SQLCOMP command includes an invalid compiler option.
Effect. The SQL compilation terminates abnormally.
Recovery. Check the compiler option for applicability, spelling, and punctuation.
Correct the command and recompile.
2114 The REGISTERONLY ON option cannot be used on a program
that is already registered in a catalog.
2115 The program was not SQL compiled.
2116 The NOREGISTER ON option and the CATALOG option were
specified at the same time.
2130 The specified value-1 option does not follow the correct
syntax.