Re: display CPENABLE

2006-09-25 Thread Don Imbriale
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: IBM-MAIN@BAMA.UA.EDU
>Flash 10337 discusses settings for CPENABLE.
>http://www-03.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/FLASH10337
>
>ASKQQA document BDC32090 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


Re: display CPENABLE

2006-09-25 Thread Knutson, Sam
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: IBM-MAIN@BAMA.UA.EDU
Flash 10337 discusses settings for CPENABLE.
http://www-03.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/FLASH10337

ASKQQA document BDC32090 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

This email/fax message is for the sole use of the intended
recipient(s) and may contain confidential and privileged information.
Any unauthorized review, use, disclosure or distribution of this
email/fax is prohibited. If you are not the intended recipient, please
destroy all paper and electronic copies of the original message.

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


display CPENABLE

2006-09-25 Thread Imbriale, Donald (Exchange)
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Flash 10337 discusses settings for CPENABLE.
http://www-03.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/FLASH10337

ASKQQA document BDC32090 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


***
Bear Stearns is not responsible for any recommendation, solicitation, 
offer or agreement or any information about any transaction, customer 
account or account activity contained in this communication.
***


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