PDR4011S

Section, Line number, Column number: An EXIT FOR statement was encountered outside of a FOR loop.

What happened: The rule compiler found an EXIT FOR statement outside of a FOR loop.

What to do: Remove the EXIT FOR statement or check to see if it needs to be an EXIT DO statement.