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 |
I have to run a select query on DB2 table and show its data on CICS map. Please tell me.
Can you define cemt?
Can a program change protected field ?
Explain cebr transaction commands?
What is the difference between using the READ command with INTO option and SET option?
What is the kcp in the cics?
What is the command that is used to delay the processing of a task for a specified time interval
Explain the exact situation, when to use CALL, XCTL and LINK?
Add a field to screen when what's the flow of impact?
For a CICS-DB2 program, how is the plan referenced?
Name the command which is used to release a record on which exclusive control is gained?
Can you explain communication area?