|
|
VTAM to SPOOL
Configuration Samples
VTAM2SPOOL uses two configuration files.
One file is used to initiate the product and is read at startup only. On VSE
you need to tell the product which POWER LST devices to use.
PASSWORD=XXXX-YYYY-ZZZZ-WWW SPOOLUNITS=(FEF,FFE) (VSE ONLY)
|
The other file contains the virtual printer definitions. It can
be changed and refreshed without restarting the product. The ID
is used as the NETNAME for the virtual printer unless the NETNAME
keyword is specified.
;
; This is a sample for VSE and
; it uses some of the VSE2PDF keywords
;
id = default
user = email
class = a
start = yes
id = hcptsv
fno = d361
jnm = scrcpy
title = "InterSession Screen Copy"
mailto = sales@example.com
mailfrom = info@example.com
id = support
mailto = support@example.com
id = tosv
netname = tosvprt
mailto = tosv@example.com
title = "CICS report"
id = prt7
netname = netprt7
otype = lpr
ipaddr = 10.7.12.48
provly = PCLLAND
prtqueue = "lp"
|
|
|