Page 1 of 1

Extracting Report for SMF Type (60:69)

PostPosted: Wed Oct 28, 2009 12:34 pm
by Lenny
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

Re: Extracting Report for SMF Type (60:69)

PostPosted: Wed Oct 28, 2009 6:50 pm
by Bill Dennis
Can you post your error msgs when you tried REPORTS(ALL)?

Re: Extracting Report for SMF Type (60:69)

PostPosted: Wed Oct 28, 2009 7:25 pm
by Bill Dennis
The RMF Report pgm only works on performance records (type 70 - 79). I missed this on my first reply. If you meant these, then still post some error msgs.

Re: Extracting Report for SMF Type (60:69)

PostPosted: Thu Oct 29, 2009 8:11 am
by Lenny
Hello Bill,

Thanks for your replies.

No, I don't want to produce performance report. I am trying to extract SMF type 60-66 (it should be something related to the vsam report). If I could not use the RMF Report PGM then what PGM I should use? Do you have any sample jcl?

Thank you
Lenny

Re: Extracting Report for SMF Type (60:69)

PostPosted: Thu Oct 29, 2009 12:21 pm
by expat
Have you spoken to your performance / capacity planning people, as it is likely that they will already have easy access to the data you want, and may even produce the reports that you want already.

Re: Extracting Report for SMF Type (60:69)

PostPosted: Thu Oct 29, 2009 7:11 pm
by Bill Dennis
Lenny,

At sit4es where I've worked, we had to write our own program to report on cataloged dataset activity using the SMF type 6x records. I know of no IBM provided report program for this.

Re: Extracting Report for SMF Type (60:69)

PostPosted: Fri Oct 30, 2009 7:56 am
by Lenny
Hello Bill and expat,

I have sent the raw data to the support team. Hopefully they can process the report from it.

Anyway thanks again for your reply. I really appreciate it.

Regards,
Lenny