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
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
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
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
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
@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
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
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