What is a deadlock?
Answer / 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 |
How do you invoke other programs? What are the pros and cons of each method?
What is the pic clause for the hhmmss type of data fields?
if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)
How do you fire a batch job from a CICS transaction ?
Which command is used to release a record on which exclusive control is gained?
What is meant by program reentrance?
What is the use of tdq and tsq?
What will happen if the TDQ that you want to delete is not in the DCT?
What is program reentrance?
What command do you issue to delete a record in a transient data queue ?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?