NBSpool for MPE Reference Guide
Chapter 3
3-28
Parameter Description
formmsg
This parameter specifies the new forms message to be used by this spool file.
A trailing period will be ignored if specified.
name
This parameter specifies the name of the new spool file. Can be any valid
spool file name except
$STDLIST
.
ASK
This parameter prompts at each file to include for processing.
NEWTIME
This parameter changes the creation date and time to be the current time
when creating the duplicate spool file. This is most useful when creating
native mode spool files to make the print order be the same as the move
order.
NOENV
This parameter removes all
FDEVICECONTROL
records from the spool file.
NOPAGE
This parameter removes all page ejects from the spool file. This is useful to
eliminate invalid page ejects in
$STDLIST
files.
NOQUOTE
This parameter prevents the single quote from being added to the job/session
number. Requires
OP
capability.
INTERLEAVE
This parameter takes a subset of two or more spool files and generates
multiple copies that will print in a specified sequence. This parameter is
only available for
NM
spoolers.
PURGE
This parameter purges the original spool file. Used in conjunction with
NOPAGE
to convert a spool file to one without page ejects.
DUP Examples
In the following example, the spool file
FORMLIST
is duplicated and the new copy is immediately
printed on logical device
22
with a priority of
14
.
O> DUP FORMLIST;DEV=22;PRI=14
1 Spool file Qualifies
DFID FILENAME JOB USER NAME SECTORS STATUS
-------------------------------------------------------------------
#O3436 FORMLIST #S457 MGR.NETBASE 48 Duplicated as #O3445
To get rid of all page ejects from all $STDLISTs, enter:
O> DUP $;NOPAGE;PURGE