SQL/MP Messages Manual
Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual—427720-006
13-33
SQL 11209
This message is displayed when the COBOL85 program with embedded SQL is
preprocessed using SQLCOBOL:
Cause. The SQL statement was not in the Data Division.
Effect. Preprocessing continues, but no object code is generated.
Recovery. Move the statement to the Data Division.
This message is displayed when the COBOL85, NMCOBOL, C, and TAL programs
with embedded SQL are preprocessed using SCI:
Cause. The INCLUDE STRUCTURES directive appears in the section where host
language compilation does not allows declarations.
Effect. Preprocessing continues, but no object code is generated.
Recovery. Move the statement to where declarations are allowed and ensure that it
precedes any INCLUDE SQLCA,INCLUDE SQLDA or INCLUDE SQLSA directive.
SQL 11210
Cause. You specified the INCLUDE STRUCTURES directive after specifying the
?SQL RELEASEn directive.
Effect. Preprocessing continues, but no object code is generated.
Recovery. Remove the ?SQL RELEASEn directive.
SQL 11211
Cause. The compiler you were trying to use was built using a version of SCI that is
greater than the version of SQL/MP that is installed on this system.
Effect. Preprocessing aborts after the message is printed to the host listing file.
Recovery. Check the requisites in the SOFTDOCs for the compiler and for the SQL
products and install versions that they show are compatible.
11209 The statement must be placed in the Data Division.
11209 INCLUDE STRUCTURES directive can only appear where
declarations are allowed.
11210 The INCLUDE STRUCTURES directive is not allowed when
the ?SQL RELEASEn directive has been specified.
11211 The SQL version of this compiler is greater than the
SQL version installed on the system.