SQL/MP Messages Manual
Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual—427720-006
13-32
Recovery. Specify the version of the structure in the INCLUDE STRUCTURES 
directive.
SQL 11206
Cause. You specified the RELEASE option on an INCLUDE SQLDA statement after 
the INCLUDE STRUCTURES directive was specified.
Effect. Preprocessing continues, but no object code is generated.
Recovery. Specify the version of the SQLDA structure in the INCLUDE 
STRUCTURES directive, and remove the RELEASE option from the INCLUDE SQLDA 
statement.
SQL 11207
Cause. You specified the INCLUDE STRUCTURES directive more than once.
Effect. Preprocessing continues, but no object code is generated.
Recovery. Remove multiple occurrences of the INCLUDE STRUCTURES directive.
SQL 11208
Cause. You specified the INCLUDE STRUCTURES directive after an SQL structure 
was generated.
Effect. Preprocessing continues, but no object code is generated.
Recovery. Move the INCLUDE STRUCTURES directive to the Data Division of the 
program in which the first SQLCA is generated, and place the directive before the first 
INCLUDE SQLCA/SQLDA/SQLSA statement.
11206 The RELEASE option on the INCLUDE SQLDA statement is 
not allowed when the INCLUDE STRUCTURES directive has been 
specified.
11207 The INCLUDE STRUCTURES directive cannot be specified 
more than once in the source file.
11208 The INCLUDE STRUCTURES directive must be specified 
before the first INCLUDE SQLCA/SQLDA/SQLSA statement and 
before an implicit SQLCA has been generated.










