In an on-line environment, how can you prevent more than
one user from accessing the same Transient Data Queue at
the same time?
Answer Posted / saisankar
by providing loking mechanisms
we can lock the TDQ by using ENQ command.
eg:
EXEC CICS ENQ
RESOURCE('QID')
END-EXEC.
later we need to unlock it thru DEQ
eg:
EXEC CICS DEQ
RESOURCE('QID')
END-EXEC.
(any info mail me saisankar85@gmail.com)
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between a physical bms mapset and a logical bms mapset?
how do you fire a batch job from a cics txn ?
Explain the function of the terminal control table?
name the command that is used to dump the main storage areas related to a task?
What is the pic clause for the hhmmss type of data fields?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
List out all the tables that are a part of cics ?
Can you define mdt?
What is a cics task?
What does EIB mean in CICS?
What is journal recovery?
When would you use abend command?
Can you define commarea?
Define the term function request shipping?
How can you use dynamic calls in cics?