Previous Topic: IDCMCDEQ29 - NULL value specified for field without INDICATORNext Topic: IDCMCDEQ31 - Invalid word specified in VALUE column


IDCMCDEQ30 - COPY must be followed by DVW, DB, DB2, SQLCA, or comment

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 the form
¯COPY§ <DB2> SQLCA <:comments> or in DBSQL-capable environments:
¯COPY§ <DB> SQLCA <: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.