119 lines
5.4 KiB
HTML
119 lines
5.4 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 C Locale Description (DLTCLD)</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="DLTCLD.Top_Of_Page"></a>
|
|
<h2>Delete C Locale Description (DLTCLD)</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="#DLTCLD.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#DLTCLD.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#DLTCLD.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="DLTCLD"></a>
|
|
<p>The Delete C Locale Description command deletes the C/400* locale description you specify on the CLD parameter. You can delete more than one locale by specifying a generic name as a locale name. If you specify a specific name for the C locale description, only the first occurrence of the locale is deleted when the DLTCLD is processed. The system searches for the locale based on the library specified. If the locale does not exist or is not found in the specified library, the locale is not deleted.
|
|
</p>
|
|
<h3>Error messages for DLTCLD</h3>
|
|
<p>None
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTCLD.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="DLTCLD.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="#DLTCLD.CLD"><b>CLD</b></a></td>
|
|
<td valign="top">Locale name</td>
|
|
<td valign="top"><i>Qualified object name</i></td>
|
|
<td valign="top" rowspan="3">Required, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">Qualifier 1: Locale name</td>
|
|
<td valign="top"><i>Generic name, name</i></td>
|
|
</tr><tr>
|
|
<td valign="top">Qualifier 2: Library</td>
|
|
<td valign="top"><i>Name</i>, <b><u>*LIBL</u></b>, *CURLIB, *USRLIBL, *ALL, *ALLUSR</td>
|
|
</tr></table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTCLD.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="DLTCLD.CLD"></a>
|
|
<h3>Locale name (CLD)</h3>
|
|
<p>Specifies the name of the C locale description you want to delete. You must enter a specific locale name or generic locale name.
|
|
</p>
|
|
<dl>
|
|
<dt><b><i>locale-name</i></b></dt>
|
|
<dd>Specifies the name of the C locale description you want to delete.
|
|
</dd>
|
|
<dt><b><i>generic*-C-locale-description-name</i></b></dt>
|
|
<dd>Specifies a generic name for the C Locale Descriptions that you want to delete. A generic name can contain a character string with one or more asterisks (*). If a generic name is specified for the CLD parameter, then all C locale descriptions that have names with the same prefix are deleted. For example, if you enter the locale name MY*, all locales beginning with MY in the specified library, are deleted. See the Control Language Reference more information on the use of generic functions.
|
|
</dd>
|
|
</dl>
|
|
<p>The possible library values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*LIBL</u></b></dt>
|
|
<dd>Both the user and system portions of the library list are searched for the specified locale. If a specific C locale description name is specified (instead of a generic name), only the first locale found with that name is deleted.
|
|
</dd>
|
|
<dt><b>*CURLIB</b></dt>
|
|
<dd>The current library for the job is searched. If you have not specified a current library, the system will search QGPL for the specified locale.
|
|
</dd>
|
|
<dt><b>*USRLIBL</b></dt>
|
|
<dd>The user portion of the library list is searched for the specified locale. If a specific C locale description name is specified (instead of a generic name), only the first locale found with that name is deleted.
|
|
</dd>
|
|
<dt><b>*ALL</b></dt>
|
|
<dd>All of the libraries in the system, including QSYS, are searched for the specified locale. If a specific C locale description name is specified (instead of a generic name), only the first locale found with that name is deleted.
|
|
</dd>
|
|
<dt><b>*ALLUSR</b></dt>
|
|
<dd>All non-system libraries, including all user-defined libraries and QGPL, are searched. This includes both libraries in your library list and those not specified there. All libraries beginning with the letter Q, other than QGPL, are not searched, as these are system libraries.
|
|
</dd>
|
|
<dt><b><i>library-name</i></b></dt>
|
|
<dd>Enter the name of the library you want to search for the specified locale. This is the only library that is searched when the DLTCLD command is processed. You must have *USE authority for the specified library.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTCLD.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div>
|
|
<h3><a name="DLTCLD.COMMAND.EXAMPLES">Examples</a></h3>None
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTCLD.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="DLTCLD.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p>None
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DLTCLD.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|