|
>How do you create a remote writer. You can *start* a remote writer: STRRMTWTR OUTQ(foo) But I'll guess that you really want to set up a new printer, and have been told (or read) that you should use a remote outq? If so, assuming its printer 'foo' at address 1.1.1.1: CRTOUTQ OUTQ(qusrsys/foo) RMTSYS(*INTNETADR) RMTPRTQ(TEXT) CNNTYPE(*IP) DESTTYPE(*OTHER) AUTOSTRWTR(1) INTNETADR(1.1.1.1) RMTPRTQ() could be a hangup. It is usually something generic like 'RAW', 'PASS' or 'TEXT', but can be anything, you'll need to check your printer/print server's manual. (Zebra printers default to 'portLF1' for example.) You can even make it look like a normal printer by associating a virtual printer cfg with it: CRTDEVPRT DEVD(foo) DEVCLS(*VRT) TYPE(3812) MODEL(1) ONLINE(*NO) FONT(11)
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.