ibm-information-center/dist/eclipse/plugins/i5OS.ic.cl_5.4.0.1/chgsysjob.htm

141 lines
4.3 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Change System Job (CHGSYSJOB)</title>
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body bgcolor="white">
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<a name="CHGSYSJOB.Top_Of_Page"></a>
<h2>Change System Job (CHGSYSJOB)</h2>
<table width="100%">
<tr>
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
<b>Threadsafe: </b>No
</td>
<td valign="top" align="right">
<a href="#CHGSYSJOB.PARAMETERS.TABLE">Parameters</a><br>
<a href="#CHGSYSJOB.COMMAND.EXAMPLES">Examples</a><br>
<a href="#CHGSYSJOB.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="CHGSYSJOB"></a>
<p>The Change System Job (CHGSYSJOB) command allows the user to change the run priority of a system job.
</p>
<p><b>Restrictions:</b>
</p>
<ol>
<li>To use this command, you must have:
<ul>
<li>job control (*JOBCTL) and all object (*ALLOBJ) special authorities.
</li>
</ul>
</li>
</ol>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHGSYSJOB.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="CHGSYSJOB.PARAMETERS.TABLE">Parameters</a></h3>
<table border="1" cellpadding="4" cellspacing="0">
<!-- col1="10" col2="15" col3="30" col4="10" -->
<tr>
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
</tr>
<tr>
<td valign="top"><a href="#CHGSYSJOB.JOB"><b>JOB</b></a></td>
<td valign="top">Job name</td>
<td valign="top"><i>Name</i></td>
<td valign="top">Required, Key, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#CHGSYSJOB.RUNPTY"><b>RUNPTY</b></a></td>
<td valign="top">Run priority</td>
<td valign="top">0-99, <b><u>*SAME</u></b>, *IPL</td>
<td valign="top">Optional</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#CHGSYSJOB.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="CHGSYSJOB.JOB"></a>
<h3>Job name (JOB)</h3>
<p>Specifies the name of the system job whose attributes are being changed. The list of valid job names are displayed when F4 is pressed while prompting for this parameter.
</p>
<p>This is a required parameter.
</p>
<dl>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the system job.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHGSYSJOB.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="CHGSYSJOB.RUNPTY"></a>
<h3>Run priority (RUNPTY)</h3>
<p>Specifies the run priority for the routing step. Machine run priority is a value, ranging from 0 (highest priority) through 99 (lowest priority), that represents the importance of the routing step when it competes with other routing steps for machine resources. This value represents the relative (not the absolute) importance of the routing step. For example, a routing step with a run priority of 25 is not twice as important as one with a run priority of 50.
</p>
<dl>
<dt><b><u>*SAME</u></b></dt>
<dd>The value does not change.
</dd>
</dl>
<dl>
<dt><b>*IPL</b></dt>
<dd>Use the run priority at which the system job was started.
</dd>
<dt><b><i>0-99</i></b></dt>
<dd>Specify the run priority that the routing step uses.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHGSYSJOB.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="CHGSYSJOB.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
CHGSYSJOB JOB(QDBSRVXR2) RUNPTY(20)
</pre>
</p>
<p>This command changes the run priority of the system job QDBSRVXR2 to 20.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHGSYSJOB.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="CHGSYSJOB.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF1070</b></dt>
<dd>Job &amp;3/&amp;2/&amp;1 not found.
</dd>
<dt><b>CPF137A</b></dt>
<dd>Not authorized to change system job.
</dd>
<dt><b>CPF1379</b></dt>
<dd>Job &amp;1 cannot be changed.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHGSYSJOB.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>