For what it is worth, the normalization figures are also in IWMWRCAA and IWMWRQAA which map the areas returned by the WLM services IWMRCOLL and IWMRQRY respectively.
Note that both services require supervisor state or execution key 0-7 Rob Scott Lead Developer Rocket Software 77 Fourth Avenue . Suite 100 . Waltham . MA 02451-1468 . USA Tel: +1.781.684.2305 Email: [email protected] Web: www.rocketsoftware.com -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Daniel Jacot Sent: 04 October 2012 12:57 To: [email protected] Subject: Re: How can we get the normalization factors R723NFFI / R723NFFS / SMF70NRM numbers out of RMF? If you really want to find this value in RMF, you have to look at R791NFFS which is a field in SMF type 79 (RMF II), subtype 1 (Address Space State Data). Since it's not listed in the RMF tool in ISPF, you have to call the RMF interface ERBSMFI and interpret its output. Nice little programming work, colleague of mine did it using a small ASM interface for the call and PL/I for interpretation. Obviously, you can also read SMF records, using a REXX, Assembler, COBOL or PL/I program to get this information. I can provide you a little PL/I program for reading SMF type 70 if this helps you. Also obviously, the zIIP normalization factor is a constant, determined at IPL time and stored anywhere in the memory where it can be read by RMF and SMF. However, I did not find any hint so far where to search in memory. The published Data Areas don't provide this factor. ---------------------------------------------------------------------- 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
