Jesse, Some time back esmie moo asked a similar question which I answered. Here is a job that would strip off the SMF data and present you in the readable format. Here is a link to the specific topic.
https://groups.google.com/d/msg/bit.listserv.ibm-main/vkBKDcmecnw/s9QeXXuTBQAJ The above will list ALL the datasets that are deleted. Remove the OUTFIL INCLUDE condition to get all the data as OP was only looking for a particular time frame. You can filter out the dataset up front it self. Assuming you have HLQ of 8 bytes , here is an include condition to filter out only the dataset that you are interested in. INCLUDE COND=(06,1,BI,EQ,17,AND, $ TYPE 17 48,8,CH,EQ,C'HLQ') $ HLQ OF DSN DELETED Thanks, Kolusu DFSORT Development IBM Corporation From: Jesse 1 Robinson <[email protected]> To: [email protected] Date: 06/27/2017 10:05 AM Subject: Who deleted my data set? Sent by: IBM Mainframe Discussion List <[email protected]> We have occasional requests from users as to who deleted a particular data set. We have access to SMF data for a reasonable period. SAS however was moved off platform a few years ago to save money on the license. I'm pretty sure DFSORT can provide the answer without bothering someone who has access to the SAS server. All we want to know is who deleted a data set on what date. Could someone suggest some control cards that could be used by a user who already has proper access to the SMF data? . . J.O.Skip Robinson Southern California Edison Company Electric Dragon Team Paddler SHARE MVS Program Co-Manager 323-715-0595 Mobile 626-543-6132 Office <===== NEW [email protected]<mailto:[email protected]> ---------------------------------------------------------------------- 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
