by Robert Sample » Sun Mar 06, 2016 10:17 pm
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.