Spooler Plus Utilities Reference Manual
Spoolcom
Spooler Plus Utilities Reference Manual—522294-002
3-20
COMMENT Command
Examples for Authorized Users
1. The following command specifies that CPU 3 is the primary location (and CPU 0 is
the backup) from which collector $S is to run a copy of the program located in
$SYSTEM.SYSTEM.CSPOOL. This collector stores jobs on the file SPLDATA:
2. The following command stops the collector from accepting any new jobs, causing it
to enter the dormant state when all jobs have finished spooling:
3. The following command determines what jobs are still open after having entered
DRAIN:
COMMENT Command
The COMMENT command is used to insert explanatory material, which is ignored by
Spoolcom, into a Spoolcom command file. It is often used in command files
(sometimes called OBEY files) to explain the purpose of the file and what the
commands in it do. Command files are often used as an easy-to-execute and uniform
procedure for starting the spooler.
any-text
is text that is ignored by Spoolcom. any-text is terminated by a carriage return
or a semicolon (;).
Consideration
•
At least one blank space must separate the keyword COMMENT from the text.
Examples
See the command files listed in the Guardian System Operations Guide. These files
allow you to coldstart and warmstart the spooler.
)COLLECT $S, FILE CSPOOL, DATA SPLDATA, CPU 3, BACKUP 0
)COLLECT $S, DRAIN
)COLLECT $S, LISTOPENS
COMMENT [ any-text ]