96
ETHERNET TO TWINAX/COAX PRINT SERVER
3. Enter the ping command again from the MVS system. If you receive a
successful response to the ping command, there is a duplicate IP address.
Consult your system administrator.
8.2.6 D
EFINE THE
P
RINTER TO
JES
When an print server is used with JES, it must be defined for deferred printing
mode with JES.
• The JES2 printer definition initialization member, located in the system
PARMLIB is shown below:
FSS (FSS1), PROC=PSFPROC,HASPFSSM=HASPFSSM
PRT1 FSS=FSS1,MODE=FSS,PRMODE= (LINE,PAGE,SOSI1),
CLASS=C, UCS=0, SEP, NOSPEPDS, CKPTPAGE=100
DRAIN, MARK, TRKCELL=YES
The above example is correct for JES2 3.11 and above. For earlier versions of
JES2, the statement is FSSDEF and would be stated as FSSDEF
FSSNAME=FSS1.
The value specified for the PROC parameter must match the name on the
PSF/MVS startup procedure.
• The JES3 printer definition is shown below. This example is not executable,
but is intended to help the JES3 systems programmer define the printer to the
MVS host.
FSSDEF, TYPE=WTR, FSSNAME=FSS1, PNAME=PSFPROC,
SYSTEM=SYS1, TERM=NODEVICE, JNAME=PRT1,
JUNIT=(,SYS1,,OFF), FSSNAME=FSS1, MODE=FSS,
PM=(LINE,PAGE,SOSI1),CHARS=(YES,GT12),
The value specified for the JNAME parameter must match the name of the
printer in the PSF/MVS startup procedure.
The value specified for the PNAME parameter must match the name on the
PSF/MVS startup procedure.