On Fri, 11 Nov 2005 10:47:33 -0600, Mark Steely <[EMAIL PROTECTED]> wrote:
>I have auditor's after me.....help! I need a RACF report which will show >ID and password interval. I know RACF has a report writer utility, but I >don't have time to do the research on how to get the information I need. >We are z/OS V1R4. Any help would be appreciated. On Fri, 11 Nov 2005 11:23:29 -0600, Alan C. Field <[EMAIL PROTECTED]> wrote: >Mark > >Its been a while but I think the SETR will show what you want - I haven;t >got a RACF system >to verify. > SETRopts LIST will only show you the global value. The interval can be set on a user by user basis. Mark, since you don't have any of the reporting products the best you can do is give the global setting without RYO code. You can unload the RACF DB to a flat file using IRRDBU00 and use whatever programming language you want if you need some report for all userids. There are samples all over the place of using the IRRDBU00 file including a REXX example on my web site (RACFUDEL). You might get a better answer from the RACF-L list. Regards, Mark -- Mark Zelden Sr. Software and Systems Architect - z/OS Team Lead Zurich North America and Farmers Insurance Group mailto: [EMAIL PROTECTED] Systems Programming expert at http://Search390.com/ateExperts/ Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.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

