SQL/MP Messages Manual

Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual427720-006
13-17
SQL 11059
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. The INCLUDE SQLDA directive was in an invalid section.
Effect. The SQLDA is omitted from the output file.
Recovery. Use the INCLUDE SQLDA directive in a valid section of the program. For a
COBOL program, the INCLUDE SQLDA directive is allowed only in the Data Division.
The directive is not allowed in an SQL DECLARE section, which is delimited by the
BEGIN DECLARE SECTION and END DECLARE SECTION directives. For a C or
Pascal program, the INCLUDE SQLDA directive is allowed in any area where data
declarations are allowed.
SQL 11060
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. A statement name was used in the procedure, but the statement was not
prepared.
Effect. Preprocessing continues, but no object code is generated.
Recovery. Prepare the statement.
11059 SQLDA declaration must be in the Data Division of the
COBOL program or in the areas where data declarations are
allowed in a C or Pascal program.
11059 SQLDA declaration is not permitted in this section of
the program
11060 Statement name value-1 is not prepared in procedure
value-2.
11060 Statement name is not prepared.