×
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.
All the "user submitted" jobs will go to *JOBQ QBATCH with a priority of 5 and will now single thread.
You can easily change any job on the job queue using the CHGJOB JOB(nnnnnn/xxx/xxx) JOBOTY(n) command or directly from the WRKJOBQ command via Option 2 (Change)
Submit anything you would like to run outside of the default setting of 5 to run at another job queue priority. It will then run concurrently with jobs running at other priorities.
For example: SBMJOB CMD(my_command) JOB(JOBNAME) JOBD(QBATCH) JOBQ(QBATCH) JOBPTY(6)
Jobs submitted with JOBPTY(6) will run 3 concurrent jobs as long as the Max Active setting for the *JOBQ and Subsystem Activity level aren't exceeded...
There is an API: Retrieve Job Queue Information (QSPRJOBQ) that could be used to gather up *JOBQ entries and change JOBPTY based on some rules in your code... but I think it would be a lot easier to change the JOBPTY on different *JOBD's and then use the appropriate *JOBD when you submit the jobs in the first place.
This explanation was more complicated than I thought it would be... I hope it makes sense..
Reply or Forwarded mail from: Kenneth E Graap
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Steinmetz, Paul
Sent: Monday, August 03, 2015 12:33 PM
To: 'Midrange Systems Technical Discussion'
Subject: [External]RE: Automatically Moving Jobs Around
As an Amazon Associate we earn from qualifying purchases.
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.