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

What is the command which will delete a program LOADed into the main storage using LOAD command?

2 Answers  


What is CEBR?

3 Answers   IBM,


Can you define mdt?

0 Answers  


What Are Send Map Maponly & Send Map Dataonly ?

0 Answers   IBM,


Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?

0 Answers  






What is the CICS LOAD command?

3 Answers   IBM,


What is the command that is used to add a new record to the file?

1 Answers  


In a string " SEMINAR" .Replace "A" by 123. will this replacement will happen ot will it give error? If not , den what will be the output?

5 Answers   HSBC,


What are extra partition & intra partition TDQs?

2 Answers   IBM,


By which CICS defined field can you determine the position of the cursor on the map ?

1 Answers  


What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??

1 Answers   IBM,


Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?

0 Answers  


Categories