58 lines
4.4 KiB
HTML
58 lines
4.4 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="Change job queue entries" />
|
|
<meta name="abstract" content="You can change an existing job queue entry in the specified subsystem description. This command can be issued while a subsystem is active or inactive. To change the job queue entry in a subsystem, use the character-based interface." />
|
|
<meta name="description" content="You can change an existing job queue entry in the specified subsystem description. This command can be issued while a subsystem is active or inactive. To change the job queue entry in a subsystem, use the character-based interface." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakschangesubsytmdesc.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksaboutjobqentries.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksjobqentryabout.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="rzakschgjobqentry" />
|
|
<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>Change job queue entries</title>
|
|
</head>
|
|
<body id="rzakschgjobqentry"><a name="rzakschgjobqentry"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Change job queue entries</h1>
|
|
<div><p>You can change an existing job queue entry in the specified subsystem
|
|
description. This command can be issued while a subsystem is active or inactive.
|
|
To change the job queue entry in a subsystem, use the character-based interface.</p>
|
|
<div class="section"><strong>Command</strong>: Change Job Queue Entry (<span class="cmdname">CHGJOBQE</span>)</div>
|
|
<div class="example"><strong>Example</strong>: This command changes the maximum number of jobs that
|
|
can be active at the same time from the job queue QBATCH in library QGPL.
|
|
The sequence number of the job queue entry does not change. Up to four jobs
|
|
from the QBATCH job queue can be active at the same time. Up to one job can
|
|
be active from priority level 1. There is no maximum for the number of jobs
|
|
that can be active at the same time from priority level 2. Priority levels
|
|
3 through 9 do not change. <blockquote><pre>CHGJOBQE SBSD(QGPL/QBATCH) JOBQ(QGPL/QBATCH) MAXACT(4)
|
|
MAXPTY1(1) MAXPTY2(*NOMAX)</pre>
|
|
</blockquote>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakschangesubsytmdesc.htm" title="The Change Subsystem Description (CHGSBSD) command changes the operational attributes of the specified subsystem description. You can change the subsystem description while the subsystem is active. To change a subsystem description, use the character based interface.">Change a subsystem description</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzaksaboutjobqentries.htm" title="Job queue entries in a subsystem description specify from which job queues a subsystem is to receive jobs. When the subsystem is started, the subsystem tries to allocate each job queue defined in the subsystem job queue entries.">Job queue entries</a></div>
|
|
<div><a href="rzaksjobqentryabout.htm" title="A job queue entry identifies a job queue from which jobs are selected for running in the subsystem. There are five parameters in the job queue entry that control how the job queue should be handled.">Job queue entry</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |