First step:
We have to configure the TCP/IP-LPD remote output queue with the command CRTOUTQ.
Assuming that:
CRTOUTQ OUTQ(QUSRSYS/LASER1) RMTSYS(*INTNETADR) RMTPRTQ('LPT1') +
AUTOSTRWTR(1) CNNTYPE(*IP) DESTTYPE(*OTHER) MFRTYPMDL(*WSCST) +
WSCST(QSYS/QWPHPLSR4) INTNETADR('192.168.1.100') DESTOPT('XAIX XAUTOQ')
If the remote system is defined in iSeries' hosts' table, the RMTSYS parameter can accept its name, avoiding the specification of the IP address (INTNETADR).... USRDTATFM(QUSRSYS/TSPRWPR) TRANSFORM(*NO)assuming that you have uploaded the TSPRWPR program in QUSRSYS library.
Second step:
Create a dummy device description for spooling print files.
Assuming that:
CRTDEVPRT DEVD(LASER1) DEVCLS(*VRT) TYPE(3812) MODEL(1) +
ONLINE(*NO) FONT(011)
Please note that some parameters, like font type, are commands defaults, so they are not mandatory.
(c)2003-2004 Paul T.Threshold