The CICS External Call interface EXCI will do what  you want as long as the
program & userid has authority to issue SP commands. It is no more
difficult than writing a regular CICS program. The EI stub is different
(picked up by a translator option EXCI)  and you need the proper connection
definition in the region.





                      "Bullock, Rebecca
                      (CSC)"                   To:       [EMAIL PROTECTED]
                      <[EMAIL PROTECTED]        cc:
                      >                        Subject:  Re: Can i stop CKTI 
transaction by JCL?
                      Sent by:
                      "MQSeries List"
                      <MQSERIES@AKH-Wie
                      n.AC.AT>


                      12/12/2002 08:10
                      AM
                      Please respond to
                      "MQSeries List"







Hi, Joe. First off, I've never tried this, but here's what I'd try. No
guarantees here and maybe someone will have a better answer (and some
actual
experience):

The transaction  CKQC STOPCKTI  will stop CKTI (at least, the manual says
so).

What you need/want is a way to do this in batch. Now, I believe (but don't
know) that you can use EXCI to do this kind of thing. That may or may not
involve any programming from your side, and I'm not sure that it'll do what
you want since EXCI came along LONG after I did CICS and I never had any
reason to really look into it.

Another approach you could try is to do something with SVC34. You can write
an authorized program to use this to issue commands that appear to come
from
the console. This can be used to start (and stop) stuff. And if you allow
CICS commands from the console, that should do it.

Or perhaps you could do something with an automation package. It would be
easy enough to write something that puts out a set message on the syslog
which your automation then reacts to and it can then do the stop for you.

But, I did wonder why you'd want to do this and how you were planning to
restart afterward and end up with the correct userid associated with the
task. I'd play around with this a lot before I planned to do it with a
production system.

Good luck (and here's hoping you get an answer from someone who's actually
done this) -- Rebecca

-----Original Message-----
From: JoE JK [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 12, 2002 4:18 AM
To: [EMAIL PROTECTED]
Subject: Can i stop CKTI transaction by JCL?


Hi

Can i submit JCL to stop transaction CKTI on cics
region? If yes, how can i do it, any sample jcl would
be great.

Thanks,

Joe

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



**************************************************************************
This e-mail and any files transmitted with it may contain privileged or
confidential information. It is solely for use by the individual for whom
it is intended, even if addressed incorrectly. If you received this e-mail
in error, please notify the sender; do not disclose, copy, distribute, or
take any action in reliance on the contents of this information; and delete
it from your system. Any other use of this e-mail is prohibited. Thank you
for your compliance.

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive







The information contained in this message may be CONFIDENTIAL and is for the intended 
addressee only.  Any unauthorized use, dissemination of the information, or copying of 
this message is prohibited.  If you are not the intended addressee, please notify the 
sender immediately and delete this message.

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Reply via email to