Answer Posted / dolly
We cannot delete individual items from a TSQ.
EXEC CICS DELETEQ
TS QUEUE(name of the queue)
END-EXEC
The above command will delete the entire TS QUEUE
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Explain how can you accomplish breakpoint in intertest?
What is a cics task?
Explain how do you set the mdt option to on status, even if data is not entered?
Explain the maps in cics?
Explain how do you access the records randomly in tsq?
Explain the use of DCT ?
What does a cics translator do?
What are the ways fot initiating a transaction?
Explain the difference between intra partition tdq and extra partition tdq?
Name at least one of the ways by which a transaction can be terminated?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
What is the pic clause for the any bll cell type of data fields?
What is program reentrance?
Can you define temporary storage?