610 pts.
 OUTPUTQUE with CHGSPLFA
I have 2 users, one *USER and another *SECOFR

When the user *USER change the spoolfile, the options was displayed

                           Additional Parameters                                                                                              Output queue . . . . . . . . . .   QPRINT        Name, *SAME, *DEV       Library  . . . . . . . . . . .     QGPL        Name, *LIBL, *CURLIB  File separators  . . . . . . . .   0             0-9, *SAME           

and when the user *SECOFR change the spoolfile, the options was displayed

                            Additional Parameters                                                                                             Output queue . . . . . . . . . .   *DEV          Name, *SAME, *DEV      Library  . . . . . . . . . . .                 Name, *LIBL, *CURLIB File separators  . . . . . . . .   0             0-9, *SAME          

Question: All times the user *user (only this User class) needs change the option Output queue to PRTALMOX/QUSRSYS

How can I resolve this situation ?

 



Software/Hardware used:
ASKED: May 28, 2010  9:34 PM
UPDATED: June 4, 2010  9:05 PM

Answer Wiki:
I assume this is currently being run from a command line. If this is to be constantly changed, it may be best to put an OVRPRTF in the CL program. and send it to PRTALMOX/QUSRSYS. Is the job that creates this run by both *user and *Secofr ? If so who is changing it the most often ?
Last Wiki Answer Submitted:  June 4, 2010  7:30 pm  by  ToddN2000   3,890 pts.
All Answer Wiki Contributors:  ToddN2000   3,890 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

Question: All times the user *user (only this User class) needs change the option Output queue to PRTALMOX/QUSRSYS

How can I resolve this situation ?

What situation?

Is the *USER user unable to set the outq to QUSRSYS/PRTALMOX? (PRTALMOX/QUSRSYS is probably a typo.) Does the user see an error message? If so, what is the message including the message identifier?

What is the problem exactly?

Tom

 107,735 pts.

 

If you want the user *USER to always have their output to QUSRSYS/PRTALMOX and not QGPL/QPRINT, check the jobd in the user profile. The outq may be specified there. If the jobd displays ‘*USRPRF’ then you may specify the Output queue and Library in the user profile to QUSRSYS/PRTALMOX. If it’s just for a particular report, then use OVRPRTF as noted prior.

 5,665 pts.