Re: 4-hour MSU rolling average

2015-10-28 Thread Tim Hare
Of course, if you have an automated operations tool, then instead of SEND issue a WTO and let the tool do things when the message appears. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: 4-hour MSU rolling average

2015-10-28 Thread Tim Hare
A lot of those values are in RMF type 70 records. If you don't need to "sample" and you don't want to run a command all the time, then implement an IEFU83(and 84?) exit to examine the value, possibly finding a way to issue SEND when approaching the defined capacity value. I say "possibly"

Re: 4-hour MSU rolling average

2015-10-27 Thread suresh chacko
essage- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Gibney, David Allen,Jr > Sent: Monday, October 26, 2015 2:43 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: 4-hour MSU rolling average > > Thank you. That is the total capacity of the

Re: 4-hour MSU rolling average

2015-10-26 Thread Gibney, David Allen,Jr
M-MAIN@LISTSERV.UA.EDU] > On Behalf Of Werner Kuehnel > Sent: Monday, October 26, 2015 6:11 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: 4-hour MSU rolling average > > David, > sorry for the late reply, I was a bit behind with reading ibm-main mails. > The R4H avera

Re: 4-hour MSU rolling average

2015-10-26 Thread Greg Shirey
gards, Greg Shirey Ben E. Keith Company -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Gibney, David Allen,Jr Sent: Monday, October 26, 2015 2:43 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: 4-hour MSU rolling average Thank you. That is th

4-hour MSU rolling average

2015-10-20 Thread Steve Austin
Hi, Is there an API to return this value(s). I'd expected a WLM call, but I've not found it yet. Thanks Steve -- This e-mail message has been scanned and cleared by Google Message Security and the UNICOM Global security systems. This message is for the named person's use only. If you

Re: Antwort: 4-hour MSU rolling average

2015-10-20 Thread Gibney, David Allen,Jr
LISTSERV.UA.EDU > Subject: Antwort: 4-hour MSU rolling average > > Here's a little REXX subroutine to get the values: > > get4hrAvgMSU: >MSU_4H = 0 >MSU_GRP = 0 >CVT = C2d(Storage(10,4)) /* point to CVT */ >RMCT= C2d(Storage(D2x(CVT+6

Antwort: 4-hour MSU rolling average

2015-10-20 Thread Werner Kuehnel
4-hour MSU rolling average Gesendet von: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> Hi, Is there an API to return this value(s). I'd expected a WLM call, but I've not found it yet. Thanks Steve -- This e-mail message has been scanned and cleared by Google Messa

Re: Antwort: 4-hour MSU rolling average

2015-10-20 Thread Steve Austin
Thanks Werner -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Werner Kuehnel Sent: 20 October 2015 14:21 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Antwort: 4-hour MSU rolling average Here's a little REXX subroutine to get the values

Re: 4-hour MSU rolling average

2015-10-20 Thread Roach, Dennis
@LISTSERV.UA.EDU] On Behalf Of Steve Austin Sent: Tuesday, October 20, 2015 7:17 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: 4-hour MSU rolling average Hi, Is there an API to return this value(s). I'd expected a WLM call, but I've not found it yet. Thanks Steve -- This e-mail message has been scanned

Re: 4-hour MSU rolling average

2015-10-20 Thread Steve Austin
Thanks Dennis, Exactly what I wanted. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Roach, Dennis Sent: 20 October 2015 14:17 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: 4-hour MSU rolling average There is no API that I am aware