Hi John,

EasySMF will report on type 17 records. You can download it from http://www.smfreports.com.

There is a free 30 day evaluation period which would cover your immediate need.

Regards

Andrew Rowley
Black Hill Software.


On 12/09/2012 10:14 PM, John Dawes wrote:
G'Day,

I am trying to track down the deletion of 3 PDS dsns.  I have the SMF tapes and 
I was able to isolate all the TYPE 17 records for that day.  However I am 
having difficulty finding them in the output |(below is the jcl I used).  Does 
anybody have a utility which would make the output readable?  I would have 
tried SAS or FDRQUERY however this partition does not have it installed.

//STEP1    EXEC PGM=IFASMFDP
//INDD1    DD  DSN=SYS2.SMFDATA.WEEK.G1584V00,DISP=SHR
//OUTDD1   DD  DSN=&&SM11,
//            DISP=(,PASS),UNIT=SYSDA,SPACE=(CYL,(150,150),RLSE),
//            DCB=(RECFM=VBS,LRECL=32760,BLKSIZE=4096)
//SYSPRINT DD SYSOUT=*
//SYSIN    DD *
    INDD(INDD1,OPTIONS(DUMP))
    OUTDD(OUTDD1,TYPE(17:17))
    DATE(2012250,2012252)
/*
//STEP2   EXEC PGM=IDCAMS,TIME=1440
//DD1      DD DSN=&&SM11,
//            DISP=(OLD,DELETE),
//            DCB=(RECFM=VBS,LRECL=32760,BLKSIZE=4096)
//SYSOUT   DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSIN    DD *
   PRINT INFILE(DD1) DUMP
/*
//

Thank You all in advance.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN



--
[email protected]
+61 413 302 386

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to