NBSpool for MPE Reference Guide

Chapter 2
2-8
Subset Spool File Selection
[mm/dd/yy][-[mm/dd/yy]]
This designator selects all files created during the specified date
range.
[date time][-[date time]]
This designator selects all files created during the specified date and
time range. Format for
date time
is
mm/dd/yy
hh:mm
.
=TODAY[-days]
This designator selects files created on the specified date. If
-days
is
omitted, the date is today’s date. If
-days
is specified, where
days
is
an integer from
0
to
364
, that number of days will be subtracted from
today’s date. For example,
TODAY-5
means five days ago.
<TODAY[-days]
This designator selects files created before the date specified by
TODAY[-days]
.
<=TODAY[-days]
This designator selects files created on or before the date specified
by
TODAY[-days]
.
>TODAY-days
This designator selects files created after the date specified by
TODAY-days
.
>=TODAY-days
This designator selects files created on or after the date specified by
TODAY-days
.
>size
This designator selects files larger than size (in sectors).
=size
This designator selects files equal to size.
<size
This designator selects files smaller than size.
>=size
This designator selects files at least as large as size.
<=size
This designator selects files no larger than size.
<>size
This designator selects files not equal to size.
“string” or ‘string’
This designator selects files containing the specified string.
|string|
This designator is the same as the
string
designator, except the case
of alpha characters is ignored.
“string”+“string”[+. . .]
This designator selects files containing all specified strings.