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


Define a ZONEINDEX for each zone

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

Each of the zones specified in a ZONESET or on the XZGROUP operand must be defined by a ZONEINDEX in the current global zone, even if the zones are already defined in another global zone (more than one global zone may contain a ZONEINDEX for the same target or dlib zone). This allows the APPLY, ACCEPT, and RESTORE commands initiated from the current global zone to access the specified zones. To add ZONEINDEX subentries for each of the zones, use the SMP/E Administration Dialogs or use the UCLIN command, as in this example:
//job      JOB accounting info…
//step     EXEC PGM=GIMSMP
//SMPCSI   DD DSN=smp.global.csi,DISP=SHR
//SMPCNTL  DD *
  SET BDY(GLOBAL).
  UCLIN.
    ADD GLOBALZONE ZONEINDEX(
        (zostgt,zos.target.csi,TARGET)
        (zosdlib,zos.dlib.csi,DLIB)
        (os390tgt,os390.target.csi,TARGET)
        (os390dlib,os390.dlib.csi,DLIB)
        (jes2tgt,jes2.target.csi,TARGET)
        (jes2dlib,jes2.dlib.csi,DLIB)
        (jes3tgt,jes3.target.csi,TARGET)
        (jes3dlib,jes3.dlib.csi,DLIB)
        (cicstgt,cics.target.csi,TARGET)
        (cicsdlib,cics.dlib.csi,DLIB)
        (db2tgt,db2.target.csi,TARGET)
        (db2dlib,db2.dlib.csi,DLIB)
        (imstgt,ims.target.csi,TARGET)
        (imsdlib,ims.dlib.csi,DLIB)
        ).
  ENDUCL.
/*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014