ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

How change outq

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

  • How change outq

    Hello

    Someone knows how I can change the outq for one device in APF3812 I Try but the device only send to the old outq.

    Greetings

  • #2
    Re: How change outq

    Hi Jesus:
    I'm not quite sure about your question.
    If you want a different printer to print contents of an outq....
    Code:
    STRPRTWTR DEV(MYPRINTER) OUTQ(DIFFERENTOUTQ)
    if you want users to print in a different outq....
    chgusrprf usrprf(userid) outq(newoutq)
    or
    Look into job descriptions
    or
    Look at each cl program's printer override
    Best of Luck
    GLS
    The problem with quotes on the internet is that it is hard to verify their authenticity.....Abraham Lincoln

    Comment

    Working...
    X