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


Example 10: Bypassing system reason IDs

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

Assume that you have received the SYSMODs for service level 0701. For some of them, ++HOLD statements specified a system reason ID of ACTION, indicating that you need to take certain actions before installing the SYSMODs (the required actions were described in the comments for the ++HOLD statements). You have completed the necessary actions for each SYSMOD, and have applied the SYSMODs and tested them to your satisfaction. Now you are ready to accept them. You can use the following commands:
SET      BDY(MYZONE2)        /* Process MYZONE2 DLIB zone. */.
ACCEPT   PTFS                /* Install all PTFs           */
         SOURCEID(PUT0701)   /* for service level 0701.    */
         BYPASS(             /* Bypass holds for all       */
         HOLDSYSTEM(ACTION)) /* SYSMODs held for ACTION.   */.
Suppose, instead, you have completed the necessary actions for only certain SYSMODs in service level 0701 (PTFs UZ12345 and UZ34567). You are ready to accept those specific held SYSMODs, but want the other SYSMODs requiring actions to be held from ACCEPT processing. To limit the SYSMODs for which the hold is bypassed, specify the desired SYSMOD IDs with the ACTION reason ID:
SET      BDY(MYZONE2)        /* Process MYZONE2 DLIB zone. */.
ACCEPT   PTFS                /* Install PTFs               */
         SOURCEID(PUT0701)   /* for service level 0701.    */
         BYPASS(             /* Bypass holds for specific  */
         HOLDSYSTEM(ACTION(  /* SYSMODs held for ACTION:   */
         UZ12345,UZ34567)))  /* List them here.            */.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014