On 5/1/2018 9:51 AM, Sankaranarayanan, Vignesh wrote:

So will a ZONEEDIT be all, or are there other things to be mindful of?

ZONEEDIT is all you need to update the data set names in the DDDEF entries for the target and dlib data sets. However, is this product installed in its own target and dlib zones? Are those zones in their own CSI data sets? If you'll be renaming the CSI data sets too, then you'll need to update the ZONEINDEX subentries in the global zone, like this:

SET BDY(GLOBAL).
UCLIN.
DEL GZONE ZONEINDEX((tgtzonename)).
ADD GZONE ZONEINDEX((tgtzonename,WHYNOT.dataset.name.CSI,TARGET)).
DEL GZONE ZONEINDEX((dlibzonename)).
ADD GZONE ZONEINDEX((dlibzonename,WHYNOT.dataset.name.CSI,DLIB)).
ENDUCL.

Kurt Quackenbush -- IBM, SMP/E Development

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to