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



<snip>
I have successfully set up a remote outq for our Konica 7065, but I have
been asked to set up a printer device description so our users can easily
select the Konica from the printer list. Can anyone out there supply me
with
the configuration to set up the printer device description.
<end snip>

Here is an example of what I have done in the past to create a remote
output queue and an associated printer

     CRTOUTQ    OUTQ(QUSRSYS/OUTQ) RMTSYS(*INTNETADR) +
               RMTPRTQ(RAW) AUTOSTRWTR(1) MSGQ(SUPCENT) +
               CNNTYPE(*IP) DESTTYPE(*OTHER) +
               TRANSFORM(*NO) USRDTATFM(TSPRWPR) +
               MFRTYPMDL(*HP4) INTNETADR(xxx.xxx.xxx.xxx) +
               DESTOPT('xaix xautoq') SEPPAGE(*NO)
     CRTDEVPRT  DEVD(OUTQ) DEVCLS(*VRT) TYPE(3812) MODEL(1) +
               ONLINE(*NO) CTL(QVIRCD0001) FONT(11) +
               MSGQ(SUPCENT) TRANSFORM(*YES) +
               MFRTYPMDL(*HPII)

Make sure that the output queue is created in QUSRSYS.

Note:  TSPRWPR is a C program that is used to perform print transformation.
It is not required, however, it does provide "pagerange" support along
other functions.  The instructions on how to create this program exist in
QUSRTOOL/QATTINFO(TSPRWPRI).

Paul R. Weyer
Senior Solutions Architect
Computech Resources, Inc.
Phone:  262-785-8167
Fax:       262-785-8107



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.