SQL/MP Messages Manual
SQL Compiler Messages
HP NonStop SQL/MP Messages Manual—427720-006
4-20
SQL 2103
Cause. Stated in the error message.
Effect. SQL compilation fails.
Recovery. SQL compile the program.
SQL 2104
Cause. Stated in the error message.
Effect. SQL compilation fails.
Recovery. SQL compile the program.
SQL 2108
Cause. The program was previously compiled with the NOREGISTER ON option.
Effect. SQL compilation fails.
Recovery. Recompile the program with the NOREGISTER OFF option.
SQL 2109
Cause. Stated in the error message.
Effect. SQL compilation fails.
Recovery. Change the static statement to use execution-time name resolution.
2103 The program was modified using the Binder program after
it was SQL compiled.
2104 The program was modified using the NLD program after it
was SQL compiled.
2108 The REGISTERONLY ON option cannot be used on a program
that was previously compiled with the NOREGISTER ON option.
2109 The NOREGISTER ON option cannot be used if the program
has certain static statements that do not use execution-time
name resolution.