SQL/MP Messages Manual
Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual—427720-006
13-10
SQL 11032
This message is displayed when the COBOL85 program with embedded SQL is
preprocessed using SQLCOBOL:
Cause. The BEGIN DECLARE SECTION and END DECLARE SECTION directives
were in a division other than the Data Division of a COBOL program.
Effect. Preprocessing continues, but no object code is generated.
Recovery. Move the BEGIN DECLARE SECTION and END DECLARE SECTION
directives and the data declarations 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 BEGIN DECLARE SECTION and END DECLARE SECTION directives
appear in an incorrect section of the program.
Effect. Preprocessing continues, but no object code is generated.
Recovery. Move the BEGIN DECLARE SECTION and END DECLARE SECTION
directives to the correct section. Consult the Programming Manual for more
information.
SQL 11033
Cause. The table name was not valid. The form must be:
\node.$volume.subvol.file
The volume name cannot exceed 6 characters after the dollar sign ($).
Effect. Preprocessing continues, but no object code is generated.
Recovery. Correct the table name.
11032 BEGIN DECLARE SECTION and END DECLARE SECTION can
appear only in the Data Division.
11032 BEGIN DECLARE SECTION and END DECLARE SECTION are not
permitted in this section of the program.
11033 Invalid table name.