Elardus, the intention is not to complain. It's to offer a piece of code. - Vignesh Mainframe Admin
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Elardus Engelbrecht Sent: 10 June 2014 11:04 To: [email protected] Subject: Re: SMF 42 subtype 24 Sankaranarayanan, Vignesh wrote: >We have this problem where JCL's are promoted into production job libraries >(CA7's) using REPRO or some other devious methods. As a result, we lose ISPF >statistics for the promoted members. It gets annoying when we want to find out >who made changes to a JCL, when there's a problem with the job. For a good start: Protect your libraries properly while involving the OWNERS of those libraries. Then you can complain. >1. Go through a day's SMF and extract 42 subtype 24 and RACF SMF 80, etc. (granted, thats at dataset level, not member level) Or you can use DAF. >3. Check if the member statistics for these records are available You can update members and bypass stats. Even the ISPF option FORCE_STATS won't help you all and every time. >5. Additionally, it produces a CSV of all the modifications done to >these libraries I'm interested in (joblibs and the usual gang - PARMLIB, >PROCLIB, etc) Or RACF audit trails where you have for ALL datasets (perhaps excluding catalogs) this RACF dataset profile setting AUDIT(ALLl(READ)). With that you can audit all access attempts. Of course, lower your UACC for sensitive datasets. Groete / Greetings Elardus Engelbrecht ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN MARKSANDSPENCER.COM ________________________________ Unless otherwise stated above: Marks and Spencer plc Registered Office: Waterside House 35 North Wharf Road London W2 1NW Registered No. 214436 in England and Wales. Telephone (020) 7935 4422 Facsimile (020) 7487 2670 www.marksandspencer.com Please note that electronic mail may be monitored. This e-mail is confidential. If you received it by mistake, please let us know and then delete it from your system; you should not copy, disclose, or distribute its contents to anyone nor act in reliance on this e-mail, as this is prohibited and may be unlawful. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
