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.
A Loop statement contains a While or Until clause, and the corresponding Do statement also contains such a clause. Only one of the Do and Loop statements in a loop can specify a condition.
Error ID: BC30238
To correct this error
- Remove the While or Until clause from either the Do statement or the Loop statement.