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


Example 1: Editing DDDEF entries

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

In this example, the UNIT value for all the DDDEF entries is to be changed to 3350, regardless of its current value. Additionally, a UNIT subentry of 3350 will be added to all DDDEF entries which contain a DATASET subentry but do not currently have a UNIT subentry. The following ZONEEDIT command makes this change:
SET        BDY (TZONE1)      /* Set to zone to edit.    */.
ZONEEDIT   DDDEF            /* Edit DDDEF entries.      */.
CHANGE     UNIT(*,3350)     /* Change unit to 3350 and  */.
                            /* add UNIT if none exists. */.
ENDZONEEDIT                 /* End of ZONEEDIT.         */.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014