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


Example 8: Compare the SYSMODs installed in two zones of the same type

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

Suppose you need to compare the service level of your production system and your test system, and you want to see which of the SYSMODs on the test system are not yet installed on the production system. To compare the target zones of the two systems, use the LIST command with the NOAPPLY operand, as shown:
SET      BDY(TGT1)          /* Set to test zone TGT1.   */.
LIST     SYSMODS            /* List the SYSMODs that    */
                            /* have been applied to     */
         NOAPPLY(TGT2)      /* TGT1 but not to          */
                            /* production zone TGT2.    */.
To compare the distribution zones of the two systems, use the LIST command with the NOACCEPT operand and the test system zone name, as shown:
SET      BDY(DLIB1)         /* Set to test zone DLIB1.  */.
LIST     SYSMODS            /* List the SYSMODs that    */
                            /* have been accepted in    */
         NOACCEPT(DLIB2)    /* DLIB1 but not in         */
                            /* production zone DLIB2.   */.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014