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 use of using MDT in CICS? How it works?
Can you use occurs in bms map?
What does the BUFFER option in RECEIVE mean ?
Do you receive the attribute byte in the symbolic map?
Define the term transaction routing?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
How to make protected field in BMS invisible through application program?
What is DFHEIBLK?
Define cics interface block?
What is the function of the Terminal Control table?
Mention one alternative aspect of CICS?
Tsqs can be written in the main storage or auxiliary storage? State true or false