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

145 lines
4.8 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>Remove Job using Job Scheduler (RMVJOBJS)</title>
</head>
<body bgcolor="white">
<a name="RMVJOBJS.Top_Of_Page"></a>
<h2>Remove Job using Job Scheduler (RMVJOBJS)</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="#RMVJOBJS.PARAMETERS.TABLE">Parameters</a><br>
<a href="#RMVJOBJS.COMMAND.EXAMPLES">Examples</a><br>
<a href="#RMVJOBJS.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="RMVJOBJS"></a>
<p>The Remove Job using Job Scheduler (RMVJOBJS) command allows you to remove a job or groups of jobs from the Advanced Job Scheduler job schedule. The job or jobs can belong to a group of jobs.
</p>
<p>
<b>Note: </b>You must remove all subordinate job groups before a job group with sequence 1 can be removed.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVJOBJS.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="RMVJOBJS.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" rowspan="4"><a href="#RMVJOBJS.JOB"><b>JOB</b></a></td>
<td valign="top">Job entry</td>
<td valign="top"><i>Element list</i></td>
<td valign="top" rowspan="4">Required, Positional 1</td>
</tr>
<tr>
<td valign="top">Element 1: Job</td>
<td valign="top">
<i>Generic name, name</i>, *ALL</td>
</tr>
<tr>
<td valign="top">Element 2: Group</td>
<td valign="top">
<i>Generic name, name</i>, *ALL, <b><u>*NONE</u></b></td>
</tr>
<tr>
<td valign="top">Element 3: Group sequence</td>
<td valign="top">
1-99, *ALL, <b><u>*NONE</u></b></td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#RMVJOBJS.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="RMVJOBJS.JOB"></a>
<h3>Job entry (JOB)</h3>
<p>Specifies the name of the job schedule entry that you want to remove. You can specify one job, a generic job name or use the special value *ALL for all jobs. The job specification can be used in conjunction with a group to which the job belongs as well as a sequence number for the job within the group. You can also specify generic group names and sequence numbers.
</p>
<p>This is a required parameter.
</p>
<p><b>Element 1: Job</b>
</p>
<dl>
<dt><b>*ALL</b></dt>
<dd>You want to remove all jobs that satisfy the group and sequence number specification.
</dd>
<dt><b><i>generic-name</i></b></dt>
<dd>Specify a generic job name for the jobs to be removed. For example, specifying JOB* would cause all jobs whose names begin with JOB and that satisfy the group and sequence number specification to be removed from Advanced Job Scheduler.
</dd>
<dt><b><i>name</i></b></dt>
<dd>Specify the user-defined name of the job schedule entry that you want to remove.
</dd>
</dl>
<p><b>Element 2: Group</b>
</p>
<dl>
<dt><b><u>*NONE</u></b></dt>
<dd>The job is not assigned to a group.
</dd>
<dt><b>*ALL</b></dt>
<dd>Remove all specified jobs that belong to any group.
</dd>
<dt><b><i>generic-name</i></b></dt>
<dd>The group is generic. For example, specifying GROUP* would cause specified jobs in all groups that begin with GROUP and that satisfy the sequence number specification to be removed from Advanced Job Scheduler.
</dd>
<dt><b><i>name</i></b></dt>
<dd>Specify the user-defined name of the group to which the job belongs that you are removing.
</dd>
</dl>
<p><b>Element 3: Group sequence</b>
</p>
<dl>
<dt><b><u>*NONE</u></b></dt>
<dd>There is not a sequence number assigned to the job.
</dd>
<dt><b>*ALL</b></dt>
<dd>Include jobs with any sequence number that satisfy the job and group specifications.
</dd>
<dt><b><i>1-99</i></b></dt>
<dd>Specify the sequence number of the job within the group.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVJOBJS.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="RMVJOBJS.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
RMVJOBJS JOB(JOB02 ACCTG 11)
</pre>
</p>
<p>This command removes job JOB02 which is sequence number 11 in the group ACCTG.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVJOBJS.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="RMVJOBJS.ERROR.MESSAGES">Error messages</a></h3>Unknown
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVJOBJS.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>