"Beat Gossweiler" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]> ... > Hi > > I have some Load-Libraries of which I have to determine whether they > are still in use or not. > > Is there a way to find out which jobs accessed Load-Libraries as > STEPLIBs/JOBLIBs in the past, e.g. from SMF-Records? I was looking at > SMF-Record Type 14 (Open Input), LOAD-Access seems not to be recorded > there. If SMF is not a valid source, what would be the best approach > to monitor Load-Library-Use in the future? Auditing in RACF comes to > my mind, are there any other means? > I would not mind if any ISPF-Browses, Copies etc. would also be shown > in the report, i can well distinguish between the different users/uses > based on Jobnames. > > Thanks for your help > Beat Gossweiler
I have some doubts about RACF auditing. We have TSS and I seem to remember that not every access to a loadmodule is tracable there. There is one other option I sometimes use: LLA exits. Each module accessed from an LLA managed library is tracable by LLA exits. Besides the other statistical stuff, I write an SMF record for every module loaded from this specific library. You can possibly use the samples of CSVLLIX1 and CSVLLIX2 as a starting point. You must of course be able to move the libraires under LLA control. Kees. Ps. This newsgroup is fed by the listserver. Subscribe to the list to address the entire population of the list. See the details automagically added below by the listserver. ********************************************************************** For information, services and offers, please visit our web site: http://www.klm.com. This e-mail and any attachment may contain confidential and privileged material intended for the addressee only. If you are not the addressee, you are notified that no part of the e-mail or any attachment may be disclosed, copied or distributed, and that any other action related to this e-mail or attachment is strictly prohibited, and may be unlawful. If you have received this e-mail by error, please notify the sender immediately by return e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its employees shall not be liable for the incorrect or incomplete transmission of this e-mail or any attachments, nor responsible for any delay in receipt. Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch Airlines) is registered in Amstelveen, The Netherlands, with registered number 33014286 ********************************************************************** ---------------------------------------------------------------------- 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

