In an on-line environment, how can you prevent more than
one user from accessing the same Transient Data Queue at
the same time?
Answers were Sorted based on User's Feedback
Answer / nabarun
we can lock the TDQ by using ENQ command.
eg:
EXEC CICS ENQ
RESOURCE('QID')
END-EXEC.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is the difference between START and XCTL? How do you determine when to use either option?
What is meant by pseudo-conversation?
Can anyone say full transaction process? i mean when user press enter key after that what happens from there to till end of transaction
Can you explain cics transaction gateway?
What is DFHEIBLK?
Explain the purpose of the program list table?
What is some of the information available in the EIB area?
What is the significance of RDO?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
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..!
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
what are the differences between DFHCOMMAREA and TSQ ?