Thanks Werner -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Werner Kuehnel Sent: 20 October 2015 14:21 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 <[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 -- 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
