Micro Focus Visual COBOL 2.3 Update 2 for Eclipse (Windows)
>
Programming
>
Data Access
>
Database Access
>
Reference
>
DB2
>
DB2 ECM Error Messages
>
COBDB0900 - COBDB1004
COBDB0900 - COBDB1004
Lists the DB2 ECM error messages from COBDB0900 through COBDB1004.
COBDB0900 An internal error occurred.
An unexpected error occurred in the preprocessor.
COBDB0901 SQL processing cannot continue.
A severe SQL error has occurred. Any subsequent EXEC SQL statements are not processed by the preprocessor.
COBDB1000 Use of EXEC SQL INCLUDE SQLCA END-EXEC.
A warning that certifies the preprocessor as ANSI compliant.
COBDB1001 MF DB2 Connect program produced the warning token.
While precompiling the program, the
Micro Focus
DB2 Connect software returned a warning token when attempting to connect to the DB2 server specified in the DB2(DB) directive.
COBDB1002 Statement is not in area B.
An EXEC SQL statement starts before column 12.
COBDB1004 INVALID SQL STATEMENT - statement ignored.
The program was compiled with the DB2(GEN-SQLCA) directive, but includes an EXEC SQL INCLUDE SQLCA statement.
Parent topic:
DB2 ECM Error Messages