FSUC5048
Not in while/foreach

Explanation

A break, end, or continue statement can only be issued from inside a while or foreach loop.

System action

Command ends.

User response

Check syntax of statement. Make any necessary changes and reissue.