On Wed, Mar 6, 2019 at 8:14 AM ITschak Mugzach <imugz...@gmail.com> wrote:

> Should it be at real time? You can read smf when switched using sort to get
> smf70 and ftp the file to your servet.
>

I don't need real time. I have the formula: 4HRA = RCTLACS*100/RCTIMGWU

I see where RCTLACS is SMF70LAC. But I don't see where I can get the
associated RCTIMGWU value for the time period. Unless it is SMF70WLA. Ah,
think I just found it. The comments for that field don't really say where
it is coming from, but the description seems right.




>
> ITschak
>
> בתאריך יום ד׳, 6 במרץ 2019, 16:07, מאת John McKown ‏<
> john.archie.mck...@gmail.com>:
>
> > On Wed, Mar 6, 2019 at 7:18 AM Rob Scott <rsc...@rocketsoftware.com>
> > wrote:
> >
> > > For what it is worth, to easily access the "Rolling 4hr MSU average",
> you
> > > can use SDSF REXX and process the "AvgMSU" column from the "SYS"
> command.
> > >
> > > lastrc=ISFCALLS("ON")
> > > ISFSYSNAME = "*"
> > > address SDSF  "ISFEXEC SYS"
> > > do i = 1 to SYSNAME.0
> > >   say SYSNAME.i AVGMSU.i
> > > end
> > > lastrc=ISFCALLS("OFF")
> > >
> >
> > OOPS. I tried that on my z/OS 1.12 system (forgot to mention we are so
> back
> > level) and SYS gets an "INVALID COMMAND" response.
> >
> >
> >
> > >
> > >
> > > Rob Scott
> > > Rocket Software
> > >
> > > -----Original Message-----
> > > From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On
> Behalf
> > > Of John McKown
> > > Sent: Wednesday, March 6, 2019 12:38 PM
> > > To: IBM-MAIN@LISTSERV.UA.EDU
> > > Subject: Re: SMF/RMF records for 4hr rolling average MSU?
> > >
> > > On Wed, Mar 6, 2019 at 6:21 AM John McKown <
> john.archie.mck...@gmail.com
> > >
> > > wrote:
> > >
> > > > On Tue, Mar 5, 2019 at 3:37 PM Christopher Y. Blaicher <
> > > > cblaic...@syncsort.com> wrote:
> > > >
> > > >> Look at RCTLACS and RCTIMGWU
> > > >>
> > > >> 4HRA = RCTLACS*100/RCTIMGWU
> > > >>
> > > >
> > > I see where RCTLACS is in the SMF 70 record. But I don't see where I
> can
> > > get the RCTIMGWU value. I am guessing that I might need to write some
> > code
> > > which is in an STC which will get that information every hour on the
> > hour;
> > > which is what the report needs.
> > >
> > >
> > >
> > > >
> > > > EXCELLENT! That seems to be exactly what I need.
> > > >
> > > >
> > > >
> > > >>
> > > >> Chris Blaicher
> > > >> Technical Architect
> > > >> Syncsort, Inc.
> > > >>
> > > >>
> > > > --
> > > > I just burned 2000 calories!
> > > > That's the last time I'll nap with brownies in the oven.
> > > >
> > > > Maranatha! <><
> > > > John McKown
> > > >
> > >
> > >
> > > --
> > > I just burned 2000 calories!
> > > That's the last time I'll nap with brownies in the oven.
> > >
> > > Maranatha! <><
> > > John McKown
> > >
> > > ----------------------------------------------------------------------
> > > For IBM-MAIN subscribe / signoff / archive access instructions, send
> > email
> > > to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> > > ================================
> > > Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue, Waltham MA
> > > 02451 ■ Main Office Toll Free Number: +1 855.577.4323
> > > Contact Customer Support:
> > > https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport
> > > Unsubscribe from Marketing Messages/Manage Your Subscription
> Preferences
> > -
> > > http://www.rocketsoftware.com/manage-your-email-preferences
> > > Privacy Policy -
> > > http://www.rocketsoftware.com/company/legal/privacy-policy
> > > ================================
> > >
> > > This communication and any attachments may contain confidential
> > > information of Rocket Software, Inc. All unauthorized use, disclosure
> or
> > > distribution is prohibited. If you are not the intended recipient,
> please
> > > notify Rocket Software immediately and destroy all copies of this
> > > communication. Thank you.
> > >
> > > ----------------------------------------------------------------------
> > > For IBM-MAIN subscribe / signoff / archive access instructions,
> > > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> > >
> >
> >
> > --
> > I just burned 2000 calories!
> > That's the last time I'll nap with brownies in the oven.
> >
> > Maranatha! <><
> > John McKown
> >
> > ----------------------------------------------------------------------
> > 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
>


-- 
I just burned 2000 calories!
That's the last time I'll nap with brownies in the oven.

Maranatha! <><
John McKown

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

Reply via email to