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 information do you get when an EXEC CICS STARTCODE is issued?
What is the pic clause for the hhmmss type of data fields?
Can you define multiple maps in a BMS mapset?
Name the command which is used to release a record on which exclusive control is gained?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
Tsqs can be written in the main storage or auxiliary storage? State true or false
what is difference between call and link ?
Explain how pa key is different from pf key?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
Explain what is the massinsert option?
How do you initiate another transaction?
What command do you issue to delete a record in a transient data queue ?