260. @BREAK() MAY ONLY APPEAR IN @WHILE() AND @FOR() LOOPS INSIDE CALC SECTIONS.

The @BREAK() statement is used for unconditional breaks out of @FOR() and @WHILE() loops.  It may also only be used inside calc sections, and is not valid in the model section.  You will need to delete the reference to @BREAK() to continue.