Actually I just confirmed that was a fix in 1.12.

Adam

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Gerhard Adam
Sent: Thursday, July 26, 2012 4:03 PM
To: [email protected]
Subject: Re: Drowning in service units on z/os 1.13 after migrating from v1.11

While I can't say anything specific about your system, my own observations on 
two independent systems [One at 1.11 and the other at 1.12] indicates an error 
in IEEACTRT in SYS1.SAMPLIB.

In the 1.11 version the following code occurs (NOTE SMF30SRB_L is used).

         LG    R01,SMF30SRB_L      GET SERVICE UNITS USED          @P6C 03590035
         BAL   R14,PCOUNT2         CALL CONVERT ROUTINE            @P6C 03600033

In the 1.12 version the code is (NOTE SMF30SRV_L is used):

         LG    R01,SMF30SRV_L      GET SERVICE UNITS USED          @P7C
         BAL   R14,PCOUNT2         CALL CONVERT ROUTINE            @P6C

The latter version is correct and indicates TOTAL service used, while the 
previous only indicates SRB service used.  That would account for the 
discrepancy in the reporting between the two releases.

As I said, I can't say that this is your specific problem, but it would be 
worth confirming that your IEEACTRT routine is correct.

Adam

----------------------------------------------------------------------
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

Reply via email to