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 interval control?
In the EIB block of CICS, highlight the names of few of the important fields?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
Can you explain cics translator?
Specify the requirements for automatic task initiation?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Explain how do you set the mdt option to on status, even if data is not entered?
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?
Explain cemt transaction commands?
What is the primary aspect of CICS?
Can dynamic calls be used in CICS?
What is the procedure to read a statement from tsq?
What does the 'cebr:cics' transactions do?
With the use of an alternate index, how is a VSAM file accessed?