With your open DCB do a directed LOAD to a specific address and then call it with BALR/BASR. That type of load does not create a CDE so there is no name conflict but for that same reason you have to manage the entry address because you cannot call it by name.
Chuck Arney Arney Computer Systems > On May 8, 2015, at 4:20 PM, Charles Mills <[email protected]> wrote: > > Thanks. I would be interested to know the exact LOAD parameters you think > might work. I *am* currently using an open DCB with BLDL and LINK, so LOAD > and BALR would not be a huge leap. > > Charles > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Steve Thompson > Sent: Friday, May 08, 2015 2:12 PM > To: [email protected] > Subject: Re: Possible to LINK to other program of same name as one in > storage? > > Strictly by LINK, probably. But if you use a DDNAME pointed to the file you > are interested in, and use the right options on LOAD, you can get what you > want in storage. LOAD will return the EPA and you have to work with it via > ADDRESS, not via name. > > Been a long time since I had to deal with this kind of issue. > > Regards, > Steve Thompson > > >> On 05/08/2015 02:47 PM, Charles Mills wrote: >> Am I correct in my impression that it is basically impossible to LINK >> to a copy of a program from a specific library if a program of that >> name is already in storage? >> >> Specifically, if program FOO is running, there is no way to LINK to a >> different specific FOO: MY.LOAD.LIB(FOO)? >> >> Does LOAD ADDRNAPF solve this problem (while, of course, creating >> others of its own)? > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
