On Thu, 6 Nov 2008 18:43:04 -0500, Howard Rifkind <[EMAIL PROTECTED]> wrote:
You definitely need to come up with better subject lines. >... >I'm missing a load module from a loadlib. > >I found it in another loadlib and I'd like to know if there would be >any sort of issues just copying to the target loadlib I need? More information would be helpful. Is the library where you expected to find it an SMP-controlled library? If so, you should find out why it was missing. In my book, it's a no-no to copy into an SMP-controlled library. Is the library that is missing the module a vendor-provided library? If so, you are likely to find yourself with the same problem after your next upgrade if it involves a new loadlib. Is there some reason you can't just STEPLIB to it? Having the same module in 2 libraries almost guarantees they will eventually no longer be the same. Are these libraries supposed to be clones of each other? If so, you should correct your cloning process. Pat O'Keefe ---------------------------------------------------------------------- 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

