Previous Topic: IDAETERR84 - Program not in plan and SET RUN SQL STATICNext Topic: IDAETERR86 - INTERR: RCT entry PLNPGME parameter invalid for Ideal


IDAETERR85 - Compile date NE pgm plan date and SET RUN SQL STATIC

Reason:

Access to DB2 through static SQL is not possible for the current program, because this program was recompiled since the last successful generation of the current plan. Dynamic SQL is prohibited because the command SET RUN SQL STATIC is in effect.

Action:

To execute dynamic SQL, issue the command SET RUN SQL MIXED. To execute static SQL, regenerate the plan.