Re: [EXTERNAL] Re: SMF record analyze

2018-04-24 Thread Martin Packer

Yes, it’s 2.1 so almost everyone can do it now.

Thanks, Vignesh, for mentioning my quite old blog post.

There is only one place where I process SMF with REXX: I wrote a prototype
to extract the Deactivated LPARs from 70-1. I guess I was lazy. :-) This
code is actually quite handy - and I should probably polish it up and
publish it.

The motivation was to avoid adding to our already quite complex Assembler
code for 70-1 so I wrote a new part a new way.

Today I copy to VB first. I can (and probably should) remove the copy step
- as our system is on 2.1.

But there’s no rush - as the data is low volume.

Which leads to another point: I’m not sure REXX against SMF is going to be
fast - in volume. It’s worth trying it out - and SMF 30 would certainly be
voluminous enough for speed to matter (at least a little).

Experiences?

Sent from my iPad

> On 24 Apr 2018, at 18:50, Elardus Engelbrecht
 wrote:
>
> Sankaranarayanan, Vignesh wrote:
>
>>
https://www.ibm.com/developerworks/community/blogs/MartinPacker/entry/processing_vbs_data_with_rexx?lang=en

>> Believe REXX can read VBS... since v2r2 or something.
>
> Yes, I forgot about this which were also discussed in IBM-MAIN some time
ago.
>
> That new ability to read VBS using REXX is since z/OS v2.1 and REXX can
also read DSORG=U and DSORG=VS too.
>
> Look also at Redbook 'IBM z/OS Version 2 Release 1 Technical Updates'.
(dated 2014)
>
> Groete / Greetings
> Elardus Engelbrecht
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SMF record analyze

2018-04-24 Thread Andrew Rowley

On 24/04/2018 3:04 AM, Kirk Wolf wrote:

Black Hill Software also has some SMF reporting tools which look pretty
nice.


Thanks for the mention.

EasySMF includes reports to shows rolling 4 hour average service by 
service class, report class and even job name to help you see exactly 
what contributed to the MSU peaks.


There is a free 30 day trial which would probably answer the original 
poster's question:

http://www.blackhillsoftware.com/downloads/easysmf/

Andrew Rowley

--
Andrew Rowley
Black Hill Software
+61 3 5331 8201

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: SMF record analyze

2018-04-24 Thread Elardus Engelbrecht
Sankaranarayanan, Vignesh wrote:

>https://www.ibm.com/developerworks/community/blogs/MartinPacker/entry/processing_vbs_data_with_rexx?lang=en
> 
>Believe REXX can read VBS... since v2r2 or something.

Yes, I forgot about this which were also discussed in IBM-MAIN some time ago.

That new ability to read VBS using REXX is since z/OS v2.1 and REXX can also 
read DSORG=U and DSORG=VS too.

Look also at Redbook 'IBM z/OS Version 2 Release 1 Technical Updates'. (dated 
2014)

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: SMF record analyze

2018-04-24 Thread Sankaranarayanan, Vignesh
https://www.ibm.com/developerworks/community/blogs/MartinPacker/entry/processing_vbs_data_with_rexx?lang=en
 

– Vignesh
Mainframe Infrastructure

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Sankaranarayanan, Vignesh
Sent: 24 April 2018 10:08
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: [EXTERNAL] Re: SMF record analyze

Believe REXX can read VBS... since v2r2 or something.

– Vignesh
Mainframe Infrastructure

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Elardus Engelbrecht
Sent: 24 April 2018 09:48
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] Re: SMF record analyze

Oren, Yifat wrote:

>Take a look at:
>http://ibmsystemsmag.com/mainframe/tipstechniques/applicationdevelopmen
>t/rexx_smf_part3/?page=1 I've used the Rexx code sample in this article 
>as a good starting point for analyzing SMF 30s.

Thanks for that link. I certainly know that REXX can't read SMF records 
directly, but I see an old trick there. IDCAMS REPRO to a DSORG format which 
REXX can use to read in raw SMF data. I see also those two short functions 
where it can convert SMF date/time into readable format. Interesting that REXX 
has all those fine bit/byte handling functions.

