What are the commands used to gain exclusive control over a
resource (for Ex a Temporary storage queue.)?
Answers were Sorted based on User's Feedback
Answer / devang
and DEQ command should be mentioned by ENQ is used, to
release the resource.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / hhh
ENQ command is used to gain the exclusive control during the Read , whereas DEQ command is used get the exclusive control during the write.
| Is This Answer Correct ? | 0 Yes | 3 No |
How do you access the records randomly in TSQ ?
List the sequence of steps used to achieve ?Modification in Skip Sequential Mode.?
What are the terms cics generally means?
What is the general Command format of CICS ?
Do you receive the attribute byte in the symbolic map?
How will you place cursor on a field called ?EMPNO?.
Can you explain enq and deq used in cics?
If you use the OPTIMIZE compiler option the size of the program can be reduced by 5 to 10%(True or False)
TSQs can be written in the Main storage or Auxiliary storage (True or False).
first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!
When there are 2 records with the same key specified in a DELETE operation what will happen?
Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.