Previous Topic: IDAETDVV24 - AEDVWSTK added but not in SCF CVTNext Topic: IDAETDVV26 - ODO field not found in VSAM variable-occurrence record FAT


IDAETDVV25 - Maximum nested DVWs exceeded

Reason:

Dataview nesting occurs explicitly in a program when one FOR construct or EXEC SQL is executed in the scope of another FOR construct (whose execution is not complete). Dataview nesting can occur implicitly when a subprogram is CALLed in the scope of a FOR construct and the subprogram executes a FOR construct or EXEC SQL. The current application exceeded the internal limits for DVW nesting.

Action:

Consider restructuring your program to perform FOR constructs one after the other rather than nesting FOR constructs more deeply in one another. Remember that data from a CA Ideal DVW are accessible to CA Ideal for non-update operations after the ENDFOR, so there is no real need to maintain an active nesting for input-only data.