Extracting Report for SMF Type (60:69)



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

Extracting Report for SMF Type (60:69)

Postby Lenny » Wed Oct 28, 2009 12:34 pm

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
Lenny
 
Posts: 3
Joined: Wed Oct 28, 2009 12:15 pm
Has thanked: 0 time
Been thanked: 0 time

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

Postby Bill Dennis » Wed Oct 28, 2009 6:50 pm

Can you post your error msgs when you tried REPORTS(ALL)?
Regards,

Bill Dennis

Disclaimer: My comments on this forum are my own and do not represent the opinions or suggestions of any other person or business entity.
Bill Dennis
 
Posts: 278
Joined: Thu May 15, 2008 9:45 pm
Has thanked: 0 time
Been thanked: 0 time

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

Postby Bill Dennis » Wed Oct 28, 2009 7:25 pm

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.
Regards,

Bill Dennis

Disclaimer: My comments on this forum are my own and do not represent the opinions or suggestions of any other person or business entity.
Bill Dennis
 
Posts: 278
Joined: Thu May 15, 2008 9:45 pm
Has thanked: 0 time
Been thanked: 0 time

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

Postby Lenny » Thu Oct 29, 2009 8:11 am

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
Lenny
 
Posts: 3
Joined: Wed Oct 28, 2009 12:15 pm
Has thanked: 0 time
Been thanked: 0 time

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

Postby expat » Thu Oct 29, 2009 12:21 pm

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.
expat
 
Posts: 459
Joined: Sat Jun 09, 2007 3:21 pm
Has thanked: 0 time
Been thanked: 8 times

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

Postby Bill Dennis » Thu Oct 29, 2009 7:11 pm

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.
Regards,

Bill Dennis

Disclaimer: My comments on this forum are my own and do not represent the opinions or suggestions of any other person or business entity.
Bill Dennis
 
Posts: 278
Joined: Thu May 15, 2008 9:45 pm
Has thanked: 0 time
Been thanked: 0 time

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

Postby Lenny » Fri Oct 30, 2009 7:56 am

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
Lenny
 
Posts: 3
Joined: Wed Oct 28, 2009 12:15 pm
Has thanked: 0 time
Been thanked: 0 time


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post