Chapter | 6 | Configuring PSF for z/OS to Print IPDS Files |
|
|
|
|
|
|
//*/* FAILURE*/
//TIMEOUT=REDRIVE/* PSF ACTION ON TIMEOUT*/
//MGMTMODE=OUTAVAIL,/* PRINTER MANAGEMENT MODE*/
//DISCINTV=15,/* DISCONNECT INTERVAL IN*/
//*/* SECONDS*/
//IPADDR=’xxx.xxx.xxx.xxx’/* IP ADDRESS FOR TCP/IP*/
//PRT1ENDCNTL
Figure 35. Sample PSFPROC procedure
NOTE: To specify a TCP/IP address space name other than the default, TCPIP, code the following exec statement in the writer procedure:
//STEP01EXEC PGM=ASPPIEP,REGION=4096K,
PARM=(,,,,tcpip_name)
where tcpip_name is the name of the TCP/IP address space. If this parameter is not coded, PSF uses the default name, TCPIP.
The IP address is the only required parameter. Other parameters may be set to facilitate printer sharing as described in “Sharing Line Matrix Printers on z/OS” on page 138. For a description of the PRINTDEV statement, which is not given here, see the PSF System Programming Guide.
IPADDR
Specifies the IP address for the printer or attachment, in dotted- decimal notation. Do not specify a hostname in place of the dotted- decimal address.
136