User`s manual
Setting Up - IBM Mainframe (zSeries)
54 AXIS 5570e / AXIS 5670e User’s Manual
defined by an FSSDEF statement, and the FSA is defined by a DEVICE
statement.
The maximum number of FSSs and FSAs that are supported are:
• FSSs = 2000
• FSAs per FSS = 64
The actual number of FSAs per FSS depends on several factors like:
• The virtual region size below the 16-megabyte line
• The number and the size of form definitions and page definitions
• The number of buffers specified (
BUFNO) for channel-attached printers
• The block sizes of the font, page segment, overlay, form definition, and
page definition libraries
JES2 Initialization The example below shows a sample JES2 statements for a TCP/IP-
attached Axis Network Print Server:
Note:
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:
FSS (FSS1) PROC=SAMPPROC,HASPFSSM=HASPFSSM
PRT1 FSS=FSS1,MODE=FSS,PRMODE=(LINE,PAGE,),
CLASS=C,UCS=0,SEP=NO,SEPDS=NO,CKPTPAGE=100
START=YES,MARK=NO,TRKCELL=YES
This is only an example. For specific coding for JES parameters, refer to the JES publication
for the level of JES you are using.