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


Example 1: Merge definition entries

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

You can use the GZONEMERGE command to merge the entries from an existing global zone that do not reflect system content. This can be done by using the DEFINITION operand of the GZONEMERGE command. The entries that are merged in this case are:
  • DDDEF
  • FMIDSET
  • GLOBALZONE
  • OPTIONS
  • ORDER
  • UTILITY
  • ZONESET
The following SMP/E command merges the DEFINITION entries:
Figure 1. Example of GZONEMERGE of definition entries
SET      BDY(GLOBAL)                      /* Set to destination global zone. */.
GZONEMERGE                                /* Merge global zones              */
         FROMCSI(SMPE.ZOSR1.GLOBAL.CSI) /* From this GLOBAL CSI data set   */
         DEFINITION                       /* Definition entries only.        */.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014