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


Example: Backing up target and distribution zones

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

In this example, two zones are exported. The first, a target zone named MVSTZ, is backed up and deleted. The second, a distribution zone named MVSDZ, is backed up but is not deleted.
SET        BDY (MVSTZ)      /* Set to zone to export.   */.
ZONEEXPORT (MVSTZ)          /* Export MVSTZ.            */
           OUTFILE(EXPORT1) /* DD statement for output. */
           PURGE            /* Delete MVSTZ.            */.
SET        BDY (MVSDZ)      /* Set to zone to export.   */.
ZONEEXPORT (MVSDZ)          /* Export MVSDZ.            */
           OFILE(EXPORT2)   /* DD statement for output. */
           NOPURGE          /* Do not delete MVSDZ.     */.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014