SAVELIST and USELIST

Use these commands to save a list of the records that they process into a SAVELIST format. This allows a series of commands to be guaranteed to run across the same set of operations.

Use the FIND command to find a set of operations and save the list without performing any action. You can use other commands to perform the needed actions. For example:
FIND MYJOB SAVELIST(MYLIST)
HOLD USELIST(MYLIST)
ALTER USELIST(MYLIST) DROPPRED(EXTERNAL)
ALTER USELIST(MYLIST) NEW_STATUS(C)
RELEASE USELIST(MYLIST)