SQL/MP Messages Manual
Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual—427720-006
13-30
SQL 11200
Cause. You specified a BEGIN DECLARE and then another BEGIN DECLARE before
ending the first BEGIN DECLARE section with an END DECLARE.
Effect. Compilation continues after a warning is printed to the host listing file.
Recovery. Remove the second BEGIN DECLARE to make one DECLARE section.
SQL 11201
Cause. Either you are missing a BEGIN DECLARE directive or this is an extraneous
END DECLARE directive.
Effect. Compilation continues after a warning is printed to the host listing file.
Recovery. Add a BEGIN DECLARE directive before the beginning of the host variable
declarations or remove the END DECLARE directive.
SQL 11202
Cause. You specified a BEGIN DECLARE directive, but there was no END DECLARE
directive following it.
Effect. Compilation continues after a warning is printed to the host listing file.
Recovery. Either add an END DECLARE directive after the last host variable
declaration or remove the extraneous BEGIN DECLARE directive.
SQL 11203
This message is displayed when the COBOL85 program with embedded SQL is
preprocessed using SQLCOBOL:
11200 BEGIN DECLARE/END DECLARE directives cannot be nested.
11201 END DECLARE directive must follow a BEGIN DECLARE
directive within the same declarative section.
11202 BEGIN DECLARE directive must be matched with an END
DECLARE directive within the same declarative section.
11203 The specified version of the value-1 structure is not
supported by this release of the preprocessor.