SQL/MP Messages Manual
Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual—427720-006
13-5
Recovery. Correct the command to include a valid output file name.
SQL 11015
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 SQL statement referred to a host variable that was not declared in a Declare
Section (for COBOL programs) or in a Variable Declaration Section (for C and Pascal
programs).
Effect. Preprocessing continues, but no object code is generated.
Recovery. Declare the host variable in a Declare Section of the Data Division (for
COBOL programs) or in a Variable Declaration Section (for C and Pascal programs).
SQL 11016
Cause. The Identification Division was missing from the COBOL program.
Effect. Fatal error: Preprocessing terminates abnormally.
Recovery. Add the Identification Division.
SQL 11017
Cause. The COBOL program being preprocessed did not have a PROGRAM-ID
paragraph.
Effect. Fatal error: Preprocessing terminates abnormally.
Recovery. Add the PROGRAM-ID paragraph.
11015 Undeclared host variable value-1.
11015 Undeclared or illegal host identifier.
11016 Missing Identification Division.
11017 Missing program name.