DATEPART(ENDTS)
TRIM(LPCMOD)||'-'||TRIM(CPCMODID)||'-Serial: '||SUBSTR(CPCSEQNB,12,5);
IF PRSMTWGT AND CP_W THEN PCTCPW=ROUND((CP_W / PRSMTWGT * 100),0.1) ; ELSE PCTCPW=0 ;
IF PRSMZWGT AND ZAP_W THEN PCTZAPW=ROUND((ZAP_W / PRSMZWGT * 100),0.1) ; ELSE PCTZAPW=0 ;
IF PRSMSWGT AND ZIP_W THEN PCTZIPW=ROUND((ZIP_W / PRSMSWGT * 100),0.1) ; ELSE PCTZIPW=0 ;
IF PRSMNWGT AND IFL_W THEN PCTIFLW=ROUND((IFL_W / PRSMNWGT * 100),0.1) ; ELSE PCTIFLW = 0
IF PRSMIWGT AND ICF_W THEN PCTICFW=ROUND((ICF_W / PRSMIWGT * 100),0.1) ; ELSE PCTICFW=0 ;
Note: A user step sets CP_W, ZAP_W, ZIP_W, IFL_W, and ICF_W to the VPABPS (Partition Processor Weight) value for each individual engine type, per LPAR, in the HARVPA file. If an engine type is not present for an LPAR, the corresponding xxx_W element is set to zero.
|
Copyright © 2014 CA.
All rights reserved.
|
|