User`s manual

AXIS 5570e/AXIS 5670e User’s ManualSection 5: Setting Up - IBM Mainframe (zSeries)
89
The following paragraphs describe the JES2 initialization statements
shown above, which are typical of the JES2 statements used with
PSF. For more detailed descriptions of all JES2 initialization
statements, refer to the JES2 initialization and tuning publication for
your operating system.
FSS Statement:
The FSS initialization statement is optional but recommended. If it is
omitted, JES2 generates a default FSS for that device. The
FSS
initialization statement defines an FSS to JES2. The
FSS statement is
associated with one or more
PRTnnnn statements that define each
printer FSA. For a description of all FSS parameters, refer to the JES2
initialization and tuning publication for your operating system. The
FSS statement contains the following parameters for PSF:
PRTnnnn Statement:
A PRTnnnn statement, which is required to define each printer nnnn
statement FSA, is associated with an
FSS statement. Each printer
FSA should have a unique
PRTnnnn name that must match the label
on the
CNTL, ENDCNTL, and PRINTDEV statements for the PSF startup
procedure specified in the
PROC parameter.
Note:
FSS Statement Explanation
FSS (fasname)
Specifies the unique 1- to 8-character name of a particular FSS. This name is referenced in the PRTnnnn
statement for each printer FSA that is associated with this FSS. When you start the first printer that has an FSA
definition for that FSS, an FSS address space is created for PSF. PSF manages this FSS and the printer FSA for
the first printer. If you start a second printer with an FSA definition for the same FSS, PSF manages a separate
FSA for the second printer in that FSS.
PROC
Specifies a procedure for starting the PSF FSS. The procedure, which must be defined before that FSS is started,
is a member of either SYS1.PROCLIB or a library concatenated to SYS1.PROCLIB.
HASPFSSM
Specifies the 1- to 8-character name of the load module that is loaded into the PSF FSS address space. This
load module contains the various FSI service routines that JES2 supplies. For PSF, specify the default value
(
HASPFSSM=HASPFSSM).
The label on the PRINTDEV statement must be 8 characters or fewer. PSF
accepts the PRTnnnn, PRINTnn, and PRINTERn formats. PRTnnnn is the
recommended format.