Example 2: Indicating that a SYSMOD was applied

Assume that you have received some service, accepted it with the BYPASS(APPLYCHECK) operand, and then performed a system generation. That service is now actually in the target libraries, and you would like that recorded in the global zone SYSMOD entry. Assume that the name of your target zone is TGT1. The following UCL can be used:
SET      BDY(GLOBAL)        /* Set to global zone.      */.
UCLIN                       /*                          */.
ADD      SYSMOD(UZ00001)    /* Specify SYSMOD.          */
         APPID(TGT1)        /* Applied to this zone.    */
                            /*                          */.
ENDUCL                      /*                          */.
Note: One UCL statement is required for each SYSMOD.