By not specifying a date, you extracted records from the 2 hour window for 
every day present in the SMF data.

While probably not a problem, the ":17" is superfluous for a single record type.

As suggested, DAF is the tool of choice for this since it will allow you to 
eliminate the records for temporary datasets and format the output into 
something easier to read.

> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of esmie moo
> Sent: Thursday, January 26, 2017 9:54 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: SMF QUESTION
> 
> There wee 80,958 records printed.    I just want to ensure that the parms for 
> the start and
> stop time is of the proper syntax..
> 
> --------------------------------------------
> On Thu, 1/26/17, Lizette Koehler <stars...@mindspring.com> wrote:
> 
>  Subject: Re: SMF QUESTION
>  To: IBM-MAIN@LISTSERV.UA.EDU
>  Received: Thursday, January 26, 2017, 12:26 PM
> 
>    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
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to