IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

how to stop transaction in cics


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
pav001

New User


Joined: 02 Nov 2005
Posts: 24

PostPosted: Wed Aug 29, 2007 2:54 am
Reply with quote

Hi,

To start a transaction in CICS all that is required is to login to CICS and give the task name that invokes this transaction. After that the transaction is visible when i CEMT I TAS command is given. is there a CICS command to stop a transaction? I am working on a CICS program (transaction) that gets started in the morning and runs throught out the day. It interacts with MQ and is used as an interface program with other systems. If this transaction needs to be stoped abruptly an appropriate message is sent through MQ and on reading this message the program terminates by itself. This method of termination does not work in development all the time, espicially if the progam goes into an infinite loop (because of new code)while doing a test. Is there any CICS command to stop it then.

TIA!PAV
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Aug 29, 2007 3:16 am
Reply with quote

Hello,

Quote:
Is there any CICS command to stop it then.
Yes.

Please talk with your CICS system programmer(s) and/or your security people for details and to see if you have authority to do this.
Back to top
View user's profile Send private message
pav001

New User


Joined: 02 Nov 2005
Posts: 24

PostPosted: Wed Aug 29, 2007 3:28 am
Reply with quote

I dont have access. But system operations have all the required access, but are not very clear on the procedure to do this. If I know what the command is I can atleast tell them to see if it will work. they have the command to disable the task that is used to start the transaction but not to stop the transaction.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Aug 29, 2007 4:13 am
Reply with quote

Hello,

If they are not clear, they (or you with them) should talk with the proper people and make sure they know how as well as the bad things that can happen if the wrong things are canceled.

If this is something for only your test region, you might be able to sell the idea that you would police your CICS with their permission & guidance.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to identify the transaction categ... IMS DB/DC 3
Search our Forums:

Back to Top