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

Kill/Purge a transaction - REG


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

Active User


Joined: 17 May 2010
Posts: 175
Location: India

PostPosted: Thu Aug 05, 2010 12:00 pm
Reply with quote

Hi,
When i give the command,
Code:
cedx d6bu

I am getting the following response,
TRANSACTION D6BU ALREADY RUNNING IN EDF MODE. REQUEST REJECTED
Note:D6BU is the transaction.

how can i kill the transaction?
I tried using CKEL SET TASK(PURGE).
but all the transactions are listed along with my transaction.
I wanna purge only my transaction that is D6BU.
Please help.
Back to top
View user's profile Send private message
prateek_rastogi

New User


Joined: 01 Aug 2010
Posts: 6
Location: India

PostPosted: Thu Aug 05, 2010 12:50 pm
Reply with quote

hi..

you can try cemt discard tra(D6BU) from your native cics. The resource will get discarded.
Back to top
View user's profile Send private message
Binop B

Active User


Joined: 18 Jun 2009
Posts: 407
Location: Nashville, TN

PostPosted: Thu Aug 05, 2010 12:58 pm
Reply with quote

Hi,

Give CEMT I TASK ...
this will list all the tasks that are currrently active/running/suspended .....

Find the D6BU transaction and give P or FP at the end of the first line to kill the task.
Code:
Tas(0016679) Tra(D6BU) Fac(E008) Run Ter Pri( 255 ) P


*Note : It would be nice to understand what is the difference between a task and a transaction... icon_wink.gif
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Fri Aug 06, 2010 7:25 am
Reply with quote

Try this -

Code:

CEDX D6BU,OFF

You can issue something similar for CEDF sessions -

Code:

CEDF tttt,OFF

"tttt" is the terminal-id, where the CEDF session is executing.

Bill
Back to top
View user's profile Send private message
shankarm

Active User


Joined: 17 May 2010
Posts: 175
Location: India

PostPosted: Fri Aug 06, 2010 9:56 am
Reply with quote

Thanks guys, its working fine.
Back to top
View user's profile Send private message
Binop B

Active User


Joined: 18 Jun 2009
Posts: 407
Location: Nashville, TN

PostPosted: Fri Aug 06, 2010 11:50 am
Reply with quote

Hi Shan,

Nice to hear that its working fine...

It would be better if you also posted how you made it to work... It would be helpful for someone else when they get the same issue... icon_smile.gif
Back to top
View user's profile Send private message
shankarm

Active User


Joined: 17 May 2010
Posts: 175
Location: India

PostPosted: Fri Aug 06, 2010 11:53 am
Reply with quote

Sure Binop,

I gave the command,

CEDX D6BU,OFF

Now its working fine.
Back to top
View user's profile Send private message
cmsmoon

New User


Joined: 17 Jun 2010
Posts: 75
Location: Chennai

PostPosted: Thu Aug 12, 2010 1:54 am
Reply with quote

CEMT I TASK(TRANSACTION_NAME) P


It's show all the transaction were running ..so u r corressponding transaction give 'P' (Purge)...
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 How to identify the transaction categ... IMS DB/DC 3
No new posts Start CICS transaction every day at 2AM CICS 4
No new posts TWA size of the CPLT transaction CICS 0
No new posts Invoke IMS transaction from .NET IMS DB/DC 1
No new posts JCL JOB Cancel/Purge Not Working JCL & VSAM 6
Search our Forums:

Back to Top