Thanks for the info.
As a result of an off-list prompt, I put together the following REXX exec:
/* rexx */
/*
Display CPENABLE values;
CVT points to RMCT which points to ICT;
ICCTPILO is at offset 6 for length of 2 in ICT
ICCTPIHI is at offset 8 for length of 2 in ICT
*/
cvt = storage(10,4)
rmct = storage(d2x(c2d(cvt)+604),4)
ict = storage(d2x(c2d(rmct)+8),4)
icctpilo = storage(d2x(c2d(ict)+6),2)
icctpihi = storage(d2x(c2d(ict)+8),2)
say "CPENABLE=("c2d(icctpilo)","c2d(icctpihi)")"
On Mon, 25 Sep 2006 15:50:13 -0400, Knutson, Sam <[EMAIL PROTECTED]> wrote:
>TMONMVS Option 1.5.5 MISCELLANEOUS OPTIONS. Option 1.5 is the
>PERFORMANCE PARAMETERS MENU.
>
>-----Original Message-----
>From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
>Behalf Of Imbriale, Donald (Exchange)
>Sent: Monday, September 25, 2006 3:37 PM
>To: [email protected]
>Flash 10337 discusses settings for CPENABLE.
>http://www-03.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/FLASH10337
>
>ASKQQA document BDC000032090 available in ServiceLink discusses the use
>of IPCS to display the current values. Does anyone know of a more
>convenient way to display the current settings?
>
>Don Imbriale
>====================
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html