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 |
Do you require a table entry for a TSQ?
What is the command used to send a map to a terminal?
what is invreq condition?
Define transient data?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
what are transient data sets defined to cics?
CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).
What is the cics command level?
What is the use of a TDQ, TSQ?
Give certain situations where NEWCOPY is obligatory?
What is a Logical Unit of Work (LUW)?
is it possible to create TDQ's and TSQ's dynamically,How