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
What is the procedure to solve an ASRA ABEND?
What is the use of mdt (modified data tag)?
Can you define temporary storage?
Mention the option used in a cics command to retrieve the response code after execution of the command?
What is fset?
Explain the function of the terminal control table?
What is the comaera?
Define the term mro (multi region operation)?
What does the 'cedf:cics' transactions do?
In the EIB block of CICS, highlight the names of few of the important fields?
Explain the difference between and exec cics xctl and an exec cics link command?
What is a cics task?
Name the command used for terminating a browse operation?
Explain how do you dynamically set the cursor position to a specific field?
If we wish to create bms executable, what are the basic steps that the user has to go through?