Previous Topic: IDCMCEXP33 - Expected PNL or PARAMETER identifier, found wordNext Topic: IDCMDBQP01 - Expected object-type, found word


IDCMCEXP34 - relational operator is supported only in embedded SQL or SQL-FOR construct WHERE clauses

Reason:

Certain relational operators are only supported in specific contexts. The use of relational operator is limited to EXEC SQL constructs (embedded SQL) and to FOR-construct WHERE-clauses where an SQL dataview is accessed. In general, the operators LIKE, BETWEEN, and IN are similarly restricted.

Action:

Specify the correct relational operator for the WHERE clause in error.

IDCMDBQP01 - IDCMDBQP30