SQL/MP Messages Manual
Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual—427720-006
13-3
names, one of the characters must be either a letter or a hyphen. The name cannot
begin or end with a hyphen.
A C or Pascal name can contain up to 31 characters: letters, digits, and the underscore
(_).
SQL 11008
Cause. A character was invalid for COBOL.
Effect. Syntax error: Preprocessing continues.
Recovery. Remove the invalid character.
SQL 11009
Cause. Stated in the error message.
Effect. Syntax error: The INCLUDE SQLCA directive is ignored.
Recovery. Remove the SQLCA declaration from this section of the program. An
SQLCA declaration can appear only in the Working-Storage Section of a COBOL
program or in the area where data declarations are allowed in a C or Pascal program.
SQL 11010
Cause. Stated in the error message.
Effect. Syntax error: The INVOKE directive is ignored.
Recovery. The INVOKE directive is only allowed in the Working-Storage Section of a
COBOL program or in the area where data declarations are allowed in a C or Pascal
program. Remove the WHENEVER directive from this section of the program. Move
the INVOKE directive to the Data Division.
11008 Invalid character.
11009 SQLCA declaration is not allowed in this section of the
program.
11010 INVOKE directive is not allowed in this section of the
program.