Spooler Plus Utilities Reference Manual
Peruse
Spooler Plus Utilities Reference Manual—522294-002
2-38
PURGE Command
•
If a batch job is current, the PRI command operates on all jobs that are part of the
current batch job.
•
The PRI command is not supported if the current job is a spooler job file.
For a more complete description of the spooler queuing algorithm, see the
Guardian System Operations Guide.
Example
In this example, your current job has the default priority of 4. You can change this to 5
with the PRI command, putting your job ahead of other jobs in the queue that have a
priority of 4 or lower.
PURGE Command
The PURGE command deletes one or more disk files. This command applies only to
Enscribe files.
file-name
is the name of a disk file to be deleted. Peruse expands a partial file name by
adding the current default names for system, volume, and subvolume. Multiple
file-name parameters can be specified, separated by commas.
Example
This command purges the file BADFILE, after using the current default names to
expand the file name to \SYS22.$MYVOL.GOOD.BADFILE.
_J
JOB BATCH STATE PAGES COPIES PRI HOLD LOCATION REPORT
J 52 READY 7 1 4 #LP ACCOUNT ED
_PRI 5;J
JOB BATCH STATE PAGES COPIES PRI HOLD LOCATION REPORT
J 52 READY 7 1 5 #LP ACCOUNT ED
_
PURGE file-name [ , file-name ] ...
_PURGE BADFILE
\SYS22.$MYVOL.GOOD.BADFILE PURGED
_