What command do you issue to delete a record in a transient
data queue ?
Answer / mahesh
Read is destructive.So no exclusive delete comamnd
available.
| Is This Answer Correct ? | 3 Yes | 3 No |
What is the EXEC CICS HANDLE ABEND?
If no exception handling is provided in the program, what will happen ?
what is invreq condition?
What is the difference between link xctl?
Can you explain enq and deq used in cics?
How do u know if a start command intiated a transaction or a terminal intiated a transaction
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What are the CICS commands associated with transient data queue processing?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
Can you define transid?
Which is the control table where you specify all the transaction that are to be started by CICS after CICS
first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!