SET BDY(GLOBAL).
UCLIN.
DEL DZONE(CIC31D) .
ENDUCL.

No, this will give you a syntax error. To remove from the global zone the pointers to the target and dlib zones you wish to delete, do this instead:

SET BDY(GLOBAL).
UCLIN.
DEL GZONE ZONEINDEX((CIC31D, CIC31T)).
ENDUCL.

Kurt Quackenbush -- IBM, SMP/E Development

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to