What is ENQ, DEQ ?
Answer / mahesh
ENQ - To gain exclusive control for a resource
DEQ - To remove the control gathered by ENQ
Is This Answer Correct ? | 14 Yes | 1 No |
Name the command used for terminating a browse operation?
What is the procedure to solve an ASRA ABEND?
Define the term transaction routing?
How does COBOL II and CICS release 1.7 provide for exceptional conditions and how does that differ from
What is the use of mdt (modified data tag)?
What does the 'cedf:cics' transactions do?
What is the meaning and use of the EIBAID field?
What is the difference between a physical BMS mapset and a logical BMS mapset?
How do you get data from a task that began with a START command?
What is the difference between FSET and FRSET?
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?
What is the access method used by DB2?