116 lines
3.6 KiB
HTML
116 lines
3.6 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>Work with Connection Lists (WRKCNNL)</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="WRKCNNL.Top_Of_Page"></a>
|
|
<h2>Work with Connection Lists (WRKCNNL)</h2>
|
|
<table width="100%">
|
|
<tr>
|
|
<td valign="top" align="left"><b>Where allowed to run: </b>Interactive environments (*INTERACT *IPGM *IREXX *EXEC)<br>
|
|
<b>Threadsafe: </b>No
|
|
</td>
|
|
<td valign="top" align="right">
|
|
<a href="#WRKCNNL.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#WRKCNNL.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#WRKCNNL.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="WRKCNNL"></a>
|
|
<p>The Work with Connection Lists (WRKCNNL) command allows you to work with a connection list.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#WRKCNNL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="WRKCNNL.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="#WRKCNNL.CNNL"><b>CNNL</b></a></td>
|
|
<td valign="top">Connection list</td>
|
|
<td valign="top"><i>Generic name, name</i>, <b><u>*ALL</u></b></td>
|
|
<td valign="top">Optional, Positional 1</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#WRKCNNL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="WRKCNNL.CNNL"></a>
|
|
<h3>Connection list (CNNL)</h3>
|
|
<p>This is a required parameter.
|
|
</p>
|
|
<p>Specifies the connection list to work with.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*ALL</u></b></dt>
|
|
<dd>All connection lists are worked with.
|
|
</dd>
|
|
<dt><b><i>generic-name</i></b></dt>
|
|
<dd>Specify a generic name of connection lists to be worked with. A generic name is a character string that contains one or more characters followed by an asterisk (*). If a generic name is specified, all connection lists that have names with the same prefix as the generic connection list are displayed.
|
|
</dd>
|
|
<dt><b><i>name</i></b></dt>
|
|
<dd>Specify a specific connection list name.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#WRKCNNL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="WRKCNNL.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p>
|
|
<pre>
|
|
WRKCNNL CNNL(CHI*)
|
|
</pre>
|
|
</p>
|
|
<p>This command displays the Work with Connection List panel to work with connection lists which have names that begin with 'CHI' and for which the user has authority.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#WRKCNNL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="WRKCNNL.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 &1.
|
|
</dd>
|
|
<dt><b>CPF2634</b></dt>
|
|
<dd>Not authorized to object &1.
|
|
</dd>
|
|
<dt><b>CPF266C</b></dt>
|
|
<dd>Connection list &1 not found.
|
|
</dd>
|
|
<dt><b>CPF266D</b></dt>
|
|
<dd>Program name &1 not found in system library.
|
|
</dd>
|
|
<dt><b>CPF266E</b></dt>
|
|
<dd>Connection list &1 has been damaged.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#WRKCNNL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|