Re: Linkage editor question: renaming duplicate entry points

2020-04-22 Thread Phil Smith III
Thanks to all who replied; CHANGE was indeed what I needed! -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Linkage editor question: renaming duplicate entry points

2020-04-15 Thread Bernd Oppolzer
I think the CHANGE command of the linkage editor will do what you want; I remember to have used it when building a sort of "universal DB2 interface" out of the IBM delivered environment specific interfaces called DSNALI, DSNELI, DSNRLI etc. They all provide an entry DSNHLI, which is normally ca

Re: Linkage editor question: renaming duplicate entry points

2020-04-15 Thread Charles Mills
Wednesday, April 15, 2020 1:32 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Linkage editor question: renaming duplicate entry points I think I'd be unlikely to get it right on the first try. I had never even heard of the "RENAME" statement, but it exists, alongside the venerable &qu

Re: Linkage editor question: renaming duplicate entry points

2020-04-15 Thread Steve Smith
ything else and link as normal. > > I think that is close at least. May require some tweaking. > > Charles > > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Phil Smith III > Sent: Wednesday, April

Re: Linkage editor question: renaming duplicate entry points

2020-04-15 Thread Binyamin Dissen
Look at the binder CHANGE directive On Wed, 15 Apr 2020 15:43:49 -0400 Phil Smith III wrote: :>I have a use case that's reasonable enough that it might be supported, yet odd enough that I'd be unsurprised if it isn't. :> :> :> :>Suppose we have a function called AX that we call. At times it wo

Re: Linkage editor question: renaming duplicate entry points

2020-04-15 Thread Charles Mills
@LISTSERV.UA.EDU] On Behalf Of Phil Smith III Sent: Wednesday, April 15, 2020 12:44 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Linkage editor question: renaming duplicate entry points I have a use case that's reasonable enough that it might be supported, yet odd enough that I'd be unsurpr

Re: Linkage editor question: renaming duplicate entry points

2020-04-15 Thread Paul Gilmartin
On Wed, 15 Apr 2020 15:43:49 -0400, Phil Smith III wrote: >I have a use case that's reasonable enough that it might be supported, yet odd >enough that I'd be unsurprised if it isn't. > >Suppose we have a function called AX that we call. At times it would be useful >to be able to relink a program

Linkage editor question: renaming duplicate entry points

2020-04-15 Thread Phil Smith III
I have a use case that's reasonable enough that it might be supported, yet odd enough that I'd be unsurprised if it isn't. Suppose we have a function called AX that we call. At times it would be useful to be able to relink a program that calls AX to add a "shim"-let's call it AXPRIME-between