Extract RMF data fom historical SMF data.
Extract RMF data fom historical SMF data.
For one requirement, our team is interested in batch processing performance. Can someone please guide on knowing that what's the trick to extracting RMF data from historical SMF data? How can a mainframe programmer run a basic RMF reporting jobstream/jobstreams that use this extracted data? Please guide.
- Robert Sample
- Global Moderator
- Posts: 1903
- Joined: Fri Jun 28, 2013 1:22 am
- Location: Dubuque Iowa
Re: Extract RMF data fom historical SMF data.
The first question would be whether or not you have access to the SMF data. Many sites restrict access to this data, and if your site is one of these then you need to arrange access with your site support group before you do anything else.
You then need to find out how your site accumulates SMF data -- many sites dump the SYS1.MAN? data sets into a daily accumulation and then write the data to tape at the end of the day. The specific names used will, of course, vary by site.
Assuming that you've arranged access and found the data set name(s) you need to use, you then run the RMF post-processor against your SMF data. The RMF post-processor will pull out the type 70 through 79 SMF records (depending upon what you specify) to generate the report(s). Sample JCL (which will need to be customized to your site requirements):The parameters you provide in the SYSIN can be found in the RMF Report Analysis manual in the RMF bookshelf for your version of z/OS.
You then need to find out how your site accumulates SMF data -- many sites dump the SYS1.MAN? data sets into a daily accumulation and then write the data to tape at the end of the day. The specific names used will, of course, vary by site.
Assuming that you've arranged access and found the data set name(s) you need to use, you then run the RMF post-processor against your SMF data. The RMF post-processor will pull out the type 70 through 79 SMF records (depending upon what you specify) to generate the report(s). Sample JCL (which will need to be customized to your site requirements):
Code: Select all
//RMFPP EXEC PGM=ERBRMFPP,REGION=0M
//MFPINPUT DD DISP=SHR,DSN=RMFDATA.SYSPLEX (name varies by site)
//MFPMSGDS DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
Create an account or sign in to join the discussion
You need to be a member in order to post a reply
Create an account
Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute