User guide

B-1
Appendix B: Setting Up
OS/400
This appendix provides information about how to prepare to use
the OS400 operating system with OpenCard.
The printer supports the LPD/LPR (line printer daemon/line printer
remote)protocol to receive OpenCard data from a host computer.
Configuring the OS/400 Operating System
1. To configure the OS/400 operating system, type the following from a
command line exactly as shown. This creates the output queue for the printer.
In this example, the queue name is SPOUTQ. The parametersin italic text are
variable.
CRTOUTQ OUTQ(QUSRSYS/SPOUTQ) RMTSYS(*INTNETADR)
RMTPRTQ(RAW) CNNTYPE(*IP) DESTTYPE(*OTHER)
MFRTYPMDL(*WSCST) WSCST(QSYS/QWPDEFAULT)
INTNETADR(’XXX.XXX.XXX.XXX’) SEPPAGE(*NO)
TEXT(’SP Printer’)
2. To start the printer and start printing, type the following at a command line:
STRRMTWTR (QueueName)
Comments
3. To stop all printing to the printer, type the following:
ENDWTR (QueueName)
4. To monitor the printer, type the following:
WRKOUTQ (QueueName)