SQL/MP Messages Manual
SQL Compiler Messages
HP NonStop SQL/MP Messages Manual—427720-006
4-14
SQL 2048
Cause. Stated in the error message.
Effect. The SQL compilation terminates abnormally.
Recovery. Remove the duplicate option and recompile.
SQL 2049
Cause. Stated in the error message.
Effect. The SQL compilation terminates abnormally.
Recovery. Remove the duplicate option and recompile.
SQL 2050
Cause. Stated in the error message.
Effect. The SQL compilation terminates abnormally.
Recovery. Specify a TIMEOUT value within the allowed range and recompile.
SQL 2051
Cause. The input to the SQL compiler was compiled with a later version of C, Pascal,
or SQLCOBOL. The SQL compiler software version must be the same as the host
language compiler SQL version and the SQLCOBOL software version. For example,
they could all be version 2.
Effect. The SQL compilation terminates abnormally.
Recovery. Preprocess (COBOL programs only) and host-language compile the host
language source program with a compatible host compiler or SQLCOBOL version.
2048 The RECOMPILE or NORECOMPILE option was specified more
than once.
2049 The RECOMPILEONDEMAND or RECOMPILEALL or RECOMPILEFAST
option was specified more than once.
2050 The TIMEOUT value specified in a CONTROL TABLE statement
must be between 0.01 and 21474836.47 or -1. Also, the value
must not have more than two digits to the right of the
decimal point.
2051 Version of the preprocessed object is later than the
version of the SQL compiler.