Spooler Plus Utilities Reference Manual
Spoolcom
Spooler Plus Utilities Reference Manual—522294-002
3-32
DEV Command
The following FASTCNG keywords and keyword attributes are required when 
you specify the TIMEOUT attribute:
DEVICE $spooler-device-name
CONTYPE = NONE
Examples of FASTCNFG file entries:
/* timeout = 120 seconds. */
DEVICE $DEV1 
CONTYPE = NONE 
TIMEOUT = 120
/* timeout = 0 seconds. */
DEVICE $Dev2
CONTYPE = None
TIMEOUT = 0
/* timeout = 0 seconds. */
DEVICE $dev3
CONTYPE = none
TRUNC [ ON | OFF ]
specifies whether lines longer than the device width are to be truncated or 
wrapped around. TRUNC or TRUNC ON causes the print process to discard 
the ends of spooled lines that are longer than the device width. TRUNC OFF 
(the default) causes the print process to print on the next sequential line the 
ends of any spooled lines that are longer than the device width.
TRUNC ON is always used when printing headers.
WIDTH device-width
specifies the maximum line length for the device. The range of values for 
device-width is 0 through 32676. A value of -1 (the default value) causes 
the print process for the device to obtain the record size from the file-system 
DEVICEINFO procedure. A value of 0 indicates there is no limit to width.
XREF [ / OUT filename / ]
produces a cross-reference list of devices, locations, and print processes, 
ordered by device. If $device is not specified, a complete cross-reference of 
all devices is produced. 
If OUT filename is not specified, the list is written to the Spoolcom OUT file 
(usually the home terminal). 










