HPlogo Native Mode Spooler Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 4 Commands Reference

SHUTQ

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Glossary

 » Index

Closes the spool queue for the specified logical device, device name, or all devices of a device class.

Syntax

   SHUTQ {ldev [;SHOW]

          devclass [;SHOW]

          devname [;SHOW]

          @}

Enhancements

devname

The device name of the device. Note that it is not possible to have a device class name and a device name that are the same. If you enter an alphanumeric character string, the command searches the device class list first, and then the device name list.

SHOW

The SHOW parameter displays the current queue state (enabled or disabled) of the devices specified with the SHUTQ command.

@

The @ parameter globally disables all currently open spooling queues without closing the spooling queues. Thus, when the spooling queues are globally reenabled with the OPENQ @ command, all spooling queues that were opened before being globally disabled will again be open.

When you issue SHUTQ @, the following message is displayed on the system console:

   ALL SPOOLING QUEUES HAVE BEEN GLOBALLY

   DISABLED WITH THE `SHUTQ @' COMMAND. USE

   THE `OPENQ @' COMMMAND TO GLOBALLY ENABLE

   THE SPOOLING QUEUES.

Refer to appendix B for more discussion on enabling and disabling of spooling queues.

Use the @ option without any other parameter. The SHOW option entered with the @ option returns an error.

Feedback to webmaster