Loading...
Select Version
&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.