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


Example 8: Rejecting SYSMODs for undefined functions (NOFMID mode)

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

Assume that you had received, applied, and accepted function HMX1101. The function was automatically deleted from the global zone and SMPPTS when it was accepted. You have also received service for the function.

Assume that you have now decided to install an updated version of the function. To prepare for this, you want to delete the FMID of the current function from the GLOBALZONE entry, as well as delete the service and associated HOLDDATA that were received for that function. You can use these commands:
SET    BDY(GLOBAL)        /* Process global zone.    */.
REJECT DFMID(HMX1101)     /* Delete FMID and reject  */
       NOFMID HOLDDATA    /* for FMIDs not in GZONE. */.
Note:
  1. This deletes SYSMODs and associated HOLDDATA for all functions that are not defined in the GLOBALZONE entry. It is not limited to entries for HMX1101. To limit the REJECT command to specific functions, use the FORFMID operand in another REJECT mode.
  2. Rather than manually determine which FMIDs to delete, you can use the sample programs GIMCRSAM and GIMPRSAM (provided in SYS1.SAMPLIB) to help you create a REJECT NOFMID command for the FMIDs that are superseded or deleted in the DLIB zones you specify.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014