Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Terminating a procedure sequence immediately (BREAK)

&pagelevel(4)&pagelevel

BREAK condition


condition

Condition under which the BREAK statement is to be executed. A description of the syntax of conditions is provided in section “Condition syntax”.

The BREAK statement immediately terminates the procedure sequence which was started with REPEAT-PROCEDURE if the condition condition has the value true. No further procedure statements are executed in what is then the last cycle of the procedure. BREAK can be used in particular to terminate procedure processing if READY is not successful.