Many thanks.

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

MARKSANDSPENCER.COM

 Unless otherwise stated above:
Marks and Spencer plc
Registered Office:
Waterside House
35 North Wharf Road
London
W2 1NW

Registered No. 214436 in England and Wales.

Telephone (020) 7935 4422
Facsimile (020) 7487 2670

www.marksandspencer.com

Please note that electronic mail may be monitored.

This e-mail is confidential. If you received it by mistake, please let us know 
and then delete it from your system; you should not copy, disclose, or 
distribute its contents to anyone nor act in reliance on this e-mail, as this 
is prohibited and may be unlawful.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: SMF record analyze

2018-04-24 Thread Sankaranarayanan, Vignesh
Believe REXX can read VBS... since v2r2 or something.

– Vignesh
Mainframe Infrastructure

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Elardus Engelbrecht
Sent: 24 April 2018 09:48
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] Re: SMF record analyze

Oren, Yifat wrote:

>Take a look at:
>http://ibmsystemsmag.com/mainframe/tipstechniques/applicationdevelopmen
>t/rexx_smf_part3/?page=1 I've used the Rexx code sample in this article
>as a good starting point for analyzing SMF 30s.

Thanks for that link. I certainly know that REXX can't read SMF records 
directly, but I see an old trick there. IDCAMS REPRO to a DSORG format which 
REXX can use to read in raw SMF data. I see also those two short functions 
where it can convert SMF date/time into readable format. Interesting that REXX 
has all those fine bit/byte handling functions.

Many thanks.

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

MARKSANDSPENCER.COM

 Unless otherwise stated above:
Marks and Spencer plc
Registered Office:
Waterside House
35 North Wharf Road
London
W2 1NW

Registered No. 214436 in England and Wales.

Telephone (020) 7935 4422
Facsimile (020) 7487 2670

www.marksandspencer.com

Please note that electronic mail may be monitored.

This e-mail is confidential. If you received it by mistake, please let us know 
and then delete it from your system; you should not copy, disclose, or 
distribute its contents to anyone nor act in reliance on this e-mail, as this 
is prohibited and may be unlawful.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SMF record analyze

2018-04-24 Thread Elardus Engelbrecht
Oren, Yifat wrote:

>Take a look at: 
>http://ibmsystemsmag.com/mainframe/tipstechniques/applicationdevelopment/rexx_smf_part3/?page=1
>I've used the Rexx code sample in this article as a good starting point for 
>analyzing SMF 30s.

Thanks for that link. I certainly know that REXX can't read SMF records 
directly, but I see an old trick there. IDCAMS REPRO to a DSORG format which 
REXX can use to read in raw SMF data. I see also those two short functions 
where it can convert SMF date/time into readable format. Interesting that REXX 
has all those fine bit/byte handling functions.

Many thanks. 

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SMF record analyze

2018-04-24 Thread Oren, Yifat
Hi,

Take a look at: 
http://ibmsystemsmag.com/mainframe/tipstechniques/applicationdevelopment/rexx_smf_part3/?page=1

I've used the Rexx code sample in this article as a good starting point for 
analyzing SMF 30s.

HTH,
Yifat

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of venkat kulkarni
Sent: 19 April 2018 21:30
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: SMF record analyze

Thanks for reply.

Yes, i extracted SMF 30 into flat file and i am aware of this  SMF 30 along
with other record number.

But issue is to analyze history of batch job along with CPU usage for these
jobs to know which one consumed more CPU during that time .



On Thu, Apr 19, 2018 at 9:24 PM, Lizette Koehler <stars...@mindspring.com>
wrote:

> You can use IFASMFDP to extract any number of records out of SMF into a
> new file.
>
> You should be aware that SMF30s might need other records to get the whole
> picture.
>
> Do you run Scheduling Software?  If so, may be it can assist with this
>
> Lizette
>
>
> > -Original Message-
> > From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On
> Behalf Of
> > venkat kulkarni
> > Sent: Thursday, April 19, 2018 11:20 AM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: SMF record analyze
> >
> > Hello Group,
> >
> > we are experiencing performance issue on every month 10th and our MSU
> usage
> > reach to maximum but we are unable to find reason. So, we wanted to
> analyze
> > our batch jobs, if any one of them causing this issue.
> >
> > But we do not have any tool for performing this activity. So, is it
> possible
> > that we extract only record 30 into different dataset from our monthly
> > smfdump and then RMF can give us report with history of batch jobs and
> CPU
> > used by these jobs.
> >
> >
> > Please help.
> >
> > Thanks & Regards
> > Venkat
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions, send
> email to
> > lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SMF record analyze

