1) What does the output say from the IFASMFDP program? The bottom of the listing will tell you how many records were extracted. 2) Go to CBTTAPE.ORG and download DAF. It can read SMF Data and it is easier to extract details like this
IDCAMS probably had no records from the IFASMFDP step Lizette > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of esmie moo > Sent: Thursday, January 26, 2017 10:21 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: SMF QUESTION > > Gentle Readers, > > I am trying to print TYPE 17 records(using IDCAMS PRT command) to find out > what dsns were deleted from 15:00 (3.pm.) up to 17:00 (5.pm. The IDCAM report > that is produced doesn't seem to give me what I am looking for. I was > wondering if someone can validate my input cards. > //SYSIN DD * > INDD(SMF,OPTIONS(DUMP)) > START(1500) > END(1700) > OUTDD(OUTDD1,TYPE(17:17)) > /* > //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 > /* > > Thanks in advance > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN