Delete Member

Function

This tool is used to delete members from a PO data set.

Attributes:

Attribute Type Description
Mass Processing Error Handling [M] Selection Possible values:
Abort
This is the default value. Abort and return an error on the first failed delete operation.
Ignore
Ignore any errors and continue processing.
Show Confirmation Dialog [M] Boolean Determines whether a confirmation dialog is shown before the deletion of members.

Parameters:

Parameter # I/O Type Description
1[M] I String The data set name of the member which should be deleted.
2[M] I String The member name of the member which should be deleted.
Note: In order to have the view refreshed after the tool execution, the resource processing of the tool should be defined as follows:
DELETE
All selected members are removed from the UI. This is recommended if the attribute “Mass Processing Error Handling” is set to “Abort”. If any exception occurs, the view must be refreshed manually.
TOOL-DEFINED
Only members which have been successfully deleted from the host are removed from the UI. This is recommended if the attribute “Mass Processing Error Handling” is set to “Ignore”.
Restriction: A combination of input parameters with "Mass Processing" attribute set to true and false is not supported.