2018-04-23 Thread Mike Schwab
I would suspect some accounting program going through every account
and calculating late charges on accounts not paid by the 10th of the
month.  Look for a job that only runs on the 10th.  Or a batch job
step that takes almost no time except on the 10th.  Or a batch job
step that is considerably raised on the 10th above other days.

On Thu, Apr 19, 2018 at 1:19 PM, venkat kulkarni
 wrote:
> Hello Group,
>
> we are experiencing performance issue on every month 10th and our MSU usage
> reach to maximum but we are unable to find reason. So, we wanted to analyze
> our batch jobs, if any one of them causing this issue.
>
> But we do not have any tool for performing this activity. So, is it
> possible that we extract only record 30 into different dataset from our
> monthly smfdump and then RMF can give us report with history of batch jobs
> and CPU used by these jobs.
>
>
> Please help.
>
> Thanks & Regards
> Venkat
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SMF record analyze

2018-04-23 Thread Kirk Wolf
MXG is a good product and has always provided excellent support as to what
the SMF records mean.   They have an option where you can run it with SAS
(or WPS I believe) on a PC or server.

Black Hill Software also has some SMF reporting tools which look pretty
nice.

We recently tested Pacific Systems Group SMF Writer to analyze OMVS SMF30
records for a client issue.
It worked very well for our quick and dirty purposes, and has maps for all
of the important SMF records and has a nice 4GL (something like EZTrieve)
which is trivial to learn.
See:   http://www.pacsys.com/smf/
Also:   http://www.pacsys.com/smf/smf30_v1r11.htm



Kirk Wolf
Dovetailed Technologies
http://dovetail.com

On Mon, Apr 23, 2018 at 11:34 AM, Ron hawkins <ronjhawk...@sbcglobal.net>
wrote:

> Venkat,
>
> There have been some recommendations to MXG with SAS to do the analysis,
> and I think that is the best way to go.
>
> However, from the framing of your question, I think there would be a large
> learning curve if you were to start doing this from scratch. Not just
> learning SAS (MXG is easy), but what to look for in the analysis itself.
> For example, you probably want to be using the Type 30 interval records,
> and make sure you include STC in the captured records (DFSMShsm may be the
> culprit.)
>
> I would suggest bringing in a consultant or company to do the analysis and
> recommendations.
>
> Ron
>
> -Original Message-
> From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf
> Of venkat kulkarni
> Sent: Thursday, April 19, 2018 11:20 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: [IBM-MAIN] SMF record analyze
>
> Hello Group,
>
> we are experiencing performance issue on every month 10th and our MSU
> usage reach to maximum but we are unable to find reason. So, we wanted to
> analyze our batch jobs, if any one of them causing this issue.
>
> But we do not have any tool for performing this activity. So, is it
> possible that we extract only record 30 into different dataset from our
> monthly smfdump and then RMF can give us report with history of batch jobs
> and CPU used by these jobs.
>
>
> Please help.
>
> Thanks & Regards
> Venkat
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send email
> to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SMF record analyze

2018-04-23 Thread Ron hawkins
Venkat,

There have been some recommendations to MXG with SAS to do the analysis, and I 
think that is the best way to go.

However, from the framing of your question, I think there would be a large 
learning curve if you were to start doing this from scratch. Not just learning 
SAS (MXG is easy), but what to look for in the analysis itself. For example, 
you probably want to be using the Type 30 interval records, and make sure you 
include STC in the captured records (DFSMShsm may be the culprit.)

I would suggest bringing in a consultant or company to do the analysis and 
recommendations.

Ron

-Original Message-
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of 
venkat kulkarni
Sent: Thursday, April 19, 2018 11:20 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [IBM-MAIN] SMF record analyze

