On Thu, 11 Dec 2025 17:15:47 +0100, Radoslaw Skorupka <[email protected]> wrote:
>V1: APPLY BYPASS(HOLDSYSTEM) SELECT (HBY3202) . >IEW2322I 1220 91 INCLUDE SMP00001(BAZGPSAC) HBY3202 > >V2: APPLY BYPASS(HOLDSYSTEM) SELECT (HBY3202 UW95965) >IEW2322I 1220 154 INCLUDE SMPWRK3(BAZGPSAC) UW95965 The missing piece to this is the V1 apply of UW95965 but we can make some educated guesses. It most likely looked like: IEW2322I INCLUDE xxx(BAZGPSAC) where xxx is the library where BAZGPSAC exists IEW????I REPLACE BAZGPSAC IEW2322I INCLUDE SMPWRK3(BAZGPSAC) UW95965 V2 tells us that SMP/e only knows about CSECT BAZGPSAC but I suspect that it has multiple CSECTs that are distributed within ++MOD( BAZGPSAC ). Most likely the load module with have multiple copies of the same modules but without seeing the APPLY S(UW9565) output, we won't know. Use AMBLIST LISTLOAD BAZGPSAC to verify there are duplicate CSECTs. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
