133 lines
4.5 KiB
HTML
133 lines
4.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>Remove Reply List Entry (RMVRPYLE)</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="RMVRPYLE.Top_Of_Page"></a>
|
|
<h2>Remove Reply List Entry (RMVRPYLE)</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="#RMVRPYLE.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#RMVRPYLE.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#RMVRPYLE.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="RMVRPYLE"></a>
|
|
<p>The Remove Reply List Entry (RMVRPYLE) command removes an entry from the system reply list. The reply list is used as a source for automatic responses to predefined inquiry messages.
|
|
</p>
|
|
<p>The reply list is only used when an inquiry message is sent by a job that has the inquiry message reply attribute of the system reply list specified; in other words, INQMSGRPY(*SYSRPLY) was specified. INQMSGRPY(*SYSRPLY) can be changed with the Change Job (CHGJOB) command.
|
|
</p>
|
|
<p>New entries may be added to the reply list with the Add Reply List Entry (ADDRPYLE) command. Existing entries can be changed with the Change Reply List Entry (CHGRPYLE) command. The entire list of entries can be shown with the Work with System Reply List Entries (WRKRPYLE) display. From the display that is shown by WRKRPYLE, you can add, change, and remove individual entries.
|
|
</p>
|
|
<p><b>Restrictions:</b>
|
|
</p>
|
|
<ol>
|
|
<li>This command is shipped with public *EXCLUDE authority and the QPGMR user profile has private authority to use the command.
|
|
</li>
|
|
<li>To use this command, you must be signed on as QPGMR, or have all object (*ALLOBJ) special authority.
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVRPYLE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="RMVRPYLE.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="#RMVRPYLE.SEQNBR"><b>SEQNBR</b></a></td>
|
|
<td valign="top">Sequence number</td>
|
|
<td valign="top">1-9999, *ALL</td>
|
|
<td valign="top">Required, Positional 1</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVRPYLE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="RMVRPYLE.SEQNBR"></a>
|
|
<h3>Sequence number (SEQNBR)</h3>
|
|
<p>Specifies the sequence number of the reply list entry being removed from the system reply list.
|
|
</p>
|
|
<p>This is a required parameter.
|
|
</p>
|
|
<dl>
|
|
<dt><b>*ALL</b></dt>
|
|
<dd>Specifies that all reply list entries are removed from the system reply list.
|
|
</dd>
|
|
<dt><b><i>sequence-number</i></b></dt>
|
|
<dd>Specify the 4-digit sequence number that specifies the entry that is being removed from the system reply list. Valid values range from 1 through 9999.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVRPYLE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="RMVRPYLE.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p><b>Example 1: Removing All Entries</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
RMVRPYLE SEQNBR(*ALL)
|
|
</pre>
|
|
</p>
|
|
<p>This command removes all entries from the system reply list.
|
|
</p>
|
|
<p><b>Example 2: Removing One Entry</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
RMVRPYLE SEQNBR(0001)
|
|
</pre>
|
|
</p>
|
|
<p>This command removes from the system reply list the entry that has sequence number 0001.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVRPYLE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="RMVRPYLE.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>CPF2435</b></dt>
|
|
<dd>System reply list not found.
|
|
</dd>
|
|
<dt><b>CPF2556</b></dt>
|
|
<dd>Sequence number &1 not defined in system reply list.
|
|
</dd>
|
|
<dt><b>CPF2557</b></dt>
|
|
<dd>System reply list damaged.
|
|
</dd>
|
|
<dt><b>CPF2558</b></dt>
|
|
<dd>System reply list currently in use.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVRPYLE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|