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 Quasi-reentrancy?
which is the cics control program that provides communication services between user written application programs and terminals?
What are the CICS tables? How to traverse from one screen (program) to another on CICS?
What is DFHAID? what is its use?
What happens to resources supplied to a transaction when an XCTL command is executed?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
What is the function of the EXEC CICS HANDLE CONDITION command?
How is the storage determined in the symbolic map, if you have multiple maps?
What is the eib parameter?
How errors are handled in CICS programs?
Explain how would you resolve an asra abend?
Define the term transaction routing?