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
