+ Reply to Thread
Results 1 to 6 of 6

Thread: Change Job Queue priority

  1. #1
    Guest.Visitor Guest

    Default Change Job Queue priority

    I don't think so, but You could use together a submit job with a scheduled time and the "special" queue QS36EVOKE, which normally starts the jobs immediately (so you are sure other jobs will not wait). For example, if Your job has to end before 19.00 and has a duration of 40 minutes, start a job SMBJOB CMD(CALL(YourLIB/YourJob)) JOBQ(QS36EVOKE) SCDTIME(181000) or something like this HTH René

  2. #2
    Guest.Visitor Guest

    Default Change Job Queue priority

    Jack, Before we can give you a definitive answer, we need to be clear on what you are really asking. I can't tell if you are asking about Jobq priority or job run priority. JobQ priority specifies where a job sits in the queue while it waits to run. Job Queues specify how many jobs can run at the same time and how many of a certain jobq priority can run at the same time. Job run priority specifies the order in which a job is eligible to request processing time. Bill > Is there any way to change a jobq to run at a certain priority? We have some evening and overnight > jobs that need to finish by a certain time and we'd like to change the priority of a jobq. Can it be done?

  3. #3
    Guest.Visitor Guest

    Default Change Job Queue priority

    I'm not familiar with a job queue priority change however you can change the priority and timeslice via CHGCLS. You can change the attributes for a specific class (or create your own class). You could change this via job scheduled entry and change back to normal operations at designated times.

  4. #4
    Guest.Visitor Guest

    Default Change Job Queue priority

    Is there any way to change a jobq to run at a certain priority? We have some evening and overnight jobs that need to finish by a certain time and we'd like to change the priority of a jobq. Can it be done? Thanks, Jack

  5. #5
    Guest.Visitor Guest

    Default Change Job Queue priority

    Bill, I would like to change the run priority of a jobq so that any jobs being submitted will run at that level. As I look at the jobqs, they all have a run priority of 0. Maybe I can't change this setting. Jack

  6. #6
    Guest.Visitor Guest

    Default Change Job Queue priority

    Jack, Run priority can be assigned via a class or job description -not- a job queue. I think the only way you do what you want would be to have a scheduled job that runs at a specific time which looks at all of the jobs waiting to run in your special jobq and for every job that is still waiting, you do a ChgJob to lower it's run priority. Bill > I would like to change the run priority of a jobq so that any jobs being submitted will run at that level. > As I look at the jobqs, they all have a run priority of 0. Maybe I can't change this setting.

+ Reply to Thread

Similar Threads

  1. Change Job queue
    By David Abramowitz in forum General
    Replies: 10
    Last Post: 11-15-2006, 12:50 PM
  2. Priority Queue
    By dacust in forum General
    Replies: 8
    Last Post: 02-09-2005, 05:59 AM
  3. Job priority
    By Guest.Visitor in forum IBM i (OS/400, i5/OS)
    Replies: 2
    Last Post: 01-29-2001, 06:38 AM
  4. Replies: 4
    Last Post: 01-22-2001, 10:59 AM
  5. Change print priority for a Device
    By Guest.Visitor in forum Application Software
    Replies: 6
    Last Post: 04-27-1999, 02:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts