Spooler Plus Programmer's Guide
Spooler Procedure Calls
Spooler Plus Programmer’s Guide—522293-003
4-36
SPOOLERCOMMAND Procedure and Subcommand
Parameters
The command-parameter is an INT:16; the first 8 characters contain the group
name, the second 8 characters contain the destination name, and the remaining
characters are not used. The device name is in internal file-name format. The font
name is left-justified and blank-filled.
Spoolcom COLLECT Command Parameters
To send the equivalent of a Spoolcom COLLECT command, specify a file number for
the filenum-of-supervisor parameter, a command-code of 4, and then the
command-parameter, which in this case is the name of the collection process, not
exceeding three words in length. Find the subcommand-code and the
subcommand-parameter for the Spoolcom COLLECT parameters you want from
Table 4-6
.
filenum-of-supervisor: a file number
command-code: 4
command-parameter: a collection process
For example, to specify the processor that the collector is to run in, you could enter the
following:
INT .COL [0:15] := ["$S "];
COM^ERROR := SPOOLERCOMMAND (4, 4, COL, 142, 6);
Refer to the Spooler Plus Utilities Reference Manual for a description of the Spoolcom
COLLECT parameters.
Table 4-5. SPOOLERCOMMAND Parameters for Spoolcom LOC
Spoolcom LOC
Subcommand
command-parameter
(Third Parameter)
subcommand-
code
(Fourth
Parameter)
subcommand-
parameter
(Fifth Parameter)
Blank group dest (INT:16
)
100 none
BROADCAST group (INT:16
)
132 0 = off
1 = on
(INT:1)
DELETE group
[ dest ](INT:16
)
116 None
DEV [ group ]
dest (INT:16
)
131 [ device-
name ]
(INT:16
)
FONT group dest (INT:16
)
149 [ font-name
]
(INT:8)