Show TOC Entering content frame

 Procedure documentation Connecting a Printer Using TCP/IP (iSeries) Locate the document in its SAP Library structure

Use

If your printer is connected to the iSeries across a network using TCP/IP, the formatted print requests are passed from the SAP system to an iSeries output queue. Subsequently, they are passed from the output queue to the connected printer.

Prerequisites

Before you can print using a network printer, you must:

·        Create an output queue.

·        Start the printer.

Procedure

...

       1.      Enter the TCP/IP address for the printer in the host table or in the Domain Name System (DNS) using the functions provided by the CFGTCP menu.
For more information, see Configuring TCP/IP (iSeries).

       2.      To create the output queue, enter the iSeries command CRTOUTQ.

Example

CRTOUTQ OUTQ(QGPL/PRT1) RMTSYS('P100') RMTPRTQ('P100')
CNNTYPE(*IP) DESTTYPE(*OTHER) MFRTYPMDL(*HP4)
In this example, output queue PRT1 is created in library QGPL. PRT1passes the spool requests to the remote printer queue P100. The printer, in this case, is a printer of type HP4.

       3.      To start the printer, enter command STRRMTWTR (Start remote writer), specifying the name of the output queue as a parameter:

STRRMTWTR OUTQ(QGPL/PRT1)

Leaving content frame