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 |
Can you use DYNAMIC calls in CICS ?
How will you access a VSAM file using an alternate index?
What is bms map?
Explain what is the massinsert option?
I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?
Why is it important not to execute a STOP RUN in CICS ?
What are the commands used to gain exclusive control over a resource (for Ex a Temporary storage queue.)?
Explain how do you set the mdt option to on status, even if data is not entered?
What is the name of the mapset definition macro?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Explain the difference between getting the system time with eibtime and asktime command?
WHAT ARE THE VERBS IN CICS EQUAL TO ACCEPT,DISPLAY,VALUE?