NBSpool for MPE Reference Guide
Chapter 3
3-64
By default, the
PRINT
command assumes
60
lines per page,
6
lines per inch, with automatic page
ejects.
PRINTDEF
can be used to override these defaults. The
LPP
parameter can override the lines
per page without requiring a printer definition.
RAW
is used to pass spool files with HP 3000 escape
sequences, and does not do any PCL
conversion.
PRINT Syntax
O> PRINT subset [;NEWPRI =newpri ]
[;COPIES =copies ]
[;PRINTER=printername]
[;LPP =lines ]
[;BLOCK =bytes ]
[;ASK ]
[;NOCCTL ]
[;SAVE ]
User Tip. This command may be abbreviated to
PR
.
PRINT Parameters
Parameter Description
subset
This parameter specifies the subset of spool files to be printed. Turn to
Chapter 2 for information on using subsets.
newpri
This parameter specifies the new output priority of the original spool file
after it is successfully printed. This may be a value from
0
to
14
.
copies
This parameter specifies the number of copies of the spool file to print. May
be from
1
to
32767
.
printername
This parameter specifies the name of a configured printer definition. Printer
definitions are maintained by the
PRINTDEF
program.
lines
This parameter specifies the number of lines per page. This does not
include lines skipped by automatic page ejects.
Continued