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

Once a transient data queue is read, can it be reread?

2 Answers  


The DFHCOMMAREA is used to pass information from one application to another. What are some other ways

7 Answers   OBSS, TCS,


Difference between TSQ & TDQ

3 Answers  


In case you modify the attribute field of map do you need to recompile the map?

5 Answers   RBS,


Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?

3 Answers   Accenture,


What is the term conversational programs means?

1 Answers  


What are the CICS commands available for program control?

1 Answers   IBM,


There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?

3 Answers  


How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?

1 Answers   IBM,


Which is the command used for terminating a browse operation?

2 Answers   IBM,


Do you require a table entry for a TSQ?

2 Answers   IBM,


What is ENQ?

1 Answers  


Categories