Hi,
 The base SMF logstream shipped the IFASMFDL program with only a DUMP option. 
 
The below job is run:
 //RUNSMFDL JOB MSGLEVEL=(1,1),NOTIFY=&SYSUID,CLASS=A,REGION=0M 
//SMFDMP1 EXEC PGM=IFASMFDL 
//DUMP01 DD DSN=SYS1.SMF.DUMP5,DISP=(NEW,CATLG), 
// UNIT=3390,VOL=SER=SMF001,SPACE=(CYL,(10,10)) 
//SYSMDUMP DD DSN=SYS1.IFASMFDL.SYSMDMP2,DISP=(NEW,CATLG), 
// UNIT=3390,VOL=SER=SMF003,SPACE=(CYL,(50,5)) 
//SYSPRINT DD SYSOUT=* 
//SYSIN DD * 
LSNAME(IFASMF.MULTSYS.STREAM1,OPTIONS(DUMP)) OUTDD(DUMP01,TYPE(0:255)) 
RELATIVEDATE(BYDAY,7,3) /* 

iyi çalismalar, saygilar / Regards

Kayhan Tanriverir
VBT - Senior Systems Programmer 
Enterprise Systems

 
 

________________________________
 Kimden: Massimo Biancucci <[email protected]>
Kime: [email protected] 
Gönderildiği Tarih: 21 Mart 2014 9:05 Cuma
Konu: Re: SMF report
  

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 <
[email protected]>:

> 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 [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

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

Reply via email to