ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaks_5.4.0.1/rzaksmovejobinqueue.htm

82 lines
5.6 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="Move a job up in priority within a job queue" />
<meta name="abstract" content="All jobs in a job queue wait in line for processing. As each job in the queue completes, the next job in line begins. The processing order of the jobs in the queue depends upon the job's priority, and the maximum number of jobs that can run at the same time on the subsystem." />
<meta name="description" content="All jobs in a job queue wait in line for processing. As each job in the queue completes, the next job in line begins. The processing order of the jobs in the queue depends upon the job's priority, and the maximum number of jobs that can run at the same time on the subsystem." />
<meta name="DC.Relation" scheme="URI" content="rzaksmngjbcmntsk.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="rzaksmovejobinqueue" />
<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>Move a job up in priority within a job queue</title>
</head>
<body id="rzaksmovejobinqueue"><a name="rzaksmovejobinqueue"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Move a job up in priority within a job queue</h1>
<div><p>All jobs in a job queue wait in line for processing. As each job
in the queue completes, the next job in line begins. The processing order
of the jobs in the queue depends upon the job's priority, and the maximum
number of jobs that can run at the same time on the subsystem.</p>
<div class="p"><p>Sometimes the importance of a job changes as it goes through its
life cycle. It can increase or decrease in priority in relation to other jobs.
Because these changes occur, you need to know how to change the priority of
a job within the job queue. </p>
<p>The priority of a job on a job queue helps
determine when the job goes to the subsystem to run. A range from zero to
nine (zero being the most important) determines the priority of a job on a
job queue.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaksmngjbcmntsk.htm" title="This information discusses the most common tasks that you can perform with jobs. It provides you with instructions for both iSeries Navigator (where available) and the character-based interface.">Common job tasks</a></div>
</div>
</div><div class="nested1" xml:lang="en-us" id="navmovejobinqueue"><a name="navmovejobinqueue"><!-- --></a><h2 class="topictitle2">iSeries Navigator</h2>
<div><div class="section">You can use iSeries™ Navigator to change a job's priority
in the job queue.</div>
<ol><li><span>Expand <span class="menucascade"><span class="uicontrol">My Connections</span> &gt; <span class="uicontrol">server</span> &gt; <span class="uicontrol">Work Management</span> &gt; <span class="uicontrol">Job Queues</span> &gt; <span class="uicontrol">Active
Job Queues or All Job Queues</span> &gt; <span class="uicontrol">The job queue in which
your job is located</span></span>.</span></li>
<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>From the <span class="uicontrol">Priority on job queue</span> list, select
a higher (or lower) priority number. The job queue priority ranges from 0-9,
with 0 being the highest priority.</span></li>
<li><span>Click <span class="uicontrol">OK</span>. The job queue priority has been
changed for your job. For example, changing a priority 4 job to a priority
3 moves the job to the bottom of the list of jobs that have a priority 3.</span></li>
<li><span>Press F5 to refresh the Job Queue window.</span></li>
</ol>
</div>
</div>
<div class="nested1" xml:lang="en-us" id="cbimovejobinqueue"><a name="cbimovejobinqueue"><!-- --></a><h2 class="topictitle2">Character-based interface</h2>
<div><div class="section"><strong>Command</strong>: Change Job (<span class="cmdname">CHGJOB</span>)<p><strong>Parameter</strong>: <span class="parmname">JOBPTY</span> </p>
</div>
<div class="example"><strong>Example: </strong>This command changes the scheduling priority for
the job PAYROLL to 4. Because only the simple name of the job is specified,
there can be only one job named PAYROLL in the system. If there is more than
one, the default of DUPJOBOPT(*SELECT) causes a selection panel to be displayed
in an interactive job. <blockquote><pre> CHGJOB JOB(PAYROLL) JOBPTY(4)</pre>
</blockquote>
</div>
</div>
</div>
</body>
</html>