Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

How to restart printing from output queue ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to restart printing from output queue ?

    We used this command to create an output queue/printer (Lexmark 2491, with interface Marknet) CRTOUTQ OUTQ(QUSRSYS/MyPrinter) RMTSYS(*INTNETADR) AUTOSTRWTR(1) CNNTYPE (*IP) INTNETADR('123.456.1.123') We cannot find a way to restart our spooled files as we do with usual printers (for example, for a spooled file of 50 pages, we want to print only from page 12 to 35 ) any help will be appreciated René

  • #2
    How to restart printing from output queue ?

    You may have solved this by now, but I only found your message today. Try creating a print device description which is attached to the network printer (RMTLOCNAME('123.456.1.123')) and then cr eat a standard output queue over that (RMTSYS(*NONE) on CRTOUTQ). I believe this will allow you to use the page range features. If you need to access this printer from another AS400, and require the page range feature, create an output queue which points to an existing output queue on the system which points to the network printer. For example: CRTOUTQ OUTQ(MYLIB/REMOTEQUE) RMTSYS(SYSTEMX) RMTPRTQ(QPRINT) CNNTYPE(*IP) TRANSFORM(*NO) This this case SYSTEMX is defined in the TCP Host table entry.

    Comment

    Working...
    X