Among other things, SMF Type 30 Records Sub-Types 1, 4, & 5 will help in 
finding the  "EXEC PGM=<Programname>" if these libraries have unique program 
names.

I also have a very old SAS routine that will report who has used a particular 
dataset or group of datasets; what datasets a particular user or job accessed.  
Input is from:
SMF RECORD TYPE 30 = GET JOBNAME & USERID INFO
SMF RECORD TYPE 14 = OPENED FOR INPUT
SMF RECORD TYPE 15 = OPENED FOR OUTPUT
SMF RECORD TYPE 17 = FILE SCRATCHED
SMF RECORD TYPE 18 = FILE RENAMED
SMF RECORD TYPE 60 = VSAM VVDS UPDATED
SMF RECORD TYPE 61 = ICF CATALOG ACTIVITY
SMF RECORD TYPE 62 = VSAM FILE OPENED
SMF RECORD TYPE 63 = VSAM FILE DEFINED
SMF RECORD TYPE 64 = VSAM FILE STATUS
SMF RECORD TYPE 65 = ICF CATALOG DELETE ACTIVITY
SMF RECORD TYPE 66 = ICF CATALOG ALTER ACTIVITY
SMF RECORD TYPE 67 = VSAM CATALOG DELETE ACTIVITY
SMF RECORD TYPE 68 = VSAM CATALOG RENAME ACTIVITY
SMF RECORD TYPE 69 = VSAM DATA DEFINED/EXT./DELETE

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Vernooy, C.P. - SPLXM
Sent: Tuesday, June 03, 2008 7:14 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Monitor use of Load-Library as JOBLIB/STEPLIB



"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

----------------------------------------------------------------------
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

Reply via email to