Defining the printer to the host: TCP/IP attachment
Installation Planning Guide F-13
If this parameter is not coded, PSF uses the default name, TCPIP. (For a full description of the PARM pa r ameter, refer to Print Services Facility for OS/390 Customization.)
5. Configure TCP/IP for MVS for the printer
NOTE: The information in this section is for TCP version 3.2 and 3.3. For version 3.4 or later, refer to the appropriate IBM documentation.
The TCP/IP Profile dataset contains statements that define the
parameters used by TCP/IP for MVS address space. The
following parameters have special consid er ation for PSF and the
TCP/IP-attached printers.
Table F-6. PSF/MVS PRINTDEV statement example
//PRT277 CNTL
//PRT277 PRINTDEV FONTDD=*.FONT01, /* FONT LIBRARY DD */
// OVLYDD=*.OLAY01, /* OVERLAY LIBRARY DD */
// IPADDR=’13.240.160.97’, /* PRINTER IP ADDRESS */
// PORTNO=5005 /* PORT NUMBER */
// PSEGDD=*.PSEG01, /* SEGMENT LIBRARY DD */
// PDEFDD=*.PDEF01, /* PAGEDEF LIBRARY DD */
// FDEFDD=*.FDEF01, /* FORMDEF LIBRARY DD */
// JOBHDR=*.JOBHDR, /* JOB HEADER SEPARATOR OUTPUT */
// JOBTRLR=*.JOBTLR, /* JOB TRAILER SEPARATOR OUTPUT */
// DSHDR=*.DSHDR, /* DATA SET HEADER SEPARATOR */
// MESSAGE=*.MSGDS, /* MESSAGE DATA SET OUTPUT */
// BUFNO=29, /* NUMBER OF WRITE DATA BUFFERS */
// PAGEDEF=X06483, /* DEVICE PAGEDEF DEFAULT */
// FORMDEF=A10111, /* DEVICE FORMDEF DEFAULT @H3C*/
// CHARS=(GT15, /* DEVICE */
// GT12,GT18,GT24), /* DEFAULT FONT SET @H3C*/
// PIMSG= (YES,999), /* ACCUMULATE DATA SET MESSAGES */
// DATACK=BLOCK, /* BLOCK DATA CHECKS */
// TRACE=NO /* BUILD INTERNAL TRACE @H3C*/
// PRT277 ENDCNTL