what is the deadlock?
Answers were Sorted based on User's Feedback
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 |
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 |
Once a transient data queue is read, can it be reread?
The DFHCOMMAREA is used to pass information from one application to another. What are some other ways
Difference between TSQ & TDQ
In case you modify the attribute field of map do you need to recompile the map?
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?
What is the term conversational programs means?
What are the CICS commands available for program control?
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 ?
How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?
Which is the command used for terminating a browse operation?
Do you require a table entry for a TSQ?
What is ENQ?