Deleting a resource

If the deletion of a resource is requested in the AWM, it is usually sufficient for the tool to return a return code.

REXX example:

/* Delete a PDS member */ 
Parse Arg pds member . 
del_rc = DELETE_MEMBER(pds member) 
Exit del_rc