On 4/26/2016 12:15 PM, Phil Smith III wrote:
Assuming what you want to know is MSU counts (not clear to me from the
discussion so far), here's a Rexx snippet to show you those for the CEC and
the LPAR:
/* REXX -- Looks at memory and displays MSU counts */
z = c2d(storage(d2x(c2d(storage(d2x(c2d(storage(10,4))+604),4))+228),4))
Should this be storage(16,4) rather than storage(10,4)?
say 'CEC='c2d(storage(d2x(z+32),4))'; LPAR='c2d(storage(d2x(z+28),4))
Note that if the LPAR is soft-capped, the numbers will be the same.
Bob
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN