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

124 lines
4.2 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 Exit Program (RMVEXITPGM)</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="RMVEXITPGM.Top_Of_Page"></a>
<h2>Remove Exit Program (RMVEXITPGM)</h2>
<table width="100%">
<tr>
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
<b>Threadsafe: </b>Yes
</td>
<td valign="top" align="right">
<a href="#RMVEXITPGM.PARAMETERS.TABLE">Parameters</a><br>
<a href="#RMVEXITPGM.COMMAND.EXAMPLES">Examples</a><br>
<a href="#RMVEXITPGM.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="RMVEXITPGM"></a>
<p>The Remove Exit Program (RMVEXITPGM) command removes an exit program entry for a specific exit point that is registered or unregistered. An unregistered exit point is an exit point that the registration facility created in the absence of an exit point at the time an exit program was added.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVEXITPGM.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="RMVEXITPGM.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="#RMVEXITPGM.EXITPNT"><b>EXITPNT</b></a></td>
<td valign="top">Exit point</td>
<td valign="top"><i>Simple name</i></td>
<td valign="top">Required, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#RMVEXITPGM.FORMAT"><b>FORMAT</b></a></td>
<td valign="top">Exit point format</td>
<td valign="top"><i>Simple name</i></td>
<td valign="top">Required, Positional 2</td>
</tr>
<tr>
<td valign="top"><a href="#RMVEXITPGM.PGMNBR"><b>PGMNBR</b></a></td>
<td valign="top">Program number</td>
<td valign="top">1-2147483647, *ALL</td>
<td valign="top">Required, Positional 3</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#RMVEXITPGM.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="RMVEXITPGM.EXITPNT"></a>
<h3>Exit point (EXITPNT)</h3>
<p>Specifies the name of an existing exit point for which the exit program is being removed.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVEXITPGM.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="RMVEXITPGM.FORMAT"></a>
<h3>Exit point format (FORMAT)</h3>
<p>Specifies the name of the exit point format of the exit program that is being removed.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVEXITPGM.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="RMVEXITPGM.PGMNBR"></a>
<h3>Program number (PGMNBR)</h3>
<p>Specifies the program number of the exit program being removed.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b>*ALL</b></dt>
<dd>Remove all exit programs for the specified exit point format (FORMAT parameter) from the specified exit point (EXITPNT parameter).
</dd>
<dt><b><i>program-number</i></b></dt>
<dd>Remove the exit program associated with the specified program number.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVEXITPGM.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="RMVEXITPGM.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
RMVEXITPGM EXITPNT(USER_EXIT_ONE) FORMAT(EXIT1) PGMNBR(1)
</pre>
</p>
<p>This command removes the exit program for exit point USER_EXIT_ONE that was added with program sequence number 1 for exit point format EXIT1.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVEXITPGM.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="RMVEXITPGM.ERROR.MESSAGES">Error messages</a> </h3>
<p>None
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVEXITPGM.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>