MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Need to Stop the CICS Transaction

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
Shankarganesh_gopal
Beginner


Joined: 24 May 2005
Posts: 36
Topics: 20
Location: chennai

PostPosted: Wed Jan 31, 2007 4:47 am    Post subject: Need to Stop the CICS Transaction Reply with quote

Hi,

I have a transaction XXX that will be triggered by MQ and there is also a shutdown process. But this XXX transaction in not ended when Shutdown in process. Hence producing more dump. We need to STOP the transaction during the shutdown process. Hence we are planning to write a new CICS program to do the same. Is it advisable to have a new program and if so what is the syntax to STOP the transaction. I am new to the CICS. Please help.

Thanks,
Shankar.
Back to top
View user's profile Send private message
dbzTHEdinosauer
Supermod


Joined: 20 Oct 2006
Posts: 1411
Topics: 26
Location: germany

PostPosted: Wed Jan 31, 2007 5:44 am    Post subject: Reply with quote

when mq is in shutdown, using quiesence (can't spell it) will allow mq to 'stop' mq functions, providing the program invoking mq commands with an appropriate error msg.

CICS has shutdown parms. suggest you spend some time going thru the cics documentation, or speak to someone at your shop who is not 'new to cics'.

you should not need to start another transaction to kill an existing transaction, during shutdown.
_________________
Dick Brenholtz
American living in Varel, Germany
Back to top
View user's profile Send private message
dbzTHEdinosauer
Supermod


Joined: 20 Oct 2006
Posts: 1411
Topics: 26
Location: germany

PostPosted: Wed Jan 31, 2007 8:13 am    Post subject: Reply with quote

why is the trans xxx still running? does it continue to read the mq? you might what to rewrite the read of mq to respond to a "shutdown" msg. If you just "kill" trans xxx, you will possibly have restart problems. trans xxx should perform an orderly "termination".

you could write a msg to mq with a high priority (new program), so that trans xxx reads this "shutdown" msg and terminates in an orderly fashion- read - no restart problem.
_________________
Dick Brenholtz
American living in Varel, Germany
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group