118 lines
4.2 KiB
HTML
118 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>End EPM Environments (ENDEPMENV)</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="ENDEPMENV.Top_Of_Page"></a>
|
|
<h2>End EPM Environments (ENDEPMENV)</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="#ENDEPMENV.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#ENDEPMENV.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#ENDEPMENV.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="ENDEPMENV"></a>
|
|
<p>The End EPM Environment (ENDEPMENV) command is used with extended program model (EPM) languages to delete a user-controlled environment. The C/400*, FORTRAN/400*, and Pascal languages are part of the extended program model.
|
|
</p>
|
|
<p>You can use this command to delete a run-time environment for an EPM language application that you created with the STREPMENV command. See the Extended Program Model User's Guide and Reference for more detailed information on the EPM and this command.
|
|
</p>
|
|
<h3>Error messages for ENDEPMENV</h3>
|
|
<p>None
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDEPMENV.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="ENDEPMENV.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="#ENDEPMENV.EPMENV"><b>EPMENV</b></a></td>
|
|
<td valign="top">Environment Name</td>
|
|
<td valign="top"><i>Character value</i>, *INACT, *MAIN, *REENT</td>
|
|
<td valign="top">Required, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#ENDEPMENV.ENVNBR"><b>ENVNBR</b></a></td>
|
|
<td valign="top">Environment Number</td>
|
|
<td valign="top">1-65535</td>
|
|
<td valign="top">Optional, Positional 2</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDEPMENV.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="ENDEPMENV.EPMENV"></a>
|
|
<h3>Environment Name (EPMENV)</h3>
|
|
<p>Specifies which user-controlled environment is to be deleted. You must specify one of the special values (*INACT, *REENT, or *MAIN) or an environment name. There is no default for this parameter.
|
|
</p>
|
|
<dl>
|
|
<dt><b>*INACT</b></dt>
|
|
<dd>All EPM user-controlled environments that are not invoked are deleted.
|
|
</dd>
|
|
<dt><b>*REENT</b></dt>
|
|
<dd>The reentrant environment with the corresponding ENVNBR is deleted. You must specify a value for ENVNBR if you specify this parameter.
|
|
</dd>
|
|
<dt><b>*MAIN</b></dt>
|
|
<dd>The *MAIN user-controlled environment is deleted.
|
|
</dd>
|
|
<dt><b><i>environment-name</i></b></dt>
|
|
<dd>Enter the name of the environment that you want to delete. The environment name must not begin with an asterisk (*).
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDEPMENV.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="ENDEPMENV.ENVNBR"></a>
|
|
<h3>Environment Number (ENVNBR)</h3>
|
|
<p>Specifies the environment number for the *REENT environment that is to be deleted. This parameter is only valid if *REENT is specified on EPMENV.
|
|
</p>
|
|
<dl>
|
|
<dt><b><i>environment-number</i></b></dt>
|
|
<dd>Enter the number of the reentrant environment.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDEPMENV.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div>
|
|
<h3><a name="ENDEPMENV.COMMAND.EXAMPLES">Examples</a></h3>None
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDEPMENV.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="ENDEPMENV.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p>None
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDEPMENV.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|