Example: Deleting an STSSRC entry

Assume that you have two target zones, TGT1 and TGT2, generated off the same distribution zone, DLB1. During ACCEPT processing of a SYSMOD, SMP/E has deleted STSSRC SRC01 and SRC02 from the SMPSTS data set associated with target zone TGT2. After performing the ACCEPT, you want to delete the same source from the SMPSTS associated with target zone TGT1. Assume either that you have a cataloged procedure for TGT1 with the correct SMPSTS specified, or that you have set up the correct DDDEF entries. You can use the following UCLIN to delete the STSSRC entry:
SET      BDY(TGT1)          /* Set to TGT1 zone.        */.
UCLIN                       /*                          */.
DEL      STSSRC(SRC01)      /* Delete the source.       */.
DEL      STSSRC(SRC02)      /* Delete the source.       */.
ENDUCL                      /*                          */.
Note: One UCL statement is required for each STSSRC entry to be deleted.

You can make the same changes by using system utilities; however, the SMPLOG will not reflect the processing done.