Example: Deleting BACKUP entries

Assume BACKUP entries exist on the SCDS for SYSMODs UZ12345 and UZ12346. Those SYSMODs have been accepted, but the BACKUP entries have not been deleted from the SCDS. This can happen when multiple systems are supported off one set of DLIBs, where you accept from only one of the target systems. Here is an example of UCL you could use to delete the BACKUP entries from the SCDS:
SET      BDY(TGT1)          /* Set to TGT1 zone.          */.
UCLIN                       /*                            */.
DEL      BACKUP(UZ12345)    /* Delete the BACKUP entries. */.
DEL      BACKUP(UZ12346)    /* Delete the BACKUP entries. */.
ENDUCL                      /*                            */.
Note: You must specify a separate UCL statement for each BACKUP entry to be deleted.