NBSpool for MPE Reference Guide

Chapter 3
3-86
Parameter Description
LINES
This parameter replaces the creation date in the listing with the number of
records in the spool file as well as the number of copies. This parameter can
be abbreviated to
;L
. This is the default.
USERS
This parameter specifies that the job/session names be included in the display.
Due to space limitations, the creation date is not displayed. This parameter
can be abbreviated to
;U
.
FORMS
This parameter displays, on a second line, the forms message associated with
a spool file, if any.
SHOW Examples
The
SHOW
command performs much in the same way as
SPOOK
s. The files displayed are only those
that the user has access to. For example, the following command was issued from a user that has
SM
capability. It illustrates the three different show formats:
O> SHOW;D
DFID FILENAME JOB USER NAME SECTORS DEVICE PRI WHEN CREATED
------------------------------------------------------- ----------------
#O10 $STDLIST #J4 OPERATOR.SYS 36 LP 1 10/03/88 14:51
#O13 $STDLIST #J6 OPERATOR.SYS 40 LP 1 10/05/88 10:51
#O45 $STDLIST #J17 OPERATOR.SYS 36 LP 1 10/03/88 14:34
Total of 112 sectors in 3 spool files
O> SHOW;U
DFID FILENAME JOB SESSION USER NAME SECTORS DEVICE PRI STATE
---------------------------------------------------------------------------
#O10 $STDLIST #J4 RRJOB OPERATOR.SYS 36 LP 1 R
#O13 $STDLIST #J6 RRJOB OPERATOR.SYS 40 LP 1 R
#O45 $STDLIST #J17 RRJOB OPERATOR.SYS 36 LP 1 R
Total of 112 sectors in 3 spool files
O> SHOW;L
DFID FILENAME JOB USER NAME SECTORS DEVICE PRI CPYS RECORDS S
---------------------------------------------------------------------------
#O10 $STDLIST #J4 OPERATOR.SYS 36 LP 1 1 38 R
#O13 $STDLIST #J6 OPERATOR.SYS 40 LP 1 1 57 R
#O45 $STDLIST #J17 OPERATOR.SYS 36 LP 1 1 49 R
Total of 112 sectors in 3 spool files