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


Example 1: Restoring a single SYSMOD

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

Assume that you have applied only PTF UZ00001, that an error was detected during testing, and that you want to remove the PTF from your system. The following RESTORE command can be used:
SET      BDY(TGT1)          /* Set to target zone.      */.
RESTORE  S(UZ00001)         /* Restore 1 PTF.           */.
If you want to clean up all of SMP/E's records for this PTF (the global zone and the SMPPTS data set), you can use the REJECT command after RESTORE processing is complete:
SET      BDY(GLOBAL)        /* Set to global zone.      */.
REJECT   S(UZ00001)         /* Reject 1 PTF.            */.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014