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 name of the log which contains the information needed to restart the system, including the task
What is the CICS command that gives the length of TWA area?
What is CICS ?
How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?
Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)
name the command that is used to dump the main storage areas related to a task?
How vsam files are read in cics pgms?
What are the common tables in cics and their usage?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
How is Telon(CA-Telon) used to build map?
Explain the difference between pseudo-conversational and conversational?
List all the CICS tables and explain their contents.