Deleting rows within a label range

You can limit the effect of the DELETE command to a range of rows, identified by a pair of labels indicating the first and last rows to be deleted.

For example, the following command deletes all rows from the label .LABA to the label .LABB.
DELETE ALL .LABA .LABB

Related tasks

Related references