Answer Posted / arun veer singh
Deadlock occurs when two tasks are each waiting for a
resources that the other is holding................
this often happen when two programs are both attempting to
update the same two record in the two different files but
in a different order in that case each programe could be
holding a record that the other programneeds to update or
read
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain the cics command that is used for reading a record from the tdq?
what are the differences between and exec cics xctl and exec cics start command?
what is the most common way of building queue-id of a tsq?
Explain the difference between a symbolic map and physical map?
Define the term function request shipping?
What does the 'cedf:cics' transactions do?
Can you explain enq and deq used in cics?
What are the classifications of the cics program?
Define cebr?
how do you fire a batch job from a cics txn ?
List out all the tables that are a part of cics ?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
how can you prevent more than one user from accessing the same transient data queue?
Explain how do you control cursor positioning?
Receive consists of buffer option in it. What is the significance of this option?