NBSpool for MPE Reference Guide
Chapter 2
2-10
Subset Spool File Selection
ONCE=Y
This designator specifies that each qualifying spool file will
only be selected once for this command. Upon successful
completion of a command, the spool file will not qualify again if
ONCE=Y
is subsequently specified. The following commands can
use this subset:
ALTER ARCHIVE BANNER COPY
DUP MERGE PRINT STORE
SUBMIT VSAVE
Although the syntax
ONCE=N
is valid, it will be ignored if it is
specified.
WARNING! You must change
SYSSTART.PUB.SYS
to use
this feature. The following line must be added to the
COOLSTART
section:
STREAM NBSPONCE.JOB.NETBASE
Streaming
NBSPONCE
tells NBSpool that you have reset the
spool file ID numbers. Since NBSpool keeps track of which
spool files it has altered (or duped, etc.) by spool ID number,
NBSpool needs to know when those numbers are re-used.
OWNER=userspec
See the user (creator) designator in the previous section.
PRIORITY=prispec
See the output priority designator in the previous section.
RECS=low[-high]
This designator selects spool files by the number of records.
Open spool files are considered to have
0
records.
SPOOLID=dfidspec
See the spool file ID designator in the previous section.
Continued