NBSpool for MPE Reference Guide
Chapter 2
2-12
Special Subset Designators
Subset Spool File Selection
~
designator
This designator specifies that if a spool file matches the criteria specified by
designator
, it will not be selected.
Designator
is any of the above selection
parameters specified in the previous sections.
!
This designator uses the subset specified in the last
SHOW
command. Each
SHOW
command saves the subset for later use in other commands. May not be
used with the
tilde (
~
) or any other designator.
!PREV
This designator selects spool files successfully processed by the previous
command. This subset can be shortened to
!P
if desired. This subset designator
can only be used by itself.
Examples of Using Subset Designators
Subset Value Spool Files Selected
1024
This selects spool file #
O1024
.
1-10,20-30
This selects spool files
1
through
10
, and
20
through
30
.
AP@
This selects spool files with a name starting with
AP
.
AP@,~APY@,~APZ@
This selects spool files starting with
AP
, but not
APY
or
APZ
. For
example,
APREPORT
would qualify, but not
APZONE
.
#*,QUADLIST
This selects spool files named
QUADLIST
created by the current
job/session.
#J1-999
This selects spool files created by jobs #
J1
through #
J999
.
%1
This selects spool files with an
outpri
of
1
.
%1-8,~%5
This value selects spool files with an
outpri
between
1
and
8
, but not
outpri
5
.
*40
This selects spool files for logical device
40
.
*REMOTELP
This selects spool files for device class
REMOTELP
.
$STDLIST,*LP#
Continued