REXX to know the CPU and MSU consumption.

2015-11-29 Thread Ricardo Gomez Ramirez
I am currently programming a REXX to let me know the current consumption of my system MSU and the 4HRA. So far I have achieved: - Get the SysName - Get the model and type - Capacity defined for the LPAR's MSU - 4HRA - And whether the LPAR is capped or not The rexx I would not have invented it, I

Re: REXX to know the CPU and MSU consumption.

2015-11-29 Thread Lizette Koehler
So an internet search with IBM CALCULATE MSU produced the following entry. See if it helps http://www.ibm-mainframes.com/viewtopic.php?f=35=351 Lizette > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Ricardo Gomez > Sent:

Re: REXX to know the CPU and MSU consumption.

2015-11-29 Thread Ed Finnell
http://2000clicks.com/links/Computers/IBMMainframeHistory/mipsmvs.htm In a message dated 11/29/2015 5:45:50 P.M. Central Standard Time, rica...@gomezr.com writes: Thanks for your answer. Certainly some parts of my rexx were from Mark’s IPL Info but it doesn’t have the value that I’m

Re: REXX to know the CPU and MSU consumption.

2015-11-29 Thread Mike Schwab
https://www-304.ibm.com/servers/resourcelink/lib03060.nsf/pages/lsprindex?OpenDocument https://www-304.ibm.com/servers/resourcelink/lib03060.nsf/pages/lsprITRzOSv2r1?OpenDocument On Sun, Nov 29, 2015 at 8:09 PM, Ed Finnell <000248cce9f3-dmarc-requ...@listserv.ua.edu> wrote: >

Re: REXX to know the CPU and MSU consumption.

2015-11-29 Thread Ricardo Gomez
Thanks for your answer. Certainly some parts of my rexx were from Mark’s IPL Info but it doesn’t have the value that I’m looking for, it is “Current MSU used by Lpar” Regards > El 29/11/2015, a las 2:36 p.m., Lizette Koehler > escribió: > > Some side notes: > > If

Re: REXX to know the CPU and MSU consumption.

2015-11-29 Thread Lizette Koehler
Some side notes: If you were not aware, there is a TSO-REXX list that covers all things REXX. Also, you can review what Mark Zelden wrote in his IPLINFO REXX. To join TSO-REXX if you have not done so, use this URL TSO REXXhttp://www2.marist.edu/htbin/wlvindex?TSO-REXX To review code