× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



>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 thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.