SQL/MP Messages Manual
Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual—427720-006
13-31
This message is displayed when the COBOL85, NMCOBOL, C, and TAL programs
with embedded SQL are preprocessed using SCI:
Cause. You specified a structure version that is not among the versions supported by
this release of the preprocessor.
Effect. Preprocessing continues, but no object code is generated.
Recovery. Specify an earlier structure version, or use a later release of the
preprocessor.
SQL 11204
This message is displayed when the COBOL85 program with embedded SQL is
preprocessed using SQLCOBOL:
This message is displayed when the COBOL85, NMCOBOL, C, and TAL programs
with embedded SQL are preprocessed using SCI:
Cause. You specified the CPRULES option for an SQLDA structure that was earlier
than version 300.
Effect. Preprocessing continues, but no object code is generated.
Recovery. Use the INCLUDE STRUCTURES directive to specify a version 300
SQLDA.
SQL 11205
Cause. An INCLUDE SQLCA/SQLDA/SQLSA statement did not specify the version of
the structure in the INCLUDE STRUCTURES directive, or the preprocessor needs to
generate an implicit SQLCA structure and the version of the structure was not specified
in the INCLUDE STRUCTURES directive.
Effect. Preprocessing continues, but no object code is generated.
11203 Version number specified a SQL system version that is
not supported by this host complier.
11204 The CPRULES option on the INCLUDE SQLDA statement is
allowed only if the INCLUDE STRUCTURES directive specifies a
version 300 or newer SQLDA.
11204 CPRL is not a valid option for VERSION1 or VERSION2 of
the structure.
11205 The version of the value-1 structure must be specified
in the INCLUDE STRUCTURES directive.