BREAK
BREAK controls looping that cannot be fully controlled with IF
clauses. Generally, BREAK is used within a DO IF—END IF structure.
The expression on the DO IF command specifies the condition in which
BREAK is executed.
BREAK
This command does not read the active dataset. It is stored, pending execution with the next command that reads the dataset. See the topic Command Order for more information.