You are using JCL to dump logstreams. Try using PGM=IFASMFDP instead for tape and MANx datasets.
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Meenakshi, Vinoth - CW Sent: Friday, March 21, 2014 1:46 AM To: [email protected] Subject: SMF report 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
