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


Example 2: Accepting all SYSMODs for selected functions

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

At times, you may only want to install changes for a single function or for a certain group of functions. You can do this with the FORFMID operand on the ACCEPT command. Assume that you want to install service for function JXX1234 and for all the functions on your system that are related to telecommunication. You first need to define an FMIDSET for the telecommunication functions. You can do this with the following commands:
SET      BDY(GLOBAL)        /* Process global zone.       */.
UCLIN                       /* UCLIN to set up
                               FMIDSET.                   */.
ADD      FMIDSET(TC)        /* Define TC FMIDSET.         */
         FMID(JXX0001       /* Use these FMIDs.           */
              JXX0002)      /*                            */.
ENDUCL    save              /* End UCL set up.            */.
You can now use the following commands to install PTFs for function JXX1234 and for the functions in FMIDSET TP:
SET      BDY(MVSDLB1)       /* Process MVSDLB1 DLIB zone. */.
ACCEPT   FORFMID(JXX1234,   /* ACCEPT for selected FMIDs. */
                 TC)        /*                            */.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014