Lizette, I had a similar requirement once, and I used SUPERC to generate a hash, then I compared the hash of each member against each other. It's more accurate than using ISPF stats because as we all know, the ISPF stats can be bypassed.
Mike Giaquinto AVP/CICS Technical Lead Wells Fargo -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Lizette Koehler Sent: Thursday, January 12, 2012 7:55 AM To: [email protected] Subject: Audting PDS Datasets and comparing to find most current member I have the need to audit many PDS datasets. I am trying to find the most current version of the member. The information I need is DSN MEMBER Lines of Member Member Date Created Member Last Updated USERID who Updated it (if available) DSN1 ABC 500 2011/01/02 2012/01/01 XYZ0001 Then I need to compare that information against similar datasets. So if I have DSN1 DSN2 and DSN3 I will need to 1) Get the above info from all 3 datasets 2) Compare results of DSN1 vs. DSN2, DSN2 vs DSN3 and DSN1 vs DSN3 Not so bad with 2 or 3 but I have around 50. So before I go and invent a REXX to do this, I thought I would see if there were any other recommendations about. I know about LISTDSI but was not sure if there was something else. Thanks Lizette Koehler ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

