MPE/iX Commands Reference Manual (32650-90877)

574 Chapter13
Command List XI
Commands SHOWLOG thru STORE
Examples
To start spooling all output to logical device 6 and all device classes that reference logical
device 6, enter:
STARTSPOOL 6
To start spooling all output to device class LP, enter:
STARTSPOOL LP
To start spooling on logical device 6, while preventing the creation of any new spool files,
enter:
STARTSPOOL 6;SHUTQ
Related Information
Commands STOPSPOOL
Manuals Performing System Operation Tasks
STOPSPOOL
Terminates spooling to a specified device or device class.
Syntax
STOPSPOOL[{
ldev
[;OPENQ]
devclass
}]
Parameters
ldev The logical device number of a spooled device. The spooler process gives up
ownership of the spooled device. If the OPENQ parameter is omitted, the
device becomes available only for nonspooled I/O. When a logical device is
assigned to more than one device class, to restart spooling for a specific
device class issue an explicit STARTSPOOL request for that class.
devclass The device class specified in the system I/O configuration. Subsequent I/O
directed to this device class does not take place to/from a spool file. I/O
goes directly to/from a logical device if one is available within the device
class. If none is available, the program is unable to open the file.
OPENQ May be specified with the ldev parameter only. The spooler process leaves
the queue in an OPEN state, or opens the queue if previously shut. Default
is SHUTQ.
Operation Notes
Use the STOPSPOOL command to stop spooling for a single logical device, or for all devices
assigned a common device class. Using the devclass parameter in a STOPSPOOL command
shuts the queue for that device class. When you specify ldev, however, you may shut the
spooling queue or leave it open. Default is SHUTQ.
Use
This command may be issued from a session, job, program, or in BREAK. Pressing
Break