Chapter 11 Program Materials
284
Program Materials
An IBM program is identified by a program number and a feature
number. The program number for Coax Printer Support is
5697-F51.
Additional information regarding the telnet server and Info Print
Server can be found in the following manuals.
For z/OS V1R2 and above, the TCPIP information can be
found in SG24-5227-3, Communications Server for z/OS V1R2
TCP/IP Implementation Guide.
InfoPrint Server Customization Guide, S544-5744-03.
InfoPrint ServerOperation and Administration, S544-5745-03.
1. Look at the JES definition defining and associatin g printer,
PRINTER9 with INFOPRINT SERVER.
Figure 37. JES Definition Defining PRINTER9
Figure 38. Example Of Proc Used To Start INFOPRINT Server
/* PRT9 AND FSSDEF FOR 6500 06/27/97 MM */
PRINTER9 CLASS=K,SEP,NOMARK,MODE=FSS,FSS=PRINTWAY, X
PRMODE=(LINE,PAGE),WS=(W,Q),SETUP=NOHALT,START=NO
/* ASSOCIATE PRINTWAY WITH ITS START UP PROCEADURE */
FSS(PRINTWAY) PROC=COURWTR,AUTOSTOP=YES
//COURWTR PROC
//* -------------------------------------------------------------*
//IEFPROC EXEC PGM=ANFFIEP,REGION=3M,PARM='INV=AOP1' z/OS4 INV
//STEPLIB DD DSN=IPPW.PW311.SANFLOAD,DISP=SHR
//ANFQUEUE DD DSN=ANDREE.z/OS4.QUEUE,DISP=SHR
//ANFMMSG DD DSN=ANDREE.z/OS4.MSGFILE,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSABEND DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//