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

137 lines
4.3 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>Delete Edit Description (DLTEDTD)</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="DLTEDTD.Top_Of_Page"></a>
<h2>Delete Edit Description (DLTEDTD)</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="#DLTEDTD.PARAMETERS.TABLE">Parameters</a><br>
<a href="#DLTEDTD.COMMAND.EXAMPLES">Examples</a><br>
<a href="#DLTEDTD.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="DLTEDTD"></a>
<p>The Delete Edit Description (DLTEDTD) command deletes a specified user-defined edit description.
</p>
<p>
<b>Note: </b>Any data description specifications (DDS), or high-level language programs that have already been created, are not affected.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTEDTD.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="DLTEDTD.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="#DLTEDTD.EDTD"><b>EDTD</b></a></td>
<td valign="top">Edit description</td>
<td valign="top">Single values: 5, 6, 7, 8, 9<br>Other values: <i>Qualified object name</i></td>
<td valign="top" rowspan="3">Required, Positional 1</td>
</tr>
<tr>
<td valign="top">Qualifier 1: Edit description</td>
<td valign="top"><i>Name</i></td>
</tr><tr>
<td valign="top">Qualifier 2: Library</td>
<td valign="top"><i>Name</i>, <b><u>QSYS</u></b></td>
</tr></table>
<table width="100%">
<tr><td align="right"><a href="#DLTEDTD.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="DLTEDTD.EDTD"></a>
<h3>Edit description (EDTD)</h3>
<p>Specifies a single-digit code (5, 6, 7, 8, or 9) or the name of the user-defined edit description being deleted. If a single-digit code is entered, the IBM-supplied edit description name corresponding to the digit is assumed. For example, if the digit 5 is entered, the IBM-supplied edit description name QEDIT5 is assumed.
</p>
<p>This is a required parameter.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b><i>single-digit-code</i></b></dt>
<dd>Specify the digit code (5, 6, 7, 8, or 9) for the edit description to be deleted.
</dd>
<dt><b><i>edit-description-name</i></b></dt>
<dd>Specify the name of the edit description to be deleted.
</dd>
</dl>
<p>The possible library values are:
</p>
<dl>
<dt><b><u>QSYS</u></b></dt>
<dd>Only the QSYS library is searched for the specified edit description.
</dd>
<dt><b><i>library-name</i></b></dt>
<dd>Specify the library to be searched for the specified edit description.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTEDTD.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="DLTEDTD.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
DLTEDTD EDTD(5)
</pre>
</p>
<p>This command deletes the user-defined edit description 5 from the system.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTEDTD.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="DLTEDTD.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF2105</b></dt>
<dd>Object &amp;1 in &amp;2 type *&amp;3 not found.
</dd>
<dt><b>CPF2110</b></dt>
<dd>Library &amp;1 not found.
</dd>
<dt><b>CPF2114</b></dt>
<dd>Cannot allocate object &amp;1 in &amp;2 type *&amp;3.
</dd>
<dt><b>CPF2182</b></dt>
<dd>Not authorized to library &amp;1.
</dd>
<dt><b>CPF2189</b></dt>
<dd>Not authorized to object &amp;1 in &amp;2 type *&amp;3.
</dd>
<dt><b>CPF2625</b></dt>
<dd>Not able to allocate object &amp;1.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTEDTD.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>