Previous Topic: IDAETER116 - Invalid SYSnnn identifier in Assign statementNext Topic: IDAETINT02 - INTERR: Arithmetic stack error


IDAETINT01 - RUN LOOPLIMIT exceeded

Reason:

A TEST status program can be run with the following value set before the RUN command:

SET RUN LOOPLIMIT maxcount

If the number of iterations in any LOOP or FOR constructs exceeds the maxcount value, this error is issued and execution passes to the default error procedure.

Action:

Correct infinite loops in your program or increase the LOOPLIMIT set for your session. If the requirements of your RUN exceed the LOOPLIMIT set for your site, see your site administrator to have the site maximum raised or have your site administrator MARK the necessary programs to PROD status. Use the PROD status specification on the RUN command. This removes the LOOPLIMIT limitation.