Quickly change printer: Difference between revisions

From Try-AS/400
Jump to navigation Jump to search
(New)
 
(More preicse)
Line 9: Line 9:


  CHGJOB PRTDEV(*USRPRF)
  CHGJOB PRTDEV(*USRPRF)
Note: Since the ''job'' is changed, and not the ''job description'', the changed printer definition will reset itself after signoff.


== See also ==
== See also ==

Revision as of 22:48, 21 August 2021

Qsicon Fixme.png This article isn't finished yet or needs to be revised. Please keep in mind that thus it may be incomplete.

Reason: Explain how the OS chains special values until a final printer device is known.

Sometimes it's desirable to quickly change the default printer to another one.

This can be achieved by changing the current job:

CHGJOB PRTDEV(PDFWRITER)

and back:

CHGJOB PRTDEV(*USRPRF)

Note: Since the job is changed, and not the job description, the changed printer definition will reset itself after signoff.

See also