Thanks all! Appears to return the expected results:

MODIFY command accepted             
Size of Record Cell Pool is 15 cells
MODIFY processing completed         

Formula is

static const int CPOOLworkExtentNum = 3;        // number of extents in word
3
count = QueueSize + ((cpoolWork[CPOOLworkExtentNum]-1) * QueueIncrement);

Charles

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf
Of Peter Relson
Sent: Thursday, May 31, 2012 4:28 AM
To: [email protected]
Subject: Re: Cell pool questions

The intent is the CPOOL is not used with the term "cell pool services", 
and the CSRCPxxx be the only use of that term.
Have we screwed that up? Wouldn't surprise me.

Counts related to "in-use" are not maintained because that would 
compromise the performance of the service. 
And yes, the total count of "free+in-use" can be gotten via CPOOL LIST and 
doing whatever additions you choose to do.

Peter Relson
z/OS Core Technology Design

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