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 / 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 |
Post New Answer View All Answers
What is the type of ppt in the cics?
Explain how do you intitiate another transaction?
Explain the difference between tsq and tdq
What is the pic clause for the data type of length option field type of data fields?
What is ENQ?
How vsam files are read in cics pgms?
Name the three ways available for a program to position the cursor on the screen?
What is the abend command?
Define communication area?
Why do we need integrated cics translator?
Name the cics command that gives the length of twa area?
What is the difference between a return with transid and xctl?
Mention one alternative aspect of CICS?
Explain how do you delete item 3 in a five-item tsq?
What are the types of processes to create a map in cics?