SQL/MX 3.1 Messages Manual (H06.23+, J06.12+)
SQLC and SQLCO Preprocessor Messages (13000
through 13999)
HP NonStop SQL/MX Release 3.1 Messages Manual—663849-001
14-21
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.
Cause. The variables to hold either SQLCODE or SQLSTATE or both were not
declared in the SQL declare section of the embedded SQL application.
Effect. None. This message is a warning. The preprocessor continues to process the
subsequent statements after returning this warning.
Recovery. Declare variables to hold either SQLCODE or SQLSTATE or both, in the
SQL declare section and preprocess the application.
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










