SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

SQLC and SQLCO Preprocessor Messages (13000
through 13999)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
14-22
SQL 13082
Cause. The pre-processing mode and the C/C++ compilation mode do not match. If
mode is 64-bit, the C/C++ compiler was in 32-bit mode or vice versa.
Effect. The C/C++ compilation fails.
Recovery. Ensure that the host language compilation mode matches the pre-
processing mode.
SQL 13083
Cause. An incompatible structure was specified to hold VARCHAR data in the
embedded SQL application.
Effect. Preprocessor fails to process the application. Module and cpp files are not
generated.
Recovery. Specify a structure compatible with VARCHAR data, and preprocess the
application.
SQL 13084
Where line-number is the line number of the #include directive.
Cause. The #include directive exceeded the nesting limit of 200 levels in the
embedded SQL application.
Effect. Preprocessor fails to process the application.
Recovery. Remove the #include directive that exceeds the maximum nesting level
limit, and preprocess the application.
SQL 13085
Where <SQLCODE/SQLSTATE> is the variable to hold either SQLCODE or
SQLSTATE.
13082 Incompatible addressing model. This source file was
generated for a mode addressing model.
13083 Only INVOKED structures or VARCHAR compatible
structures or records(without the NULL structure option) can
be standalone host variables.
13084 Exceeded the maximum nesting level of 200 at line-
number
13085 <SQLCODE/SQLSTATE>is not declared inside the SQL
declare section