
Return to the Printing Tips
IPDS printing on a network printer.
If your printer has a IP address and if the volume of printing is low, you should really look into host print transform.
Here is the command that we use:
CRTDEVPRT DEVD(P999P01) DEVCLS(*LAN) TYPE(3812) MODEL(1)
LANATTACH(*IP) +
PORT(9100) FONT(11) FORMFEED(*AUTOCUT) PARITY(*NONE) +
STOPBITS(1) TRANSFORM(*YES) RMTLOCNAME('w.x.y.z')
SYSDRVPGM(*HPPJLDRV) TEXT('Description') +
WSCST(HP5)
Where : P999P01 = Printer name and w.x.y.z = Printer address (you can substitute a host name if it is present in the host table)[report a broken link by clicking here]






