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
What is ENQ?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
What is the meaning of the eibaid field?
What is fset?
Can you define attribute byte?
What is task control?
What is the procedure to read a statement from tsq?
Can you define transid?
what are the six different type of argument values in cobol that can be placed in various options of a cics command?
list the sequence of steps used to achieve modiication in skip sequential mode?
Highlight the difference between a symbolic map and physical map?
Can you use occurs in bms map?
what is effect on receive map when
What is the pic clause for the hhmmss type of data fields?
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?