DELETE FROM
The DELETE FROM option tells REORG PLUS to delete the rows that match the specified WHERE clause conditions from the named table.

This option does not apply to an index-only reorganization.
Rows that REORG PLUS does not delete are unloaded and used to reload the table space. The table name specifies the table to which the delete criterion applies. If you do not specify the creator name, REORG PLUS uses the authorization ID of the user running the reorganization.
Restrictions
REORG PLUS terminates when you specify this option for the following jobs:
- Index-only reorganizations
- DSNUTILB jobs
- XML table space reorganizations
- LOB table space reorganizations
- Reorganizations of table spaces that contain a LOB column
- Catalog table space reorganizations
- Reorganizations of table spaces that include archive-enabled tables
- Reorganizations of table spaces that contain system period temporal tables that are enabled for versioning
- Reorganizations of objects that are in RREPL status
For restrictions on the WHERE clause of your DELETE statement, see WHERE.
Additional considerations
Note the following additional information about the DELETE FROM option:
- You can specify only one SELECT or one DELETE clause per table.
REORG PLUS optionally writes the deleted rows to the SYSARC archive data set.
For specification guidelines and detailed information about the use of the SYSARC data set, see SYSARC-data-sets-in-REORG-PLUS.
- If you are running a SHRLEVEL CHANGE reorganization, see SHRLEVEL CHANGE considerations for using SELECT or DELETE.
WHERE
The WHERE clause enables you to specify which rows are to be deleted. For more information, see WHERE.