[comp.os.vms] Deleting queues.

MACALLSTR@vax1.physics.oxford.ac.UK (06/29/88)

You may delete any queue using the following sequence.

  $ XXXXX
  $ STOP/QUE/RESET queuename
  $ YYYYY
  $ DELE/QUE queuename

What '$ XXXX' and '$ YYYY' represent depends on a number of things. You may 
 want to requeue jobs into another queue : then '$ YYYYY' would be the
 appropriate requeue command(s). If there are generic queues pointing to the
 queue 'queuename' , '$ XXXX' would be the command or commands to remove
 the reference(s) by deleting or modifying the generic queues.
For a straight-forward queue '$ XXXX' and '$ YYYY' would be null.

John