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


Example 3: Applying APARs and USERMODs

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

You may want to install just corrective fixes (APAR fixes) or user modifications (USERMODs) into the target libraries. This can be done with the APARS and USERMODS operands of the APPLY command. Assume that you want to install all APAR fixes and USERMODs for function HXY2102. You can do this with the following commands:
SET      BDY(MVSTGT1)       /* Process MVSTGT1 tgt zone.  */.
APPLY    FORFMID(HXY2102)   /* Apply for this FMID        */
         APARS              /* all APARs                  */
         USERMODS           /* and all USERMODs.          */.
The APARS and USERMODS operands indicate that SMP/E is to pick only APAR fixes and USERMODs.
Note: If you want to install specific APAR fixes or USERMODs, use the SELECT operand. You do not need to specify APARS or USERMODS, which install all SYSMODs of the specified type.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014