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

69 lines
4.8 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="Assign the job queue to the subsystem" />
<meta name="abstract" content="To assign a job queue entry to a subsystem description, use the character-based interface." />
<meta name="description" content="To assign a job queue entry to a subsystem description, use the character-based interface." />
<meta name="DC.Relation" scheme="URI" content="rzaksmanagejobq1.htm" />
<meta name="DC.Relation" scheme="URI" content="rzakshowsbshndleque.htm" />
<meta name="DC.Relation" scheme="URI" content="rzakshowjobqueuewrk.htm" />
<meta name="DC.Relation" scheme="URI" content="rzaksrmvjobqentry.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="assignqueueentry" />
<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>Assign the job queue to the subsystem</title>
</head>
<body id="assignqueueentry"><a name="assignqueueentry"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Assign the job queue to the subsystem</h1>
<div><p>To assign a job queue entry to a subsystem description, use the
character-based interface. </p>
<div class="section"><strong>Command</strong>: Add Job Queue Entry (<span class="cmdname">ADDJOBQE</span>) <p>The
parameters on this command specify:</p>
<ul><li>The number of jobs that can be active at the same time on this job queue
(<span class="parmname">MAXACT</span>)</li>
<li>In what order the subsystem handles work from this job queue (<span class="parmname">SEQNBR</span>)</li>
<li>How many jobs can be active at one time for each of the nine levels of
priority (<span class="parmname">MAXPTYn</span>) (n=1 through 9)</li>
</ul>
</div>
<div class="example"><strong>Example</strong>: The following example adds a job queue entry for
the JOBQA job queue in the TEST subsystem description. There is no maximum
number of jobs that can be active on this job queue and the work is processed
with a sequence number of five.<blockquote><pre>ADDJOBQE SBSD(TEST) JOBQ(LIBA/JOBQA) MAXACT(*NOMAX) SEQNBR(5)</pre>
</blockquote>
</div>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rzakshowsbshndleque.htm">How a subsystem handles several job queues</a></strong><br />
To illustrate how a subsystem handles several job queues, consider this scenario.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaksmanagejobq1.htm" title="As you manage the work on your system, you might find it necessary to manipulate jobs that are waiting in a job queue. Perhaps someone needs a job run immediately and the job is sitting in a queue at a low priority. Or maybe you need to perform some maintenance on a subsystem and want to move all of the jobs to a queue that is not associated with that particular subsystem.">Manage job queues</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="rzakshowjobqueuewrk.htm" title="Job queues are allocated by a subsystem via the job queue entry. Jobs can be placed on a job queue even if the subsystem has not been started. When the subsystem is started, it processes the jobs on the queue.">How a job queue works</a></div>
</div>
<div class="reltasks"><strong>Related tasks</strong><br />
<div><a href="rzaksrmvjobqentry.htm" title="You can remove job queue entries from a subsystem description by using the character-based interface. Jobs on the job queue remain on the queue when the job queue entry is removed from the subsystem description. A job queue entry cannot be removed if any currently active jobs were started from the job queue.">Remove job queue entries</a></div>
</div>
</div>
</body>
</html>