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

156 lines
5.0 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 Authorization List (DLTAUTL)</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="DLTAUTL.Top_Of_Page"></a>
<h2>Delete Authorization List (DLTAUTL)</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="#DLTAUTL.PARAMETERS.TABLE">Parameters</a><br>
<a href="#DLTAUTL.COMMAND.EXAMPLES">Examples</a><br>
<a href="#DLTAUTL.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="DLTAUTL"></a>
<p>The Delete Authorization List (DLTAUTL) command allows a user to delete an authorization list. Authorization lists cannot be deleted if they are being used to secure an object. The user deleting an authorization list must have all object (*ALLOBJ) special authority or be the owner of the authorization list.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTAUTL.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="DLTAUTL.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="#DLTAUTL.AUTL"><b>AUTL</b></a></td>
<td valign="top">Authorization 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="#DLTAUTL.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="DLTAUTL.AUTL"></a>
<h3>Authorization list (AUTL)</h3>
<p>Specifies the authorization lists to be deleted.
</p>
<p>This is a required parameter.
</p>
<dl>
<dt><b><i>generic-name</i></b></dt>
<dd>Specify the generic name of the authorization lists to be deleted. If a generic authorization list name is specified, then all authorization lists that have names with the same prefix as the generic authorization list name and that the user has proper authority for are deleted.
<p>A generic name is a character string of one or more characters followed by an asterisk (*); for example ABC*. The asterisk substitutes for any valid characters. A generic name specifies all objects with names that begin with the generic prefix for which the user has authority. If an asterisk is not included with the generic (prefix) name, the system assumes it to be the complete object name.
</p>
</dd>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the authorization list to be deleted.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTAUTL.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="DLTAUTL.COMMAND.EXAMPLES">Examples</a> </h3>
<p><b>Example 1: Deleting an Authorization List</b>
</p>
<p>
<pre>
DLTAUTL AUTL(PROGMR)
</pre>
</p>
<p>This commands deletes the PROGMR authorization list.
</p>
<p><b>Example 2: Deleting Generic Authorization Lists</b>
</p>
<p>
<pre>
DLTAUTL AUTL(FR*)
</pre>
</p>
<p>This commands deletes all authorization lists starting with the letters FR.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTAUTL.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="DLTAUTL.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>CPF2113</b></dt>
<dd>Cannot allocate library &amp;1.
</dd>
<dt><b>CPF2114</b></dt>
<dd>Cannot allocate object &amp;1 in &amp;2 type *&amp;3.
</dd>
<dt><b>CPF2116</b></dt>
<dd>DATA(*YES) specified and *ALL or *FILE not in OBJTYPE list.
</dd>
<dt><b>CPF2117</b></dt>
<dd>&amp;4 objects type *&amp;3 deleted. &amp;5 objects not deleted.
</dd>
<dt><b>CPF2125</b></dt>
<dd>No objects deleted.
</dd>
<dt><b>CPF2160</b></dt>
<dd>Object type *&amp;1 not eligible for requested function.
</dd>
<dt><b>CPF2176</b></dt>
<dd>Library &amp;1 damaged.
</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>CPF2279</b></dt>
<dd>Authorization list &amp;1 cannot be deleted.
</dd>
<dt><b>CPF2289</b></dt>
<dd>Unable to allocate authorization list &amp;1.
</dd>
<dt><b>CPF5702</b></dt>
<dd>File either not DDM file or not found.
</dd>
<dt><b>CPF9801</b></dt>
<dd>Object &amp;2 in library &amp;3 not found.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTAUTL.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>