![Axis 27980R1 User Manual Download Page 53](http://html1.mh-extra.com/html/axis/27980r1/27980r1_user-manual_3038772053.webp)
Setting Up - IBM Mainframe (zSeries)
AXIS 5570e User’s Manual
53
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.