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
How to establish dynamic cursor position on a map?
how can you prevent more than one user from accessing the same transient data queue?
What are the cics transactions?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
Explain how do you dynamically set the cursor position to a specific field?
What is the term conversational programs means?
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?
Define ceci?
Explain cebr transaction commands?
What does the 'cebr:cics' transactions do?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
What is the meaning of the deq command?
What is the common work area?
How can you use dynamic calls in cics?
Explain the difference between dfhcommarea and tsq?