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


Example 4: Applying with the GROUP operand

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

At times, you may know that a particular SYSMOD is required on your system, but you may not know all its requisite SYSMODs. By using the GROUP operand of APPLY, you can have SMP/E determine all the requisites and automatically install them. This method is often used during the installation of new functions. Suppose you want to install a new function, HYY2102, plus all its service, plus any requisite SYSMODs. You can do this with the following commands:
SET      BDY(MVSTST1)       /* Process MVSTST1 tgt zone.  */.
APPLY    FORFMID(HYY2102)   /* For one function.          */
         FUNCTIONS PTFS     /* Function and PTFs          */
         GROUP              /* plus requisites.           */.

The FORFMID operand indicates that only SYSMODs applicable to this function should be installed. The FUNCTIONS operand indicates that HYY2102 can be installed. The PTFS operand indicates that only PTFs for HYY2102 should be installed (no APAR fixes or USERMODs are included). The GROUP operand indicates that all requisite SYSMODs should also be applied. These requisites can be applicable to other functions, but cannot be APAR fixes or USERMODs.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014