370 pts.
 Create virtual printer
I'm new to AS/400 operations..what command do I use to setup a virtual printer queue? I have the outq name and IP address it needs to be.

Software/Hardware used:
ASKED: February 23, 2009  8:59 PM
UPDATED: February 24, 2009  5:03 PM

Answer Wiki:
Hi, The command you're looking for is probably CRTOUTQ (Create Output Queue). Regards, Martin Gilbert.
Last Wiki Answer Submitted:  February 24, 2009  9:43 am  by  Gilly400   23,625 pts.
All Answer Wiki Contributors:  Gilly400   23,625 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

We use the command recommended by Martin Gilbert.
If you like, I can send you a copy of one of our output queues to show the various parameters.

 5,525 pts.

 

Here’s an example of how I set up virtual printers:

CRTOUTQ OUTQ(PRT14) +
RMTSYS(*INTNETADR) +
RMTPRTQ(PRT14) +
AUTOSTRWTR(1) +
CNNTYPE(*IP) +
DESTTYPE(*OTHER) +
MFRTYPMDL(*XRX4235) +
INTNETADR(’10.10.10.12′) +
DESTOPT(XAIX) +
SEPPAGE(*NO) +
TEXT(‘Xerox WorkCentre M35′)

This creates the outq and the Remote Writer and starts the writer. Afterwards use the ENDWTR and STRRMTWTR commands.

 135 pts.

 

That would be great, thanks….can send to jlynch@sorrentolactalis.com

 370 pts.