Author: Robert Sample
Posted: Tue Oct 18, 2016 7:16 pm (GMT 5.5)
Unfortunately, IBM does not make available any easy way to produce reports from the SMF 110 data.
There were a series of articles back in 2013 in IBM Systems Magazine that discussed reading SMF data in REXX. Part 2 from April has REXX code to read, for example, the date / time stamp and convert it: REXX Offers Tools for Automated Processing of SMF Data but you will want to read the entire set of articles.
Rather than using REXX, you could use COBOL or other language to read the SMF data.
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth
Posted: Tue Oct 18, 2016 7:16 pm (GMT 5.5)
Unfortunately, IBM does not make available any easy way to produce reports from the SMF 110 data.
There were a series of articles back in 2013 in IBM Systems Magazine that discussed reading SMF data in REXX. Part 2 from April has REXX code to read, for example, the date / time stamp and convert it: REXX Offers Tools for Automated Processing of SMF Data but you will want to read the entire set of articles.
Rather than using REXX, you could use COBOL or other language to read the SMF data.
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth