Previous Topic: IDCMCDEQ40 - Keyword DVW must be preceded by COPYNext Topic: IDCMCDEQ42 - Keyword ON must be preceded by DEP


IDCMCDEQ41 - Keyword SQLCA must be preceded by COPY, DB, or DB2

Reason:

The word SQLCA is assumed to be the second or third word of a clause with one of the following formats:

COPY SQLCA <:comments> or
COPY DB SQLCA <:comments>   : When the environment is DBSQL capable or
COPY DB2 SQLCA <:comments>  : When the environment is DB2 capable. Any variation from legal syntax causes this error message.

Action:

Correct the syntax to conform to the above specification or remove the word SQLCA.