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

129 lines
5.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>Remove Network Job Entry (RMVNETJOBE)</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="RMVNETJOBE.Top_Of_Page"></a>
<h2>Remove Network Job Entry (RMVNETJOBE)</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="#RMVNETJOBE.PARAMETERS.TABLE">Parameters</a><br>
<a href="#RMVNETJOBE.COMMAND.EXAMPLES">Examples</a><br>
<a href="#RMVNETJOBE.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="RMVNETJOBE"></a>
<p>The Remove Network Job Entry (RMVNETJOBE) command removes a network job entry from the system. The network job entry determines the action taken when a batch input stream is sent to a user on this system using the Submit Network Job (SBMNETJOB) command.
</p>
<p>The entry also specifies the user profile that is used for checking the authority to the job description referred to in the batch job. There should be one entry for each user or group of users who submit jobs to this system.
</p>
<p>This command is used to remove an entry for a specific user. An entry with a generic ID may still exist that is in effect for that user. For example, if the user removes the entry for user ID, JOE PGMRS, and if there is an entry with a user ID, *ANY PGMRS or *ANY *ANY, that entry is used to handle any jobs submitted by JOE PGMRS. Additional information on the job entry table is in the SNA Distribution Services book, SC41-5410.
</p>
<p><b>Restrictions:</b>
</p>
<ol>
<li>This command is shipped with public *EXCLUDE authority.
</li>
<li>The internal value for a node identifier may differ from the characters shown by the RMVNETJOBE command depending on the type of work station (language) being used. If the byte-string value specified for the FROMUSRID command parameter does not match the rules for an internal node identifier value, or if it does not match the internal value for any defined node (ignoring case differences), an error may be reported.
</li>
</ol>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVNETJOBE.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="RMVNETJOBE.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="3"><a href="#RMVNETJOBE.FROMUSRID"><b>FROMUSRID</b></a></td>
<td valign="top">User ID</td>
<td valign="top"><i>Element list</i></td>
<td valign="top" rowspan="3">Required, Positional 1</td>
</tr>
<tr>
<td valign="top">Element 1: User ID</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top">Element 2: User ID qualifier</td>
<td valign="top">
<i>Character value</i></td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#RMVNETJOBE.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="RMVNETJOBE.FROMUSRID"></a>
<h3>User ID (FROMUSRID)</h3>
<p>Specifies the two-part user ID that identifies the network job entry that is removed.
</p>
<p>This is a required parameter.
</p>
<p>Both parts of the user ID are required.
</p>
<p>
<b>Note: </b>Depending on the work station being used, the internal value for a new user identifier may differ from the characters shown by the Display Network Job Entry (DSPNETJOBE) command. If the byte-string value specified for the FROMUSRID parameter does not match the rules for an internal user identifier value, or if it does not match the internal value for any enrolled user, an error may be reported.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVNETJOBE.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="RMVNETJOBE.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
RMVNETJOBE FROMUSRID(JOE SMITH)
</pre>
</p>
<p>This command removes the network job entry that is used to determine the action that is taken for any input streams received from user ID, JOE SMITH. The network job authority for user ID, JOE SMITH, is taken from either the network job entry *ANY SMITH, if that entry exists, or from the network job entry *ANY *ANY, if that entry exists. If neither of these entries exist, all jobs received from user ID, JOE SMITH, are rejected.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVNETJOBE.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="RMVNETJOBE.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF8050</b></dt>
<dd>Network job table could not be accessed.
</dd>
<dt><b>CPF8051</b></dt>
<dd>*ANY not correct for second part of user ID.
</dd>
<dt><b>CPF8054</b></dt>
<dd>Network job entry &amp;1 &amp;2 not removed.
</dd>
<dt><b>CPF9040</b></dt>
<dd>Wrong characters used in User ID or address, or List identifier &amp;1 &amp;2.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVNETJOBE.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>