NBSpool for MPE Reference Guide

NBSpool Output Commands
3-65
Parameter Description
bytes
This parameter specifies the maximum number of bytes to send to the
terminal at one time. This parameter should be used if some of the data
appears on the terminal instead of printing or other protocol problems
appear. This can be between
32
and
256
.
ASK
This parameter prompts at each file to include for processing.
NOCCTL
This parameter ignores all carriage control directives in a spool file, except
%320
, which is
no space, no return
. This parameter is useful for dumping
binary data to a printer, such as graphics.
SAVE
This parameter prevents the spool file from being purged upon successful
completion of a print job.
PRINT Examples
In the following example, all spool files
QUADLIST
created by the logged on user at
132
columns,
8
lines per inch on a HP LaserJet, are printed.
O> PRINT QUADLIST,#*;PRINTER=LJ8LPI
or
O> PR QUADLIST,#*;P=LJ8LPI
In the following example, all
$STDLIST
's created by users in the AP account are printed, and then
their priorities are altered to
13
.
O> PRINT $,@.AP;NEWPRI=13