Spooler Plus Utilities Reference Manual

Spoolcom
Spooler Plus Utilities Reference Manual522294-002
3-26
DEV Command
If CRLF is specified, the default EOL sequence is carriage return and line feed
as follows: CR (%15) and LF (%12).
If new line (NL) is specified, the end-of-line sequence is NL (%205,
IAW 32876-2).
LUEOLWHEN [ LT132 | LTWIDTH | ALWAYS | NEVER ]
indicates when the FASTP print process is to place an EOL sequence at the
end of a print record for LU1 and LU3 type printers (other printer types are not
affected). This subcommand applies only to the FASTP print process.
If no option is specified or if LT132 is specified, FASTP places the EOL
sequence at the end of the print record if the byte length is less than 132. This
is the default placement. If the byte length is 132 or greater, the controller
adds the EOL sequence.
If LTWIDTH is specified, FASTP places the EOL sequence at the end of the
print record if the byte length is less than or equal to the device print width (set
by the Spoolcom command DEV WIDTH).
If ALWAYS is specified, FASTP always places the EOL sequence at the end of
the print record.
If NEVER is specified, FASTP never places the EOL sequence at the end of
the print record. The application must assume the responsibility of placing the
EOL sequence.
LUTOFVALUE [ CRFFCR | FFCR | FF | NEVER ]
sets the sequence that designates top of form (new page) that the FASTP print
process is to use for a print record for LU1 and LU3 type printers (other printer
types are not affected). This subcommand applies only to the FASTP print
process.
If CRFFCR is specified, the default top-of-form sequence is carriage return,
form feed, and carriage return as follows: CR (%15), FF (%14), and CR (%15).
If FFCR is specified, the top-of-form sequence is FF (%14) and CR (%15).
If FF is specified, the top-of-form sequence is FF (%14).
If NEVER is specified, no top-of-form sequence is written. The application
must assume the responsibility of placing the top-of-form sequence.
PARM parameter
specifies a device parameter that is passed to the print process controlling this
device whenever the supervisor communicates with the print process. The
range for parameter is -32768 through +32767. The default is 0.