Previous Topic: IDCMCDEQ48 - Identifier not allowed for INDICATORNext Topic: IDCMCDEQ50 - Word following DEP ON clause is not permitted


IDCMCDEQ49 - Word following COPY clause is not permitted

Reason:

The word COPY or COP is assumed to be the first word of a clause with the following format:

COPY DATAVIEW dvw-name <:comment> In DB2-capable environments, the clause can also assume a format:
COPY SQLCA <:comments> or
COPY DB SQLCA <:comments> or
COPY DB2SQLCA <:comments> Any variation from legal syntax causes this error message.

Action:

Correct the syntax to conform to the above specification or remove the word COPY or COP.