Previous Topic: IDCMGENP11 - OP-1 is not a valid sending operand for a numeric or date receiving fieldNext Topic: IDCMGENP13 - field|expression is not a valid sending operand for an alphanumeric receiving field


IDCMGENP12 - "PROCESS NEXT" statement not nested within a "FOR" or "LOOP" statement

Reason:

A PROCESS NEXT statement, without a label reference, must appear physically between the FOR/ENDFOR or LOOP/ENDLOOP statement delimiters to which the statement implicitly refers.

Action:

Remove or relocate the unlabeled PROCESS NEXT statement so that it appears physically between the LOOP/ENDLOOP or FOR/ENDFOR construct delimiters. Alternately, specify a valid LOOP or FOR label in the PROCESS NEXT statement.