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

CICS Deadlock


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

New User


Joined: 08 May 2008
Posts: 8
Location: Mumbai, India

PostPosted: Mon Sep 08, 2008 11:17 am
Reply with quote

Hello Frends,

Tran A and Tran B are the two ONLINE transactions and resource are VSAM Files.
Tran A owns Resource 1 for which Tran B is waiting and
Tran B owns Resource 2 for which Tran A is waiting.
So, a deadlock occurs.
I tried to resolve it using Enq/Deq using the following seq in my program
Enq
Read
Update/Rewrite
Deq

But it does not solve my purpose. The other way I tried is to Force kill one of the transaction using FC in CICS environment, but i believe this is temporray solution.
Please suggest.

Thanks,
Atul
Back to top
View user's profile Send private message
Srinivasa Rao

New User


Joined: 21 Jun 2005
Posts: 75

PostPosted: Mon Sep 08, 2008 1:56 pm
Reply with quote

Hi Atul,

While defining your transactions use the parameter DTIMOUT. If your transactions are waiting for more than specified time one of the transaction will abend.

If your find out other solution let us know.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Mon Sep 08, 2008 6:33 pm
Reply with quote

You need to ENQ/DEQ logic in both programs (Tran1 and Tran2) ?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Mon Sep 08, 2008 6:34 pm
Reply with quote

The classic solution is to ensure both programs access the resources in the same sequence, which prevents deadlocks from occurring.
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 avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top