Hello,
I would like to ask what is the reports parameter for SMF Type 60 until 66. Here is my JCL:
//RMF73 JOB ,,CLASS=A,MSGCLASS=X,MSGLEVEL=(1,1),REGION=0M,
// NOTIFY=&SYSUID
//POST1 EXEC PGM=ERBRMFPP
//STEPLIB DD DSN=SYS1.LINKLIB,DISP=SHR
//MFPINPUT DD DISP=SHR,DSN=LWINATA.RMF.ESAP.SMFDATA.D25
//MFPMSGDS DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSIN DD *
DINTV(0030)
RTOD(0000,2359)
REPORTS(....) ----> ???
SYSID(ESAP)
SUMMARY(INT,TOT)
Could anyone tell me, cause I have tried several type I found in the z/OS book and it doesn't work including REPORTS(ALL).
Thank you.
Lenny