View previous topic :: View next topic |
Author |
Message |
Arturo Beginner
Joined: 09 Jun 2004 Posts: 13 Topics: 6 Location: Miami, Florida
|
Posted: Sat Nov 05, 2005 11:05 pm Post subject: Input Job Queue |
|
|
To All,
I there a parm that I can put in my jcl to make my job be the first in line to execute once it arrives in the input queue?
Scenario:
All initiators are being used and I have twenty jobs waiting in line for a initiator. But I want this job that I am submitting to get in front of those twenty jobs.
Any info appreciated. _________________ Regards,
Arturo |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Sun Nov 06, 2005 12:48 am Post subject: |
|
|
Job schedulers may have some such option. I've never used one. If you know of a job class that has an open, active initiator, you can submit the job to that class, but be aware that job classes are intended as a system performance and work scheduling tool, and misusing them in this manner may get you in trouble at some sites. If you are just using a personal, test or lightly used z/OS system, then this is a perfectly reasonable use of job classes and initiators. Doing this in a production system can cause major problems if it causes required initiators to become unavailable.
There are many tools available to look at initiators and their associated classes and states: SDSF's INIT, TASID option 4, /$DI in SDSF if you have authority, etc. |
|
Back to top |
|
 |
nevilh Beginner
Joined: 11 Aug 2004 Posts: 115 Topics: 0
|
Posted: Sun Nov 06, 2005 8:53 am Post subject: |
|
|
have you tried coding a prty= parameter on your jobcard.
Many installations stop its use but you never know you might be lucky |
|
Back to top |
|
 |
Arturo Beginner
Joined: 09 Jun 2004 Posts: 13 Topics: 6 Location: Miami, Florida
|
Posted: Sun Nov 06, 2005 12:24 pm Post subject: |
|
|
I have changed the class and really did not want to go that route for the same reasons that you mention. I have also used the prty= and doesn't do anything except put the job in the last position.
I didn't mention in my original post that we use WLM.
Thank you both for your suggestion and hopefully along with others we'll find that parm. _________________ Regards,
Arturo |
|
Back to top |
|
 |
js01 Beginner
Joined: 13 Oct 2005 Posts: 84 Topics: 32 Location: INDIA
|
Posted: Mon Nov 07, 2005 12:31 am Post subject: |
|
|
You have to talk with your system people to prioritize your jobs in spool. |
|
Back to top |
|
 |
|
|