Example 1: Changing the SOURCEID of a SYSMOD

Assume that you received a SYSMOD and assigned it a SOURCEID value of DATALINK, and that you now want to change the SOURCEID value to PUT0701 so that the SYSMOD will be installed with that service level. The following UCL can be used to change the SOURCEID value:
SET      BDY(GLOBAL)        /* Set to global zone.      */.
UCLIN                       /*                          */.
REP      SYSMOD(UZ00001)    /* Specify SYSMOD.          */
         SOURCEID(PUT01)  /* Change SOURCEID value.   */
                            /*                          */.
ENDUCL                      /*                          */.