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


Example 7: Doing ACCEPT before APPLY

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

Assume that you want to install PTFs from PUT0701 and PUT0702 into the distribution libraries to prepare for a full system generation. Therefore, you have not applied the SYSMODs before accepting them. To do this, you must use the BYPASS(APPCHK) operand to have SMP/E ignore whether the PTFs have been applied. You can use the following commands:
SET      BDY(MVSDLB1)       /* Process MVSDLB1 DLIB zone. */.
ACCEPT   SOURCEID(PUT0701   /* For these service levels   */
                  PUT0702)  /*                            */
         GROUP              /* plus all requisites.       */
         BYPASS(HOLDSYS     /* Okay to install SYSMODs    */
               (FULLGEN     /* that need SYSGEN or        */
                IOGEN)      /* IOGEN.                     */
                APPCHK)     /* Okay to accept before      */
                            /* apply.                     */.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014