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

124 lines
3.8 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 Connection List (DLTCNNL)</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="DLTCNNL.Top_Of_Page"></a>
<h2>Delete Connection List (DLTCNNL)</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="#DLTCNNL.PARAMETERS.TABLE">Parameters</a><br>
<a href="#DLTCNNL.COMMAND.EXAMPLES">Examples</a><br>
<a href="#DLTCNNL.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="DLTCNNL"></a>
<p>The Delete Connection List (DLTCNNL) command deletes a connection list.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTCNNL.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="DLTCNNL.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="#DLTCNNL.CNNL"><b>CNNL</b></a></td>
<td valign="top">Connection list</td>
<td valign="top"><i>Generic name, name</i></td>
<td valign="top">Required, Positional 1</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#DLTCNNL.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="DLTCNNL.CNNL"></a>
<h3>Connection list (CNNL)</h3>
<p>Specifies the name of the connection list.
</p>
<p>This is a required parameter.
</p>
<dl>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the connection list to be deleted.
</dd>
<dt><b><i>generic-name</i></b></dt>
<dd>Specify the generic name of the connection list to be deleted. A generic name is a character string that contains one or more characters followed by an asterisk (*). If a generic name is specified for the this parameter, all connection lists that have names with the same prefix as the generic connection list name are deleted.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTCNNL.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="DLTCNNL.COMMAND.EXAMPLES">Examples</a> </h3>
<p><b>Example 1: Deleting a Specified Connection List</b>
</p>
<p>
<pre>
DLTCNNL CNNL(CHICAGO)
</pre>
</p>
<p>This command deletes the connection list named CHICAGO. Any entries in connection list CHICAGO are also deleted.
</p>
<p><b>Example 2: Deleting Multiple Connection Lists</b>
</p>
<p>
<pre>
DLTCNNL CNNL(CHI*)
</pre>
</p>
<p>This command deletes all connection lists whose name begins with CHI. All entries that were listed in the connection lists are also deleted.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTCNNL.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="DLTCNNL.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF2625</b></dt>
<dd>Not able to allocate object &amp;1.
</dd>
<dt><b>CPF2634</b></dt>
<dd>Not authorized to object &amp;1.
</dd>
<dt><b>CPF266C</b></dt>
<dd>Connection list &amp;1 not found.
</dd>
<dt><b>CPF267D</b></dt>
<dd>Connection list &amp;1 not deleted.
</dd>
<dt><b>CPF268F</b></dt>
<dd>Connection list &amp;1 not deleted.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTCNNL.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>