Chapter 9 Program Materials
Program Materials
A program is identified by a program number and a feature number. The program number for Coax Printer Support is
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
•InfoPrint Server Customization Guide,
•InfoPrint ServerOperation and Administration,
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 47. 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 48. Example Of Proc Used To Start INFOPRINT Server
188