116 lines
3.5 KiB
HTML
116 lines
3.5 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 Job Scheduler (ENDJS)</title>
|
||
|
</head>
|
||
|
<body bgcolor="white">
|
||
|
<a name="ENDJS.Top_Of_Page"></a>
|
||
|
<h2>End Job Scheduler (ENDJS)</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="#ENDJS.PARAMETERS.TABLE">Parameters</a><br>
|
||
|
<a href="#ENDJS.COMMAND.EXAMPLES">Examples</a><br>
|
||
|
<a href="#ENDJS.ERROR.MESSAGES">Error messages</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<div> <a name="ENDJS"></a>
|
||
|
<p>The End Job Scheduler (ENDJS) command allows you to end the Advanced Job Scheduler job monitor or to stop capturing job information for software applications that you started using the STRJS command.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#ENDJS.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
|
||
|
<div>
|
||
|
<h3><a name="ENDJS.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="#ENDJS.OPTION"><b>OPTION</b></a></td>
|
||
|
<td valign="top">Option</td>
|
||
|
<td valign="top"><b><u>*MONITOR</u></b>, *CAPTURE</td>
|
||
|
<td valign="top">Optional, Positional 1</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#ENDJS.DTALIB"><b>DTALIB</b></a></td>
|
||
|
<td valign="top">Data library</td>
|
||
|
<td valign="top"><i>Name</i>, *ALL, <b><u>*USRPRF</u></b>, *PROMPT</td>
|
||
|
<td valign="top">Optional</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#ENDJS.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div> <a name="ENDJS.OPTION"></a>
|
||
|
<h3>Option (OPTION)</h3>
|
||
|
<p>Specifies whether you want to end the Advanced Job Scheduler monitor or you want to stop capturing job information.
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b><u>*MONITOR</u></b></dt>
|
||
|
<dd>End the Advanced Job Scheduler monitor.
|
||
|
</dd>
|
||
|
<dt><b>*CAPTURE</b></dt>
|
||
|
<dd>Stop capturing job information for application software.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#ENDJS.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<div> <a name="ENDJS.DTALIB"></a>
|
||
|
<h3>Data library (DTALIB)</h3>
|
||
|
<p>Specify the data library that you want to end monitoring for Advanced Job Scheduler.
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b><u>*USRPRF</u></b></dt>
|
||
|
<dd>The data library specified in the user profile for the current user will be used.
|
||
|
</dd>
|
||
|
<dt><b>*ALL</b></dt>
|
||
|
<dd>All existing data libraries will be used.
|
||
|
</dd>
|
||
|
<dt><b><i>name</i></b></dt>
|
||
|
<dd>Specify the name of the data library that you want to use.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#ENDJS.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="ENDJS.COMMAND.EXAMPLES">Examples</a> </h3>
|
||
|
<p>
|
||
|
<pre>
|
||
|
ENDJS OPTION(*MONITOR)
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command ends the Job Scheduler monitor. The monitor stays inactive until the next time you run the Start Job Scheduler (STRJS) command.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#ENDJS.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div>
|
||
|
<h3><a name="ENDJS.ERROR.MESSAGES">Error messages</a></h3>Unknown
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#ENDJS.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|