... I just tried using SMP/E panel rather than Batch. Do you have
any sequence of sample Batch Jobs which are used in renaming the internal
information of SMP/E ?

If you copied your CSI data sets then most likely you need to update the ZONEINDEX subentries in the global zone for the target and dlib zones so they point to the new name CSI data sets. Use UCLIN like this:

SET BDY(GLOBAL).
LIST GZONE /* List the existing, so you have it for reference...
              just in case. */.
UCLIN.
DEL GZONE ZONEINDEX((tgtZone)).
ADD GZONE ZONEINDEX((tgtZone, new.dsname.CSI, TARGET)).
ENDUCL.

Repeat the DEL and ADD statements for however many target and dlib zones live in CSI data sets with new names.

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