Thanks all

>>> "Barkow, Eileen" <[email protected]> 4/2/2009 11:39 AM >>>
I think that you can just delete the zoneindex from the global zone.

UCLIN .
DEL GLOBALZONE
    ZONEINDEX(
              (&ANAME)
             ) .
ENDUCL .

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On
Behalf Of Matt Dazzo
Sent: Thursday, April 02, 2009 11:26 AM
To: [email protected] 
Subject: SMPE Help

I'll leave out the details to keep this pithy.  I did the below ADD
GZONE but now want to delete it. I tried a  zoneexport with purge, the
job got RC=00.  The smp listing states the zone was deleted but when
looking in smpe it's still there. What is the best way to delete this
zone? An example would be great. Thanks  


SET   BDY (GLOBAL) .    
  UCLIN .                                                    
   ADD GZONE                    
       ZINDEX((TZOS19A,SMPE.ZOS19.GLOBAL.CSI,TARGET))  .      
  ENDUCL.                                          


export job run to do the purge
****************************************************
SET        BDY (TZOS19A)   .                     
ZONEEXPORT (TZOS19A)    
            OUTFILE(EXPORT1) 
            PURGE                     .                  
/EXPORT1  DD DSN=xxx.xxx         

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to