SQL/MP Messages Manual
Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual—427720-006
13-22
SQL 11077
Cause. COBOL text or SQL statements followed an END-EXEC token. Only SQL
comments can be after END-EXEC.
Effect. Preprocessing continues.
Recovery. Correct the syntax error.
SQL 11078
Cause. The section name specified in the SOURCE statement is not a valid COBOL
section name. Section names must follow host variable rules.
Effect. Preprocessing continues.
Recovery. Specify a valid COBOL section name.
SQL 11079
Cause. The INCLUDE SQLCODEX directive appeared more than once.
Effect. The INCLUDE SQLCODEX directive is ignored.
Recovery. Remove the duplicate INCLUDE SQLCODEX directives.
SQL 11080
Cause. The SQLCODEX declaration appeared in an illegal section of the program.
Effect. Syntax error: The INCLUDE SQLCODEX directive is ignored.
Recovery. The SQLCODEX declaration is allowed only in the Working-Storage
Section of a COBOL program. Correct the syntax.
11077 Only an SQL comment beginning with "--" can appear
after END-EXEC.
11078 Invalid section name value-1.
11079 SQLCODEX is declared more than once.
11080 SQLCODEX declaration is not allowed in this section of
the program.