User`s manual

Setting Up - IBM Mainframe (zSeries)
AXIS 5570e / AXIS 5670e User’s Manual 57
The FSSDEF statement can contain the following parameters:
DEVICE Statement: A DEVICE statement is required for each printer. The DEVICE parameters
create JES3 default values that are used unless other values are specified
in the JCL application program. The DEVICE statement can contain the
following parameters:
FSSDEF
Statement
Explanation
TYPE
Specifies that the FSS is an output writer for deferred printing. This parameter is
required.
FSSNAME
Specifies the unique name of a particular FSS. This parameter is required.
PNAME
Specifies a procedure for starting a specific PSF FSS. The procedure, which must
be defined before the FSS is started, is a member of the procedure library defined
by the
STCPROC parameter of the STANDARDS statement or of the IATPLBST
procedure library. Different FSSDEF initialization statements can refer to the
same startup procedure.
The
PNAME parameter specifies either a startup procedure supplied with PSF, or
one of your organization’s procedures.
SYSTEM
Specifies the JES3 processor on which the FSS is run. The name must match the
NAME parameter in the MAINPROC statement for the processor.
TERM
Specifies the way that the FSS is terminated. The parameter value YES indicates
that the FSS is terminated if the JES3 global address space is terminated by a
*RETURN or *DUMP operator command.
Device
Statement
Explanation
CARRIAGE Specifies the JES default page definition.
The value
YES specifies that the page definition can be changed during
startup procedures.
The value
NO specifies that the page definition cannot be changed during
startup procedures.
The value
aaaa specifies that the un-prefixed name, 1 to 4 characters
long, of the page definition is to be used as default. The name specified
here, or the JES3 system default, is the PSF default page definition.
CHARS Specifies a default JES3 font.
CKPNTPG
Specifies the number of pages between data-set checkpoints. If checkpoint
intervals are too frequent, printer performance is significantly reduced. If
intervals are too infrequent, and a PSF error occurs, the job has to be reprocessed
from the last checkpoint. In this case, printer performance is significantly
reduced if PSF errors continue to occur. The recommended starting value is 100.
DTYPE
Identifies the printer device type. For the Axis Network Print Server you should
specify the parameter value
PRTAFP1. This parameter is required.
FSSNAME
Specifies a unique FSS for this printer DEVICE statement. The value must match
the value coded for the FSSNAME parameter in the corresponding FSSDEF
statement.
HEADER
Specifies if job and data set header pages are printed. If DPF is installed, you may
need to specify HEADER=YES.
JNAME
Specifies the name of the printer FSA. Each printer FSA should have a unique
JNAME. This unique JNAME is 8 characters or fewer and must correspond to its
label on the
CNTL, ENDCNTL, and PRINTDEV statements for the PSF
startup procedure specified in the
PNAME parameter. This parameter is required.