Hello Group,

we are experiencing performance issue on every month 10th and our MSU usage 
reach to maximum but we are unable to find reason. So, we wanted to analyze our 
batch jobs, if any one of them causing this issue.

But we do not have any tool for performing this activity. So, is it possible 
that we extract only record 30 into different dataset from our monthly smfdump 
and then RMF can give us report with history of batch jobs and CPU used by 
these jobs.


Please help.

Thanks & Regards
Venkat

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SMF record analyze

2018-04-19 Thread Edward Finnell
If you already have SAS. An alternative is to use MXG on your hefty PC
with SAS. Have shared DASD reduces transfer of large volumes of data.
 
There's also the RMF Spreadsheet Reporter for RMF data that will take RMF 
records and flow them into EXcel spreadsheet for pretty graphics.
 
http://www-03.ibm.com/systems/z/os/zos/features/rmf/tools/rmftools.html
 
In a message dated 4/19/2018 1:44:38 PM Central Standard Time, gib...@wsu.edu 
writes:

 
It's called MXG. MXG is very reasonably priced.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SMF record analyze

2018-04-19 Thread Martin Packer

RMF doesn’t know SMF 30. If you can use zBNA then it might be of some value
here - as zBNA certainly does know SMF 30.

But I WOULD start with RMF to get the bigger picture. Unless you already
have, of course. :-)

Cheers, Martin

Sent from my iPad

> On 20 Apr 2018, at 02:32, venkat kulkarni <venkatkulkarn...@gmail.com>
wrote:
>
> Thanks for reply.
>
> Yes, i extracted SMF 30 into flat file and i am aware of this  SMF 30
along
> with other record number.
>
> But issue is to analyze history of batch job along with CPU usage for
these
> jobs to know which one consumed more CPU during that time .
>
>
>
> On Thu, Apr 19, 2018 at 9:24 PM, Lizette Koehler
<stars...@mindspring.com>
> wrote:
>
>> You can use IFASMFDP to extract any number of records out of SMF into a
>> new file.
>>
>> You should be aware that SMF30s might need other records to get the
whole
>> picture.
>>
>> Do you run Scheduling Software?  If so, may be it can assist with this
>>
>> Lizette
>>
>>
>>> -Original Message-
>>> From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On
>> Behalf Of
>>> venkat kulkarni
>>> Sent: Thursday, April 19, 2018 11:20 AM
>>> To: IBM-MAIN@LISTSERV.UA.EDU
>>> Subject: SMF record analyze
>>>
>>> Hello Group,
>>>
>>> we are experiencing performance issue on every month 10th and our MSU
>> usage
>>> reach to maximum but we are unable to find reason. So, we wanted to
>> analyze
>>> our batch jobs, if any one of them causing this issue.
>>>
>>> But we do not have any tool for performing this activity. So, is it
>> possible
>>> that we extract only record 30 into different dataset from our monthly
>>> smfdump and then RMF can give us report with history of batch jobs and
>> CPU
>>> used by these jobs.
>>>
>>>
>>> Please help.
>>>
>>> Thanks & Regards
>>> Venkat
>>>
>>> --
>>> For IBM-MAIN subscribe / signoff / archive access instructions, send
>> email to
>>> lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>>
>> --
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SMF record analyze

2018-04-19 Thread Gibney, Dave
It's called MXG. MXG is very reasonably priced. 

> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
> On Behalf Of venkat kulkarni
> Sent: Thursday, April 19, 2018 11:30 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: SMF record analyze
> 
> Thanks for reply.
> 
> Yes, i extracted SMF 30 into flat file and i am aware of this  SMF 30 along 
> with
> other record number.
> 
> But issue is to analyze history of batch job along with CPU usage for these
> jobs to know which one consumed more CPU during that time .
> 
> 
> 
> On Thu, Apr 19, 2018 at 9:24 PM, Lizette Koehler
> <stars...@mindspring.com>
> wrote:
> 
> > You can use IFASMFDP to extract any number of records out of SMF into
> > a new file.
> >
> > You should be aware that SMF30s might need other records to get the
> > whole picture.
> >
> > Do you run Scheduling Software?  If so, may be it can assist with this
> >
> > Lizette
> >
> >
> > > -Original Message-
> > > From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On
> > Behalf Of
> > > venkat kulkarni
> > > Sent: Thursday, April 19, 2018 11:20 AM
> > > To: IBM-MAIN@LISTSERV.UA.EDU
> > > Subject: SMF record analyze
> > >
> > > Hello Group,
> > >
> > > we are experiencing performance issue on every month 10th and our
> > > MSU
> > usage
> > > reach to maximum but we are unable to find reason. So, we wanted to
> > analyze
> > > our batch jobs, if any one of them causing this issue.
> > >
> > > But we do not have any tool for performing this activity. So, is it
> > possible
> > > that we extract only record 30 into different dataset from our
> > > monthly smfdump and then RMF can give us report with history of
> > > batch jobs and
> > CPU
> > > used by these jobs.
> > >
> > >
> > > Please help.
> > >
> > > Thanks & Regards
> > > Venkat
> > >
> > > 
> > > -- For IBM-MAIN subscribe / signoff / archive access instructions,
> > > send
> > email to
> > > lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions, send
> > email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send email to
> lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SMF record analyze

2018-04-19 Thread venkat kulkarni
Thanks for reply.

Yes, i extracted SMF 30 into flat file and i am aware of this  SMF 30 along
with other record number.

But issue is to analyze history of batch job along with CPU usage for these
jobs to know which one consumed more CPU during that time .



On Thu, Apr 19, 2018 at 9:24 PM, Lizette Koehler <stars...@mindspring.com>
wrote:

> You can use IFASMFDP to extract any number of records out of SMF into a
> new file.
>
> You should be aware that SMF30s might need other records to get the whole
> picture.
>
> Do you run Scheduling Software?  If so, may be it can assist with this
>
> Lizette
>
>
> > -Original Message-
> > From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On
> Behalf Of
> > venkat kulkarni
> > Sent: Thursday, April 19, 2018 11:20 AM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: SMF record analyze
> >
> > Hello Group,
> >
> > we are experiencing performance issue on every month 10th and our MSU
> usage
> > reach to maximum but we are unable to find reason. So, we wanted to
> analyze
> > our batch jobs, if any one of them causing this issue.
> >
> > But we do not have any tool for performing this activity. So, is it
> possible
> > that we extract only record 30 into different dataset from our monthly
> > smfdump and then RMF can give us report with history of batch jobs and
> CPU
> > used by these jobs.
> >
> >
> > Please help.
> >
> > Thanks & Regards
> > Venkat
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions, send
> email to
> > lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SMF record analyze

2018-04-19 Thread Lizette Koehler
You can use IFASMFDP to extract any number of records out of SMF into a new 
file.

You should be aware that SMF30s might need other records to get the whole 
picture.

Do you run Scheduling Software?  If so, may be it can assist with this 

Lizette


> -Original Message-
> From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of
> venkat kulkarni
> Sent: Thursday, April 19, 2018 11:20 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: SMF record analyze
> 
> Hello Group,
> 
> we are experiencing performance issue on every month 10th and our MSU usage
> reach to maximum but we are unable to find reason. So, we wanted to analyze
> our batch jobs, if any one of them causing this issue.
> 
> But we do not have any tool for performing this activity. So, is it possible
> that we extract only record 30 into different dataset from our monthly
> smfdump and then RMF can give us report with history of batch jobs and CPU
> used by these jobs.
> 
> 
> Please help.
> 
> Thanks & Regards
> Venkat
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send email to
> lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


SMF record analyze

2018-04-19 Thread venkat kulkarni
Hello Group,

we are experiencing performance issue on every month 10th and our MSU usage
reach to maximum but we are unable to find reason. So, we wanted to analyze
our batch jobs, if any one of them causing this issue.

But we do not have any tool for performing this activity. So, is it
possible that we extract only record 30 into different dataset from our
monthly smfdump and then RMF can give us report with history of batch jobs
and CPU used by these jobs.


Please help.

Thanks & Regards
Venkat

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN