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


Example 7: Check whether SYSMODs are installed in the related zone

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

Suppose you need to compare the service level of target zone TGT1 with that of its related distribution zone, DLIB1. To do this, use the LIST command with the NOACCEPT operand, as shown below. (Because you are checking the related zone, you do not need to specify the zone name.)
SET      BDY(TGT1)          /* Set to TGT1.             */.
LIST     SYSMODS            /* List the SYSMODs that    */
                            /* have been applied but    */
         NOACCEPT           /* that have not been       */
                            /* accepted in the related  */
                            /* zone.                    */.
To see whether any SYSMODs have been installed in DLIB1 but not in TGT1, use the LIST command with the NOAPPLY operand, as shown:
SET      BDY(DLIB1)         /* Set to DLIB1.            */.
LIST     SYSMODS            /* List the SYSMODs that    */
                            /* have been accepted but   */
         NOAPPLY            /* that have not been       */
                            /* applied to the related   */
                            /* zone.                    */.
Note: You can also use the REPORT SYSMODS command to compare zones. Besides telling you which SYSMODs are installed in one zone but not in another, REPORT SYSMODS also indicates which of the uninstalled SYSMODs are applicable to the second zone and generates commands you can run to install the SYSMODs in the second zone. For more information, see The REPORT SYSMODS command.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014