Chris Hoelscher of the IBM Mainframe Discussion List <[email protected]>
wrote on 01/08/2008 11:05:38 AM:

> good morning everyone.
> after a large software maintence upgrade, i will hoping to selectively
copy
> afffected load modules to the runtime loadlibs using IEBCOPY - this
worked
> well enough, but the associated aliases were not copied - resulting in
what
> appears to be orphaned aliases in the "to" loadlibs - is there any way to
> tell IEBCOPY (or any other utility) to update all associated aliases in
the
> "to" dataset when the "root" load module is copied? or must I manually
> determine what aliases must be copied along with the "root" load modules?
> or am i just better off to copy the entire load library?
>
> thanks,
>
> Chris Hoelscher
> Senior IDMS & DB2 Database Administrator
> Humana Inc
> 502-476-2538

The PDS command (file 182 on CBT tape) can do this.

READY
pds 'from.pds'
sublist (mbr1 mbr2 mbr3 mbr4)
sublist (* mbr5 mbr6 mbr7 mbr8)
sublist (* mbr9, mbr10, mbr11, mbr12)
copy * 'to.pds' alias replace
end

Regards,
John K

----------------------------------------------------------------------
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