what is the deadlock?

Answers were Sorted based on User's Feedback



what is the deadlock?..

Answer / gowrinag

suppose ,
Transaction abcd is the waiting for a record which in update
mode for efgh and transaction efgh is the waiting for a
record which in hold of transaction abcd, then abcd and efgh
are in dead lock.

Is This Answer Correct ?    9 Yes 0 No

what is the deadlock?..

Answer / shilpa

if table in any lock stage means exclusive lock(update the
table) is not completed the activities, another table is
waiting for lock the table will enter the lock before
complete that task then we will get deadlock error like -
911 and -913

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More CICS Interview Questions

Where are transient data sets defined to CICS?

4 Answers  


What is the command used to request notification when the specified time has expired?

1 Answers  


Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?

1 Answers  


Explain the difference between start and xctl?

0 Answers  


What is the difference between the XCTL and LINK commands?

1 Answers   IBM,






what are the thress bms options?

0 Answers   IBM,


What is an mdt (modified data tag)?

0 Answers  


What is eib?

0 Answers  


What are the databases that CICS can access?

1 Answers  


Is length = 0 sufficient to ascertain that the field has been modified?

0 Answers  


What is the common work area (CWA)?

1 Answers   EDS, IBM,


In a particular cics program, what is the procedure to allocate dynamic memory?

0 Answers  


Categories