![[Richware Logo]](../../richware.jpg)
Specifies the name of the print or batch queue to be processed. By default, all entries will be deleted from this queue.
RETAINED
Optionally indicates that only entries that are in a retained state
should be removed from the queue.
$ @CLEAR_QUEUE SYS$PRINT This procedure will remove ALL entries in the SYS$PRINT queue. Are you sure you want to proceed (y/n)? Y Removing Entry 126 (TMP_REPORT). Removing Entry 156 (LOGIN). Removing Entry 225 (DISK_LISTING). Deleted 3 entries from SYS$PRINT. $ @CLEAR_QUEUE SYS$PRINT1 RETAINED This procedure will remove all RETAINED entries in the SYS$PRINT1 queue. Are you sure you want to proceed (y/n)? Y Removing Entry 1265 (PERFORMANCE_RPT). Removing Entry 1512 (DISK_LISTING). Deleted 2 entries from SYS$PRINT1. |