Hi,

IFASMFDL is not a SMF formatter pgm but only an extractor in a raw format
of the records.

You need some product (from SAS or Tivoli or EPV Tech) or the RMF
post-processor in order to have something readable.

Best regards.
Massimo


2014-03-21 6:46 GMT+01:00 Meenakshi, Vinoth - CW <
vinoth.meenak...@bestbuy.com>:

> Hi,
>
> We are using z/OS 1.13 and one Prod LPAR is utilizing 100% utilization and
> it slow down the system for 2hours business time, we are planning to
> extract top utilizing Job report from SMF 79 record type.
> Below is the JCL which we used and we could not get the output in readable
> format, can anyone help me.
>
> //TSMMEVR JOB (T,I98,0988),'NAME',
> //    MSGCLASS=X,CLASS=X,
> // USER=TSMMEV,PASSWORD=
> //**********************************************************************
> //* STEP 1: UNLOAD DATA FROM THE SMF DATA SETS
> //**********************************************************************
> //SMFDUMP EXEC PGM=IFASMFDL
> //INDD1 DD DSN=PNDS.T05SMF.DAILY2,DISP=SHR
> //      DD DSN=PNTS.T0500SMF.WKLYTAP2,DISP=SHR
> //      DD DSN=PNTS.T0500SMF.MTLYTAP2,DISP=SHR
> //OUTDD1 DD DSN=TSMMEV.SMF.TYPE792,
> // SPACE=(CYL,(500,500),RLSE),UNIT=SYSDA,DISP=(NEW,CATLG)
> //SYSPRINT DD SYSOUT=*
> //SYSIN DD *
> INDD(INDD1,OPTIONS(DUMP))
> OUTDD(OUTDD1,TYPE(79))
> //*
>
> ----------------------------------------------------------------------
> 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