SMP/E for z/OS Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 6: Check which SYSMODs are received but not installed

SMP/E for z/OS Commands
SA23-2275-01

Suppose you have received service into the global zone and are in the process of installing the service on your system. You want to see which of the SYSMODs you have received have not yet been installed in target zone TGT1. To do this, use the LIST command with the NOAPPLY operand and the zone name, as shown:
SET      BDY(GLOBAL)        /* Set to global zone.      */.
LIST     SYSMODS            /* List the SYSMODs that    */
                            /* have been received but   */
         NOAPPLY(TGT1)      /* that have not been       */
                            /* applied to TGT1.         */.
To see which of the SYSMODs you have received have not yet been installed in distribution zone DLIB1, use the LIST command with the NOACCEPT operand and the zone name, as shown:
SET      BDY(GLOBAL)        /* Set to global zone.      */.
LIST     SYSMODS            /* List the SYSMODs that    */
                            /* have been received but   */
         NOACCEPT(DLIB1)    /* that have not been       */
                            /* accepted in DLIB1.       */.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014