The DELETEQ TD command EXEC CICS DELETEQ TD QUEUE(name) ...
The DELETEQ TD command
EXEC CICS
DELETEQ TD QUEUE(name)
[ SYSID(name) ]
END-EXEC
Options:
QUEUE One to four character queue name.SYSID Connection name of the remote system where this queue is defined.
Exceptions:
DISABLED The queue has been disabled
INVREQ The queue is an extrapartition queue.
ISCINVREQ An undeterminable error occurred on the remote system that has the queue.
QIDERR The specified queue does not exist.
SYSIDERR The system defined by SYSID could not be located or accessed.
Notes
- Although the reads to a TD queue are destructive, the space occupied by the deleted records is not released until you issue a DELETEQ TD.
- The DELETEQ TD just deletes any unread records and reclaims space from deleted records. The destination itself is not deleted.
- You can issue a DELETEQ TD only against an intrapartition TD queue.
No comments
Post a Comment