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


Example 6: Combining ACCEPT operands

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

You may want to further divide the work to be done by specifying combinations of the ACCEPT operands. The following is an example using all the SYSMOD selection operands of ACCEPT:
SET      BDY(MVSDLB1)       /* Process MVSDLB1 DLIB zone. */.
ACCEPT   SOURCEID(PUT0701   /* For these service levels.  */
                  PUT0702)  /*                            */
         FORFMID(HYY1234    /* For selected functions     */
                 TP)        /*                            */
         FUNCTIONS PTFS     /* install all type SYSMODs   */
         SELECT (UZ00001    /* plus these three SYSMODs   */
                 UZ00002    /* for other functions,       */
                 UZ00003)   /*                            */
         EXCLUDE(UZ00010    /* but not these three,       */
                 UZ00011    /*                            */
                 UZ00012)   /*                            */
         GROUP              /* plus all requisites.       */.

By issuing these commands, you direct SMP/E to accept all the SYSMODs from service levels PUT0701 and PUT0702 that are applicable either to function SYSMOD HYY1234 or to one of the function SYSMODs identified in the FMIDSET entry TP. Any other SYSMODs required to install those SYSMODs are also installed. Both FUNCTIONS and PTFS SYSMODs are eligible for selection. In addition, SYSMODs UZ00001, UZ00002, and UZ00003 are accepted, even though they are not part of PUT0701 or PUT0702, and they may not belong to function SYSMOD HYY1234 or to FMIDSET entry TP. SMP/E does not install SYSMOD UZ00010, UZ00011, or UZ00012, even if they are requisites for other eligible SYSMODs.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014