135 lines
4.4 KiB
HTML
135 lines
4.4 KiB
HTML
|
|
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>End System Manager (ENDSYSMGR)</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="ENDSYSMGR.Top_Of_Page"></a>
|
|
<h2>End System Manager (ENDSYSMGR)</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="#ENDSYSMGR.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#ENDSYSMGR.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#ENDSYSMGR.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="ENDSYSMGR"></a>
|
|
<p>The End System Manager (ENDSYSMGR) command ends the job in the QSYSWRK subsystem that run the System Manager functions.
|
|
</p>
|
|
<p><b>Restrictions:</b>
|
|
</p>
|
|
<ol>
|
|
<li>You must have *JOBCTL authority to use the end command.
|
|
</li>
|
|
<li>Public authority for this command is *EXCLUDE.
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDSYSMGR.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="ENDSYSMGR.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="#ENDSYSMGR.OPTION"><b>OPTION</b></a></td>
|
|
<td valign="top">How to end</td>
|
|
<td valign="top"><b><u>*CNTRLD</u></b>, *IMMED</td>
|
|
<td valign="top">Optional, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#ENDSYSMGR.DELAY"><b>DELAY</b></a></td>
|
|
<td valign="top">Delay time, if *CNTRLD</td>
|
|
<td valign="top">0-999999, <b><u>*NOLIMIT</u></b></td>
|
|
<td valign="top">Optional, Positional 2</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDSYSMGR.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="ENDSYSMGR.OPTION"></a>
|
|
<h3>How to end (OPTION)</h3>
|
|
<p>Specifies that the change request manager monitor job and the electronic customer support control job have a controlled ending, or are to be ended immediately.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*CNTRLD</u></b></dt>
|
|
<dd>Specify that the change request manager monitor job and the electronic customer support control job ends in a controlled manner.
|
|
</dd>
|
|
<dt><b>*IMMED</b></dt>
|
|
<dd>Specify that the change request manager monitor job and the electronic customer support control job ends immediately.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDSYSMGR.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="ENDSYSMGR.DELAY"></a>
|
|
<h3>Delay time, if *CNTRLD (DELAY)</h3>
|
|
<p>Specifies the delay time before ending is immediate.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*NOLIMIT</u></b></dt>
|
|
<dd>The change request manager monitor job and the electronic customer support control job continue processing until the current activity processing is complete. Both jobs name a controlled ending with the maximum value (999999 seconds) specified.
|
|
</dd>
|
|
<dt><b><i>delay-time</i></b></dt>
|
|
<dd>Specify that the change request manager monitor job and the electronic customer support control job end immediately after the delay time.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDSYSMGR.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="ENDSYSMGR.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p><b>Example 1: Ending Jobs</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
ENDSYSMGR
|
|
</pre>
|
|
</p>
|
|
<p>This command ends the jobs in the QSYSWRK subsystem that run the System Manager function in a controlled manner.
|
|
</p>
|
|
<p><b>Example 2: Ending Jobs Immediately</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
ENDSYSMGR OPTION(*IMMED)
|
|
</pre>
|
|
</p>
|
|
<p>This command ends the jobs in the QSYSWRK subsystem that run the System Manager function in an immediate manner.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDSYSMGR.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="ENDSYSMGR.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p>None
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDSYSMGR.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|