Spooler Utilities Reference Manual

RPSetup Utility
Spooler Utilities Reference Manual522295-003
6-11
ASSIGN and PARAM Commands
ASSIGN and PARAM Commands
The syntax for the commands listed in Table 6-1 is described in the following
subsections.
ASSIGN PRINTFILE
The ASSIGN PRINTFILE command specifies the Guardian file name of the program
file for the print process controlling the interspooler thread. This configuration
parameter applies individually to all interspooler threads.
object-filename
is the object file name, in local format, of the print process. The default name is
$SYSTEM.SYSTEM.FASTP.
PARAM BUPCPU
The PARAM BUPCPU command configures the print process that controls the
interspooler threads. The command specifies the backup processor and is equivalent
to the Spoolcom command PRINT BACKUP.
backup-cpu
is an integer in the range 0 through 15 specifying the backup processor for the
print process that controls the interspooler threads. The default processor is the
backup processor for the local spooler supervisor.
PARAM DEVEXCLUSIVE
The PARAM DEVEXCLUSIVE command specifies the ownership mode of the device.
This configuration parameter applies individually to all interspooler threads. The
command is equivalent to the SPOOLCOM command DEV EXCLUSIVE.
ON
specifies that the print process should not close the device when the printer is not
printing a job.
OFF
specifies that the print process should close the device when no more jobs are
waiting to be printed. The default value is OFF.
ASSIGN PRINTFILE , object-filename
PARAM BUPCPU backup-cpu
PARAM DEVEXCLUSIVE { ON | OFF [ ! ] }