Chapter 12 Program Materials

Program Materials

A 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 PrintServer 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 associating printer, PRINTER9 with INFOPRINT SERVER.

/*

PRT9 AND FSSDEF FOR LINE MATRX 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

 

 

 

 

 

Figure 37. JES Definition Defining PRINTER9

 

 

 

//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=*

//

Figure 38. Example Of Proc Used To Start INFOPRINT Server

276