SMP/E for z/OS User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Specifying the zone group on a command

SMP/E for z/OS User's Guide
SA23-2277-01

If you do not have a default zone group defined, or you want to use a different set of zones for the zone group, you can specify the zones on the APPLY, ACCEPT, or RESTORE command using the XZGROUP operand. This is simply a matter of specifying the zones to be checked for cross-zone requisites, as shown in this example:
//job      JOB accounting info…
//step     EXEC PGM=GIMSMP
//SMPCSI   DD DSN=smp.global.csi,DISP=SHR
//SMPCNTL  DD *
  SET BDY(zostgt).
  APPLY SOURCEID(HIPER)
        CHECK
        XZGROUP(os390tgt,jes2tgt,jes3tgt,cicstgt,db2tgt,imstgt)
        BYPASS(HOLDSYS).
/*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014