Previous Topic: IDCMCDER11 - KEY field length may not exceed 255 bytesNext Topic: IDCMCDER13 - DB or DB2 must be followed by SQLCA or a comment


IDCMCDER12 - Keyword DB or DB2 must be preceded by COPY

Reason:

The word DB or DB2 is assumed to be the second word of a clause with the following format:

COPY <DB2> SQLCA <:comments>,       ªif DB2 capable or
COPY <DB>  SQLCA <:comments>        ªif DB SQL capable Any variation from legal syntax causes this error message.

Action:

Correct the syntax to conform to the above specification or remove the word DB or DB2.