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

194 lines
7.2 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Edit DBCS Conversion Dict (EDTIGCDCT)</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="EDTIGCDCT.Top_Of_Page"></a>
<h2>Edit DBCS Conversion Dict (EDTIGCDCT)</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="#EDTIGCDCT.PARAMETERS.TABLE">Parameters</a><br>
<a href="#EDTIGCDCT.COMMAND.EXAMPLES">Examples</a><br>
<a href="#EDTIGCDCT.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="EDTIGCDCT"></a>
<p>The Edit DBCS Conversion Dictionary (EDTIGCDCT) command lets you add, change, and delete alphanumeric entries and their related double-byte character set (DBCS) words from the specified DBCS conversion dictionary. The system refers to the DBCS conversion dictionary when performing DBCS conversion. The system displays the entries being edited when this command is specified.
</p>
<p>
<b>Note: </b>Use of the DBCS conversion function is not recommended for Chinese and Korean double-byte character sets.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#EDTIGCDCT.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="EDTIGCDCT.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="#EDTIGCDCT.IGCDCT"><b>IGCDCT</b></a></td>
<td valign="top">DBCS conversion dictionary</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: DBCS conversion dictionary</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>*LIBL</u></b>, *CURLIB</td>
</tr><tr>
<td valign="top"><a href="#EDTIGCDCT.ENTRY"><b>ENTRY</b></a></td>
<td valign="top">Dictionary entry</td>
<td valign="top">X'40'-X'FE', <b><u>*ALL</u></b></td>
<td valign="top">Optional</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#EDTIGCDCT.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="EDTIGCDCT.IGCDCT"></a>
<h3>DBCS conversion dictionary (IGCDCT)</h3>
<p>Specifies the double-byte character set (DBCS) conversion dictionary to be edited and the library in which it is stored. If you do not specify a library name, the first dictionary found when searching the library list is edited.
</p>
<p>The possible library values are:
</p>
<dl>
<dt><b><u>*LIBL</u></b></dt>
<dd>All libraries in the library list for the current thread are searched until the first match is found.
</dd>
</dl>
<dl>
<dt><b>*CURLIB</b></dt>
<dd>The current library for the job is used to locate the dictionary. If no library is specified as the current library for the job, QGPL is used.
</dd>
<dt><b><i>library-name</i></b></dt>
<dd>Specify the library where the dictionary is located.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#EDTIGCDCT.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="EDTIGCDCT.ENTRY"></a>
<h3>Dictionary entry (ENTRY)</h3>
<p>Specifies the alphanumeric entries being edited with their related double-byte character set (DBCS) words.
</p>
<dl>
<dt><b><u>*ALL</u></b></dt>
<dd>Any entry in the dictionary can be edited. The system first shows the Work with DBCS Conversion Dictionary display showing all alphanumeric entries in the dictionary. From this display, specific entries are chosen to be edited.
</dd>
<dt><b><i>generic*-string</i></b></dt>
<dd>Specify a character string of one or more characters followed by an asterisk (*). All entries starting with the specified string can be edited. The system first shows the Work with DBCS Conversion Dictionary display. From this display, specific entries are chosen to be edited. If you do not include the asterisk, the system assumes that you want to edit a specific string.
<p>The string cannot be longer than 12 characters.
</p>
</dd>
<dt><b><i>specific-string</i></b></dt>
<dd>Specify a character string. The system shows the DBCS Edit Related Words display, showing a single alphanumeric entry and its related DBCS words. The specified entry can be edited.
<p>The string cannot be longer than 12 characters. You can edit the related words on this display.
</p>
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#EDTIGCDCT.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="EDTIGCDCT.COMMAND.EXAMPLES">Examples</a> </h3>
<p><b>Example 1: Showing the Work with DBCS Conversion Dictionary Display</b>
</p>
<p>
<pre>
EDTIGCDCT IGCDCT(DBCSLIB/QUSRIGCDCT) ENTRY(123*)
</pre>
</p>
<p>This command shows the Work with DBCS Conversion Dictionary display showing all the alphanumeric entries that start with 123 in the dictionary QUSRIGCDCT, which is stored in the library DBCSLIB.
</p>
<p><b>Example 2: Showing the Edit Related Words Display</b>
</p>
<p>
<pre>
EDTIGCDCT IGCDCT(DBCSLIB/QUSRIGCDCT) ENTRY(WORDS)
</pre>
</p>
<p>This command shows the Edit Related Words display showing the alphanumeric entry WORDS and its related words from the dictionary QUSRIGCDCT, which is stored in library DBCSLIB.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#EDTIGCDCT.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="EDTIGCDCT.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF2122</b></dt>
<dd>Storage limit exceeded for user profile &amp;1.
</dd>
<dt><b>CPF8138</b></dt>
<dd>&amp;8 damage on DBCS conversion dictionary &amp;4 in &amp;9.
</dd>
<dt><b>CPF8440</b></dt>
<dd>Entries cannot be added to the system DBCS conversion dictionary.
</dd>
<dt><b>CPF8451</b></dt>
<dd>Entry value &amp;1 not correct.
</dd>
<dt><b>CPF8455</b></dt>
<dd>Work station is not a DBCS device.
</dd>
<dt><b>CPF8461</b></dt>
<dd>Entry &amp;1 of DBCS conversion dictionary is logically damaged.
</dd>
<dt><b>CPF9801</b></dt>
<dd>Object &amp;2 in library &amp;3 not found.
</dd>
<dt><b>CPF9802</b></dt>
<dd>Not authorized to object &amp;2 in &amp;3.
</dd>
<dt><b>CPF9803</b></dt>
<dd>Cannot allocate object &amp;2 in library &amp;3.
</dd>
<dt><b>CPF9810</b></dt>
<dd>Library &amp;1 not found.
</dd>
<dt><b>CPF9820</b></dt>
<dd>Not authorized to use library &amp;1.
</dd>
<dt><b>CPF9845</b></dt>
<dd>Error occurred while opening file &amp;1.
</dd>
<dt><b>CPF9846</b></dt>
<dd>Error while processing file &amp;1 in library &amp;2.
</dd>
<dt><b>CPF9847</b></dt>
<dd>Error occurred while closing file &amp;1 in library &amp;2.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#EDTIGCDCT.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>