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


Example 2: Merge content entries

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

You can use the GZONEMERGE command to merge the entries associated with specific FMIDs that reflect system content. This can be done by using the FORFMID operand of the GZONEMERGE command. The entries that are merged in this case are the SYSMOD and HOLDDATA entries associated with the FMIDs or FMIDSETs specified on the FORFMID operand.

Note: The associated are copied from the originating global zone's SMPPTS into the destination global zone's SMPPTS data set.
The following SMP/E command merges the content entries:
Figure 1. Example of GZONEMERGE of content entries
SET      BDY(GLOBAL)                      /* Set to destination global zone. */.
GZONEMERGE                                /* Merge global zones.             */
         FROMCSI(SMPE.ZOSR1.GLOBAL.CSI)   /* From this GLOBAL CSI data set.  */
         FORFMID(MSB0001, MSB0002)        /* Merge SYSMODs and HOLDDATA for  */
                                          /* these FMIDs or FMIDSETs.        */.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014