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 |
Im creating map, when i press tab key cursor must skip second position and it move to the third field directly. how can i code plz send the answer.
Explain the term ?MRO? (Multi Region Operation)?
when will be use the tdq and tsq??
Define cebr?
Define transient data?
What are fset, frset?
Can you define mdt?
Why is a TERM ID recommended in naming a TSQ?
How can you start a CICS transaction other than by keying the Transaction ID at the terminal?
How to execute a cics program from a paticular date and time .or specified date and time.
What is the difference between a RETURN with TRANSID and XCTL ?For example prog. A is issuing REUTRN with TRANSID to prog B. Prog A. is issuing XCTL to prog B?
Explain the difference between a package and a plan.