NBSpool for MPE Reference Guide
Running NBSpool
2-7
The
!PREV subset generally contains original spool files, not those which are the product of a
command. For example, if a
MOVE command follows a DUP command, the !PREV subset will move
the original spool files, not the duplicated ones.
Spool file subsets operate on
READY spool files unless otherwise specified or as defined in the
individual command descriptions. Spool file states are checked at the beginning of command
execution.
Standard Subset Designators
Subset Spool File Selection
[#O]nnn[-nnn]
This designator selects by one or a range of spool file ID numbers.
The
#O is optional.
*
This designator selects the currently TEXTed spool file.
#J[’][nnn[-nnn]] or
J[’]nnn[-nnn]
This designator selects by one or a range of job ID numbers. Omitted
range selects all.
#S[’][nnn[-nnn]] or
S[’]nnn[-nnn]
This designator selects by one or a range of session ID numbers.
Omitted range selects all.
#*
This designator selects currently logged on job/session.
[jsname.]userset.acctset
This designator selects all files created by a user or users. Wildcard
characters are permitted. Job/session names are optional. The
separator between the job/session name and the user name is a
period, not a comma.
fileset
This designator selects all files having a specific filename. Wild card
characters are permitted.
$STDLIST
This designator selects all job standard lists. May be abbreviated to
just
$
.
%outpri [-outpri]
This designator selects all files having a specific or range of output
priorities.
*ldev/class
This designator selects all files associated to a particular logical
device number or class. Wild card characters are permitted for
device class.
Continued