On Mon, 11 Jul 2011 15:06:20 -0500 Walt Farrell <[email protected]> wrote:
:>On Mon, 4 Jul 2011 18:52:15 +0300, Binyamin Dissen <[email protected]> wrote: :>>On Mon, 4 Jul 2011 11:40:05 -0400 Gerhard Postpischil <[email protected]> :>>wrote: :>>:>On 7/4/2011 7:42 AM, Hilary Hurwitz wrote: :>>:>> I really miss one function - provided by FAQS/ASO. :>>:>> At the end of every batch job, it printed out a list of :>>:>> modules used and which libraries they were taken from. :>>:>The short answer to this is that it's not possible. If you look :>>:>through the archives, the topic of identifying a module's source :>>:>has come up repeatedly, without satisfactory solution. The basic :>>:>problem is that zOS has more options for loading modules, even :>>:>of modules that don't exist before or after execution; a single :>>:>load request may be satisfied from a concatenation of (user) :>>:>libraries, or from system libraries, or from storage. :>>It is possible via a SAF exit. Every module LOAD goes thru there and the exit :>>could save the information to be printed during ACTRT. :>Sorry, Binyamin, but it's not true that every module LOAD goes through SAF: :>(1) Loading of LPA-resident modules will not in general go through SAF, though in some cases it will if for the first module LOADed as part of a new task. True. All LOADs had a related DCB. But does VSE report on their equivalent of LPA modules? :>(2) Loading of modules that reside in a UNIX file system don't go through SAF in the same way, and are not really identifiable to the SAF exits involved with UNIX, either. Don't recall how much I played about in that area. -- Binyamin Dissen <[email protected]> http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel Should you use the mailblocks package and expect a response from me, you should preauthorize the dissensoftware.com domain. I very rarely bother responding to challenge/response systems, especially those from irresponsible companies. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

