Entering content frameProcedure documentation Attaching Printer Directly (iSeries) Locate the document in its SAP Library structure

Use

You can attach printers directly by using LAN or by using Twinax.

Procedure

To create a device description (*DEVD) for a directly attached printer, for example an HP-compatibel LAN attatched printer:

  1. Enter the command CRTDEVPRT.

Example

CRTDEVPRT DEVD(prt100) DEVCLS(*LAN) TYPE(3812) MODEL(1) LANATTACH(*IP)
PORT(9100) FONT(11 *NONE) FORMFEED(*AUTOCUT) PRTERRMSG(*INFO)
INACTTMR(*SEC15) TRANSFORM(*YES)
MFRTYPMDL(*HP4) RMTLOCNAME('<ip-hostname of the printer>')
SYSDRVPGM(*HPPJLDRV)

  1. To start the printer, enter the iSeries command STRPRTWTR.

Example

STRPRTWTR <PRT100>

 

 

 

 

Leaving content frame