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 |
Once a transient data queue is read, can it be reread?
when will be use the tdq and tsq??
If DATAONLY option is specified in the SEND MAP command what will happen?
Name the macros used to define the following: MAP MAPSET FIELD
What is the function of the Terminal Control table?
Mention the option (along with argument type) used in a CICS command to retrieve the response code
How can you start a CICS transaction other than by keying the Transaction ID at the terminal?
What is frset?
COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN WT WE USE FOR ROLL BACK?
Explain the use of DCT ?
How to get the cursor position when we receive a map?
Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?