NBSpool for MPE Reference Guide
NBSpool Input Commands
4-13
Parameter Description
VARS
When selected, two
CI
variables (or JCW’s on MPE/V) are created:
NBFIRSTLINE
and
NBLASTLINE
. These variables contain the line numbers of
the first and last line listed. If nothing is listed, the values will be
-1
(or
65535
on MPE/V).
string
This parameter causes only those lines containing the specified string to be
listed. Strings may be delimited by single (
‘
) or double quotes (
“
). If no line
range is specified, all lines in the file will be searched for the string.
LIST Examples
To list all lines that contain the string
“fun”
, enter:
I> LIST “fun”
To copy the last 100 lines of the current job to a spool file, enter:
I> LIST LAST-99/LAST OFFLINE UNN
or
I> L L-99/L O U