AH! THERE is a clue! I did find that changes to the dynamic LPA were not effective until I logged off and logged on again.
What you are saying means that ANYTHING I do in the session -- with TSOLIB or the STEPLIB utility or CALL -- will have no effect. Thanks, Charles -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Greg Wendling Sent: Friday, October 13, 2006 9:12 AM To: [email protected] Subject: Re: Allocating "STEPLIB" in TSO On Thu, 12 Oct 2006 08:57:37 -0700, Charles Mills <[EMAIL PROTECTED]> wrote: >I am (was, actually, having solved the problem differently for now) trying >to run a compiled Rexx program under TSO and force it to use the "Alternate >Library" rather than the "Rexx Library" (which was link-listed) for test >purposes, to duplicate a customer problem. > That's different. TSO loads the interface to the Rexx Library at TSO logon time, not when you issue the Call command. Anything you do after logon will not change the library used. (Specifically, all modules listed in IRXCMPTM are loaded at logon.) ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

