Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An Exit Do statement occurs outside of a Do loop. Exit Do is valid only between a Do statement and a corresponding Loop statement.
Error ID: BC30089
To correct this error
Make sure a valid Do statement precedes the Exit Do and a valid Loop statement appears after it.
Verify that other control structures within the Do loop are correctly terminated.