David, sorry for the late reply, I was a bit behind with reading ibm-main mails. The R4H average for the LPAR is in variable MSU_4H. The overall CEC value is in the same control block (RCT) in variable RCTCECWU (displacement dec'32' x'20').
Hth, Werner Von: "Gibney, David Allen,Jr" <[email protected]> An: [email protected], Datum: 20.10.2015 20:54 Betreff: Re: Antwort: 4-hour MSU rolling average Gesendet von: IBM Mainframe Discussion List <[email protected]> Which is the value for the LPAR. Is there a similar way to get the overall CEC value? > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] > On Behalf Of Werner Kuehnel > Sent: Tuesday, October 20, 2015 6:21 AM > To: [email protected] > 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+604),4)) /* point to RMCT */ > RCT = C2d(Storage(D2x(RMCT+228),4)) /* Resource Ctrl Tbl*/ > MSU_4H = C2d(Storage(D2x(RCT+196),4)) /* 4 hr MSU average */ > MSU_GRP = C2d(Storage(D2x(RCT+28),4)) /* Group Limit */ > > return > > Werner > > > > > Von: Steve Austin <[email protected]> > An: [email protected], > Datum: 20.10.2015 14:17 > Betreff: 4-hour MSU rolling average > Gesendet von: IBM Mainframe Discussion List <IBM- > [email protected]> > > > > 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 receive this message in error, please delete it > and notify the sender. > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send email to > [email protected] with the message: INFO IBM-MAIN > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send email to > [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
