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
Name the two types of transient data queues?
Explain how many exceptional condition can be given in a handle condition?
Name the command used for terminating a browse operation?
What is meant by PPT and what are its uses?
what are the reserved words for cics?
Can you explain exec cics handle condition command?
What is the difference between a return with transid and xctl?
What is the abend command?
What do you mean by CEMT?
What is the type of ppt in the cics?
how do you fire a batch job from a cics txn ?
What is the pic clause for the hhmmss type of data fields?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
Can you define mapset?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?