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 |
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored
List out all the tables that are a part of cics ?
If I create a TSQ from one transaction, can I read it from another transaction?
CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).
How to test CICS, MainFrame applications
When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit
What is dynamic transaction backout?
Explain page up and page down logic along with coding logic in cics?
Can we define an alternate index on VSAM/RRDS ?
What is some of the information available in the EIB area?
What is the CICS Command that is used for reading a record from the TDQ?
are we use the group by clause in cursors?