Mark, I see what's going on now. This happens because this structure definition specifies ALLOWAUTOALT(YES) and does not explicitly specify MINSIZE. In that case, the CFRM policy parser assigns a default MINSIZE value of 75% of INITSIZE (if specified) or SIZE (if no INITSIZE). In this case, with INITSIZE(150M), the MINSIZE defaults to 115200K, which is what your display shows. For CFRM, both the policy report processor and the display processor want to display the SIZE, INITSIZE, and MINSIZE in consistent units. Since the MINSIZE cannot be expressed in even units of 1M, all three sizes get reported in units of 1K. (For the policy report, MINSIZE doesn't get displayed at all because it wasn't explicitly specified, but it still controls the display of the other two sizes.)
If you explicitly specified a MINSIZE value in units of 1M, or if you happened to pick an INITSIZE value for which the default 75% value of MINSIZE could be expressed in 1M (like 152M), you would see all the sizes displayed in 1M. Bill Neiman IBM Parallel Sysplex Development On Wed, 5 Jul 2023 10:54:28 +0000, Mark Jacobs <[email protected]> wrote: >I recreated the abnormality on our sandbox sysplex and activated the updated >CFRM policy there. I looked at the maintenance level of IXCMIAPU and the only >PTF applied is UJ09036. The other modules have no IDR data other than base >code. > >IXC360I 05.39.31 DISPLAY XCF 180 >STRNAME: MJMJ_GBP22 > STATUS: NOT ALLOCATED > POLICY INFORMATION: > POLICY SIZE : 300032 K > POLICY INITSIZE: 153600 K > POLICY MINSIZE : 115200 K > FULLTHRESHOLD : 80 > ALLOWAUTOALT : YES > REBUILD PERCENT: 1 > DUPLEX : DISABLED > ALLOWREALLOCATE: YES > PREFERENCE LIST: CFBHP CFAHP > ENFORCEORDER : NO > EXCLUSION LIST IS EMPTY > > > > 187 STRUCTURE NAME(MJMJ_GBP22) INITSIZE(150M) SIZE(293M) > 188 PREFLIST(CFBHP,CFAHP) REBUILDPERCENT(1) ALLOWAUTOALT(YES) > >ADMINISTRATIVE DATA UTILITY: MESSAGES DATA TYPE = CFRM > >______________________________________________________________________________ > >IXC738I DEFINE POLICY (CFRMPOL) STATEMENT AT LINE 4 PASSED > VERIFICATION. THE POLICY CAN BE REPLACED. >IXC739I DATA WAS CHANGED FOR COUPLE DATA TYPE CFRM > >DEFINE POLICY NAME(CFRMPOL) > /* Defined: 07/05/2023 05:37:29.897192 User: A2MJAET */ > /* Version: 0 */ > /* 53 Structures defined in this policy */ > /* 2 Coupling Facilities defined in this policy */ > >STRUCTURE NAME(MJMJ_GBP22) SIZE(300032K) > INITSIZE(153600K) > ALLOWAUTOALT(YES) > REBUILDPERCENT(1) > PREFLIST(CFBHP, CFAHP) ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
