I placed a modified copy in a later library in the linklist. Then I renamed the version in SYS1.LINKLIB. LLA REFRESH was done. So I expected it to be found. But it behaved as if it did not find it. No SMF 32s were being logged at all. Lennie
-----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Peter Relson Sent: 24 August 2023 15:46 To: [email protected] Subject: Re: Updating IEEMB846 <snip> it appears that if IEEMB846 is placed in a library other than SYS1.LINKLIB, then it is not found. </snip> That should not be a surprise. The module is LOADed. Normal search rules apply. SYS1.LINKLIB is the first data set in the LNKLST concatenation unless you have used the SYSLIB LINKLIB statement of PROGxx, so a copy in a "later" data set will not be found. If you put your copy of the module in LPA (dynamic or other) it will be the one found. Peter Relson z/OS Core Technology Design ---------------------------------------------------------------------- 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
