Deleting TSQs
Question: How delete records from TSQ
anonymous
Answer: The delete works at the queue level. You can delete an entire queue but not individual entries in it.
DELETEQ TS QUEUE(name)
If you want entries to be deleted as they are read then use a transient data queue instead of a temporary storage queue.
Related Articles
- ASA Print Control Characters
- The ISPF Find Command
- PSBs and your Program
- Creating a Job from a Program
- Sysout and Sysprint
Copyright © Felgall Pty Ltd



