On Tue, 8 Jan 2008 12:05:38 -0500, Chris Hoelscher wrote: >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?
IMO, copying members to a run-time library is an error-prone process. I'm not a big fan of copying the load library either. My preference would be to use a symbolic substitution. Either to use indirect cataloging by symbolic VOLSER or by using SYMBOLICALIAS in data set aliases The symbol can be changed at IPL time or on the fly by using SYMUPDTE. Of course, with either of these methods, you'd need to clone your environment before applying the maintenance. -- Tom Marchant ---------------------------------------------------------------------- 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

