NBSpool for MPE Reference Guide

Running NBSpool
2-13
Subset Value Spool Files Selected
?@
This selects all spool files except
$STDLIST
s.
@.DEV
This selects spool files created by any user in the
DEV
account.
BOB.OPERATOR.SYS
This selects all spool files created by the user who logged on as
BOB,OPERATOR.SYS
.
INV@,MGR.@
This selects any file with a name starting with
INV
that was created
by
MGR
users in any account.
%8-13,7/4/88,@.SYS
This selects pool files created on specified date with an
outpri
of
8
to
13
created by users in the
SYS
account.
#S’,-8/1/88
This selects all
#S’
files created on or before
8/1/88
.
=TODAY
This selects all spool files created today.
<TODAY
This selects all spool files created before today.
<=TODAY-5
This selects all spool files five days old or older.
>TODAY-2
This selects all spool files created today or yesterday. This is the
same as
>=TODAY-1
.
”hello”
This selects all spool files with the string
hello
in them.
Upper/lower case is significant.
”hello”,”there”
This selects all spool files containing the string
hello
or
there
.
”hello”+”there”
This selects all spool files containing the string
hello
and
there
.
”hello”+~”there”
This selects all spool files containing the string
hello
but not
containing the string
there
.
FORMS=”PRINT ME”
This selects all spool files with the forms message
PRINT ME
specified.
P=3,C=2-4
This selects all spool files with a priority of
3
and copies between
2
and
4
, inclusive.
!
Use the same subset specified in the last
SHOW
command.