Im not sure theres any free tool custom designed for your exact requirements, but I think you have the function and some publicly available resources to get you started.
If you have DFSORT then theres an ICETOOL tips and tricks document that has some examples where you can start: http://www- 947.ibm.com/systems/support/storage/software/sort/mvs/tricks/index.html So in here it creates a report based on Type 14 (Read/Open) records, Type 15 will be for Update activity, which maybe is more what youre after. So other SMF records on interest for you might be Type 60 (Catalog Activity), Type 30 (Job Activity) and maybe Type 80 (Security Activity). The SMF Manual will describe the record types: http://publibz.boulder.ibm.com/epubs/pdf/iea2g290.pdf You could try the following links for more DFSORT/ICETOOL examples: http://www-01.ibm.com/support/docview.wss?rs=114&uid=isg3T7000081#ex http://ibmmainframeforum.com/viewforum.php?f=28 So using these links, you can follow the RACF SMF route, finding IRRADU00 (RACF SMF Data Unload Utility) and some example source code for using ICETOOL to analyze this data. A lot of folks use MXG, MICS or something similar to analyze SMF, but I guess as a PWD ISV ISIS might not have access to these 3rd party software products, but hopefully you do have access to DFSORT and thus ICETOOL. You have the raw data in SMF, you just need to process it somehow. Maybe some folks out there have some ICETOOL code they can share with you. On Mon, 17 Aug 2009 11:23:30 +0200, Miklos Szigetvari <[email protected]> wrote: >Hi > >Searching for some kind of free tool, which can "Looafter" a user did >in some time period. >I think to get from the SMF records or database, he/she has edited a >dataset, submiited a job, started a program etc etc .. > >-- >Miklos Szigetvari > >Development Team >ISIS Information Systems Gmbh >tel: (+43) 2236 27551 570 >Fax: (+43) 2236 21081 > >E-mail: [email protected] > >Info: [email protected] >Hotline: +43-2236-27551-111 > >Visit our Website: http://www.isis-papyrus.com ---------------------------------------------------------------------- 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

