What are the CICS commands associated with transient data
queue processing?
Answer / 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 |
What is the use of using MDT in CICS? How it works?
For multithreading an application program need not be re- entrant(True or False).
Explain the function of the terminal control table?
List the sequence of steps used to achieve ?Modification in Skip Sequential Mode.?
Kindly specify the pic clause for the any bll cell type of data fields?
Specify the requirements for automatic task initiation?
Explain how do you handle errors in cics programs?
What are extra partition & intra partition TDQs?
What will be the length of the eibcalen ,if the transaction is used to cics first time?
Can you explain cics transaction gateway?
How do you set the MDT option to ?ON? status, even if data is not entered?
What is non-conventional programs?