× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



If you wanted to do this by USERID, without having to change the subsystem
and create a bunch of different rounting entries and classes... 

Create an initial program that sets the priority the way you want and
specify it on the user profile... This program probably will have to adopt
authority and then transfer control.

Something like this:

Program name SETPTY10  (You could set up many of these, one for each
different priority)

PGM
CHGJOB RUNPTY(10)
TFRCTL PGM(XXXX)  <--- The program you want to run after setting the
priority  
ENDPGM                  This program "could" do things specific to this user
profile
                           or be a generic "start application" program.

CHGUSRPRF USRPRF(UserPrf) INLPGM(QGPL/SETPTY10) INLMNU(*SIGNOFF) 


Kenneth

-----Original Message-----
From: Chris Bipes [mailto:chris.bipes@xxxxxxxxxxxxxxx]
Sent: Wednesday, November 19, 2003 3:18 PM
To: 'Midrange Systems Technical Discussion'
Subject: RE: User priority in QINTER


Unique job descriptions with different routing entries.

JobD => Routing => Class = runpty timeslice and purge

-----Original Message-----
From: Condon, Mike

Is there a way to automatically raise (or lower) the priority an interactive
job gets at login time by userid?
_______________________________________________
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.