AS/400 Report Printing Priority
5 pts.
0
Q:
AS/400 Report Printing Priority
In a batch process where 1000s of reports are going to printer from AS/400 system. Is there a way to set the printing priority. Print Priority by report/user etc.
ASKED: May 12 2009  7:59 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
23625 pts.
0
A:
 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0
  • AddThis Social Bookmark Button

Hi,

You could use OVRPRTF or CHGPRTF to set the OUTPTY of certain reports.

Regards,

Martin Gilbert.
Last Answered: May 12 2009  9:22 AM GMT by Gilly400   23625 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

WoodEngineer   2280 pts.  |   May 12 2009  6:05PM GMT

If you want all reports for a given user or group of users to have priority on your printer, you can a little code to your startup program to execute a CHGJOB command and set OUTPTY (output priority) to a lower number. This change would effect all reports.

We handle this by CHAINing to a control file by user ID to see if the user has a special print priority. You could also chain by the user’s group ID if a record is not found for the user ID.

 
0