On Wed, 11 Oct 2006 16:33:19 -0700, Charles Mills <[EMAIL PROTECTED]> wrote:
>> OK. Simplest, since you say you want to use a TSO call >> command, why not > >> CALL libraryname(pgmname) 'parms' > >> ?? > >I am doing that. I guess I was not clear. I issue > >CALL my.library.one(SOMEPROG) > >And it works just fine, so far as it goes. Subsequently, while SOMEPROG is >executing, it would like to LOAD or LINK OTHRPROG. OTHRPROG is in >SOME.OTHER.LIBRARY that is not in my STEPLIB or link pack concatenation and >for political/procedural reasons is not going to be put there right away. > >What can I do so that SOMEPROG can find OTHRPROG? The answer does not seem >to be TSOLIB. > What about TSOLIB concatenation with both program libraries and using an "*" in your call: CALL *(SOMEPROG) Mark -- Mark Zelden Sr. Software and Systems Architect - z/OS Team Lead Zurich North America / Farmers Insurance Group mailto: [EMAIL PROTECTED] z/OS and OS390 expert at http://searchDataCenter.com/ateExperts/ Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html ---------------------------------------------------------------------- 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

