![Axis 27980R1 User Manual Download Page 55](http://html1.mh-extra.com/html/axis/27980r1/27980r1_user-manual_3038772055.webp)
Setting Up - IBM Mainframe (zSeries)
AXIS 5570e User’s Manual
55
JES3 Initialization
Below is sample JES3 statements for an TCP/IP attached Axis Network
Print Server. In the example the JNAME=PRT1 has been used.
Note:
The following paragraphs describe the JES3 initialization statements
shown above, which are typical of the JES3 statements used with PSF.
For more detailed descriptions of all JES3 initialization statements, refer
to the JES3 initialization and tuning publication for your operating
system.
FSSDEF Statement:
The FSSDEF initialization statement is optional but recommended. If it is
omitted, JES3 generates a default FSS for the printer being invoked.
PRTnnnn
Statement
Explanation
PRMODE
Specifies the data-set processing modes supported for the printer. It lists all
the PRMODE values that the printer accepts. If the Axis Network Print Server is
connected to a PostScript printer, the correct setting is
PRMODE=(PAGE,LINE,)
.. This setting indicates that composed-page
and line data sets can be printed.
SEP
Enables job-header and job-trailer separator pages to be produced.
Note1: If the Distributed Print Function (DPF) of PSF/2 is installed, you may
need to set this parameter to
YES
.
Note2: This parameter is new in JES2 and replaces the SEP | NOSEP parameter.
SEPDS
Enables formatted data-set header separator pages to be produced.
Note: This parameter is new in JES2 and replaces the SEPDS | NOSEPDS
parameter.
START
Specifies the way that the printer is started. The parameter value
NO
specifies
that the printer is to be started by an operator command. The parameter value
YES
specifies that the printer, if it is ready, is to start automatically when
JES2 starts processing.
Note: This parameter is new in JES2 and replaces the DRAIN | START
parameter.
TRKCELL
Specifies whether track-cell despooling is to be used or not. It is recommended
to set this parameter to
YES
.
UCS
Specifies a default font. If you want to select a font in the startup procedure
instead of the JES2 default font, you should set this parameter to
0
.
FSSDEF,TYPE=WTR,FSSNAME=FSS3,PNAME=SAMPPRO3,SYSTEM=SYS1,TERM=NO
DEVICE,DTYPE=PRTAFP1,JNAME=PRT1,JUNIT=(,SYS1,,ON),FSSNAME=FSS3
MODE=FSS,PM=(LINE,PAGE,),CHARS=(YES,GT12),
CARRIAGE=(TES,A868),CKPNTPG=100,HEADER=YES,WC=(C)
This is only an example. For specific coding for JES parameters, refer to the JES publication
for the level of JES you are using.