67 lines
5.1 KiB
HTML
67 lines
5.1 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="task" />
|
||
|
<meta name="DC.Title" content="Start a batch job that is waiting in the job queue" />
|
||
|
<meta name="abstract" content="Occasionally you might need to force a job to start immediately. While moving the job to a job queue that is not busy is the most efficient method to accomplish this, there are some other methods that you can use." />
|
||
|
<meta name="description" content="Occasionally you might need to force a job to start immediately. While moving the job to a job queue that is not busy is the most efficient method to accomplish this, there are some other methods that you can use." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaksmanagebatchjobs.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakshowabatchjobstarts.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="../rzalu/rzaluqprtjob.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004-2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004-2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzaksstartbatchjob" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Start a batch job that is waiting in the job queue</title>
|
||
|
</head>
|
||
|
<body id="rzaksstartbatchjob"><a name="rzaksstartbatchjob"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Start a batch job that is waiting in the job queue</h1>
|
||
|
<div><p>Occasionally you might need to force a job to start immediately.
|
||
|
While moving the job to a job queue that is not busy is the most efficient
|
||
|
method to accomplish this, there are some other methods that you can use.</p>
|
||
|
<div class="p">To start a batch job, first check the status of the job queue in which
|
||
|
the job resides and determine if moving the job to another queue makes the
|
||
|
most sense for your situation. (<span class="menucascade"><span class="uicontrol">My Connections</span> > <span class="uicontrol">server</span> > <span class="uicontrol">Work Management</span> > <span class="uicontrol">Job
|
||
|
Queues</span> > <span class="uicontrol">Active Job Queues or All Job Queues</span></span>) <p>If moving the job to another queue isn't feasible,
|
||
|
you can place the running jobs on hold and then move the job that you need
|
||
|
to start up in priority. However, use caution when using this method because
|
||
|
the held jobs are still included in the maximum active job count.</p>
|
||
|
</div>
|
||
|
<div class="section">To change the priority of the job and indicate when it should run,
|
||
|
do the following:</div>
|
||
|
<ol><li><span>Right-click the job and click <span class="uicontrol">Properties</span>.</span></li>
|
||
|
<li><span>On the Job Properties window, click the <span class="uicontrol">Job Queue</span> tab.</span></li>
|
||
|
<li><span>Change the <span class="uicontrol">Priority on job queue </span> to a higher
|
||
|
priority (0 is the highest).</span></li>
|
||
|
<li><span>Set the <span class="uicontrol">When to make job available to run</span> to
|
||
|
either Now or specify the date and time.</span></li>
|
||
|
<li><span>Click<span class="uicontrol"> OK</span>.</span></li>
|
||
|
</ol>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaksmanagebatchjobs.htm" title="Jobs that do not require user interaction to run can be processed as batch jobs. A batch job typically is a low priority job and can require a special system environment in which to run.">Manage batch jobs</a></div>
|
||
|
</div>
|
||
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
||
|
<div><a href="rzakshowabatchjobstarts.htm" title="When a user submits a batch job, the job gathers information from several system objects before it is placed on a job queue.">How a batch job starts</a></div>
|
||
|
</div>
|
||
|
<div class="relinfo"><strong>Related information</strong><br />
|
||
|
<div><a href="../rzalu/rzaluqprtjob.htm" title="A QPRTJOB job is a job that spooled files are associated with when the current job's user name is not the same as the user profile currently running. System jobs can change to run under a user's profile in order for a user to obtain ownership of the spooled file instead of the system job.">QPRTJOB job</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|