Previous Topic: IDCMFORE07 - Expected DVW name or number, found END-OF-STATEMENTNext Topic: IDCMFORE09 - option-keyword is not a valid option with a DB2 dataview


IDCMFORE08 - record-count, a null eligible field, cannot be used to specify the number of records processed by the FOR

Reason:

The record-count identifier record-count in the FOR FIRST/ANY construct cannot be defined using the WITH INDICATOR clause (indicating null-eligibility).

Action:

Alter the identifier definition of record-count (used in the FOR FIRST/ANY construct as a record-limit) so that it no longer uses the WITH INDICATOR clause. Alternately, use a different identifier in the construct whose attributes do not include the WITH INDICATOR clause.