Page 1 of 1

How to read 10th record of TSQ directly and how to delete ?

PostPosted: Sun Mar 06, 2016 8:37 pm
by ganeshvrnj
How to read 10th record of TSQ directly and how to delete the 10th record of the TSQ ?

Re: How to read 10th record of TSQ directly and how to delet

PostPosted: Sun Mar 06, 2016 10:17 pm
by Robert Sample
The first part of your question is easily answered by the Application Programming Reference manual in the CICS bookshelf. As for the second part of your question, there is no CICS API command to delete an item from a TS queue (TS queues have items, not records). You could read in the entire queue, delete it, then put it back out without the item you want to remove.