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@astrom.com
mailfrom = info@astrom.se
id = support
mailto = support@astrom.se
id = tosv
netname = tosvprt
mailto = tosv@astrom.com
title = "CICS report"
|
|
|
|