Previous Topic: Generic Change OwnershipNext Topic: Generic Delete Object


Generic Remove Member

The Toolkit generic command, Remove Member (YRMVM), enables you to remove some or all of the members in a file, or files, by means of a single instruction. This can be particularly useful for tidying up work files.

For instance, the following single instruction would build a list of all members in file QTXTSRC in library QGPL, display the list for editing and confirmation, and then remove all the members in the edited list:

YRMVM FILE(QGPL/QTXTSRC) MBR(*ALL) EDIT(*YES)