<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

Reply via email to