What are the CICS commands associated with transient data
queue processing?
Answer Posted / pratap kapse
WRITEQ TD - write a record to a transient data queue,
READQ TD - read a record from a transient data queue,
DELETEQ TD- remove a record from a transient data queue,
ENQ - reserve a user defined resource,
DEQ - release a user defined resource,
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between link and xctl?
Can you explain cics transaction gateway?
What is meant by an AICA ABEND?
What is the common systems area?
What is the meaning of the enq command?
Define task work area?
Explain how many conditions can you include in a single handle condition command?
What are the types of the dfhmdf present in the cics?
What are the cics commands associated with task control?
what are the commands used to gain exclusive control over a resource?
What is bms map?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
Explain ceci transaction commands?
What is an mdt (modified data tag)?
Name a few CICS programs which are generally used ?