67 lines
3.7 KiB
HTML
67 lines
3.7 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="concept" />
|
|
<meta name="DC.Title" content="How a subsystem handles several job queues" />
|
|
<meta name="abstract" content="To illustrate how a subsystem handles several job queues, consider this scenario." />
|
|
<meta name="description" content="To illustrate how a subsystem handles several job queues, consider this scenario." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksassignqueueentry.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="rzakshowsbshndleque" />
|
|
<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>How a subsystem handles several job queues</title>
|
|
</head>
|
|
<body id="rzakshowsbshndleque"><a name="rzakshowsbshndleque"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">How a subsystem handles several job queues</h1>
|
|
<div><p>To illustrate how a subsystem handles several job queues, consider
|
|
this scenario.</p>
|
|
<ul class="simple"><li><strong>Job Queue A (SEQNBR=10)</strong></li>
|
|
<li>Job 1</li>
|
|
<li>Job 2</li>
|
|
<li>Job 3</li>
|
|
<li><strong>Job Queue B (SEQNBR=20)</strong></li>
|
|
<li>Job 4</li>
|
|
<li>Job 5</li>
|
|
<li>Job 6</li>
|
|
<li><strong>Job Queue C (SEQNBR=30)</strong></li>
|
|
<li>Job 7</li>
|
|
<li>Job 8</li>
|
|
<li>Job 9</li>
|
|
</ul>
|
|
<p>Each job queue entry in this scenario is specified as MAXACT(*NOMAX). The
|
|
subsystem first selects jobs from job queue <strong>A</strong> because the job queue
|
|
entry has the lowest sequence number. If the maximum number of jobs in the
|
|
subsystem is 3 (MAXJOBS(3) parameter on the Create Subsystem Description (<span class="cmdname">CRTSBSD</span>)
|
|
command), it can select all the jobs from job queue <strong>A</strong> to be active
|
|
at the same time. </p>
|
|
<p>When any of the three jobs is completed, the activity level is no longer
|
|
at the maximum; therefore a new job is selected from job queue <strong>B</strong> because
|
|
it has the next lowest sequence number (assuming no new jobs have been added
|
|
to job queue <strong>A</strong>). Because each job queue entry specifies MAXACT(*NOMAX),
|
|
the MAXACT value does not prevent jobs from being started. Had
|
|
each job queue entry specified MAXACT(1), then jobs 1, 4, and 7 would have
|
|
been started. Had job queue entry <strong>A</strong> been specified as MAXACT(2), then
|
|
jobs 1, 2, and 4 would have been started.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaksassignqueueentry.htm" title="To assign a job queue entry to a subsystem description, use the character-based interface.">Assign the job queue to the subsystem</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |