ibm-information-center/dist/eclipse/plugins/i5OS.ic.nls_5.4.0.1/rbagsdbcscreateconvdict.htm

121 lines
7.6 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="concept" />
<meta name="DC.Title" content="Work with conversion dictionaries" />
<meta name="abstract" content="You can create, edit, display, print, and delete conversion dictionaries." />
<meta name="description" content="You can create, edit, display, print, and delete conversion dictionaries." />
<meta name="DC.Relation" scheme="URI" content="rbagsdbcsconversion.htm" />
<meta name="DC.Relation" scheme="URI" content="../cl/crtigcdct.htm" />
<meta name="DC.Relation" scheme="URI" content="../cl/edtigcdct.htm" />
<meta name="DC.Relation" scheme="URI" content="../cl/dspigcdct.htm" />
<meta name="DC.Relation" scheme="URI" content="../cl/dltigcdct.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rbagsdbcscreateconvdict" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>Work with conversion dictionaries</title>
</head>
<body id="rbagsdbcscreateconvdict"><a name="rbagsdbcscreateconvdict"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Work with conversion dictionaries</h1>
<div><p>You can create, edit, display, print, and delete conversion dictionaries.</p>
<div class="section" xml:lang="en-us" id="rbagsdbcscreateconvdict__createdbcsconversdict"><a name="rbagsdbcscreateconvdict__createdbcsconversdict"><!-- --></a><h4 class="sectiontitle">Create a DBCS
conversion dictionary</h4><p>To create a DBCS conversion
dictionary, follow these steps:</p>
<ol><li>Use the Create DBCS Conversion Dictionary (CRTIGCDCT) command.</li>
<li>Name the dictionary, QUSRIGCDCT, so it can be used during DBCS conversion.
The system uses the dictionary if it is the first user-created dictionary
found when searching a user's library list.<p>You might call the dictionary
by another name while it is being created to prevent application programs
from using it for conversion. Later, change the dictionary name using the
Rename Object (RNMOBJ) command.</p>
</li>
<li>Use the EDTIGCDCT command to put entries and related words into the dictionary
after creating it.</li>
</ol>
</div>
<div class="section" xml:lang="en-us" id="rbagsdbcscreateconvdict__editdbcsconverdictionary"><a name="rbagsdbcscreateconvdict__editdbcsconverdictionary"><!-- --></a><h4 class="sectiontitle">Edit a DBCS
conversion dictionary</h4><p>Use the Edit DBCS conversion dictionary (EDTIGCDCT)
command to edit the DBCS conversion dictionary. Use editing to add user-defined
characters to the dictionary, so that users can enter characters using DBCS
conversion, and rearrange terms in a DBCS conversion dictionary to suit individual
needs.</p>
<p>The display needed for use while editing the DBCS conversion
dictionary depends on the value that you entered for the ENTRY parameter on
the EDTIGCDCT command:</p>
<ul><li>If you specified a specific string with the ENTRY parameter or if you
want to display double-byte characters, you must use a DBCS display.</li>
<li>If you did not specify a specific string with the ENTRY parameter, or
if you do not want to display double-byte characters, use either a DBCS display,
or a 24-row by 80-column alphanumeric display.</li>
</ul>
<p>You can perform the following editing operations on a
user-created DBCS conversion dictionary:</p>
<ul><li>Add entries to the dictionary (including adding the first entries to the
dictionary after it is created). The dictionary can contain as many as 99
999 entries.</li>
<li>Delete entries from the dictionary.</li>
<li>Change entries in the dictionary, such as replacing the DBCS words related
to an alphanumeric entry.</li>
<li>Move the DBCS words related to an alphanumeric entry to rearrange the
order in which they appear during DBCS conversion.</li>
</ul>
<p>The only editing function that you can perform with QSYSIGCDCT, the
system-supplied dictionary, is to move DBCS words related to an alphanumeric
entry. Move words in order to rearrange the order in which they appear during
DBCS conversion.</p>
</div>
<div class="section" xml:lang="en-us" id="rbagsdbcscreateconvdict__displayprintdbcsconversdict"><a name="rbagsdbcscreateconvdict__displayprintdbcsconversdict"><!-- --></a><h4 class="sectiontitle">Display
and print the DBCS conversion dictionary</h4><p>Use the Display DBCS Conversion
Dictionary (DSPIGCDCT) command to display and print the DBCS conversion dictionary.
You can display or print the entire dictionary or just a certain part of it,
depending on the value you specify for the ENTRY parameter.</p>
<p>For example,
to print the entry ABC from the dictionary QUSRIGCDCT and its related words,
enter:</p>
<pre>DSPIGCDCT IGCDCT(DBCSLIB/QUSRIGCDCT) +
ENTRY(ABC) OUTPUT(*PRINT)</pre>
<p>To display all of the entries from
the system-supplied dictionary QSYSIGCDCT and their related words, enter:</p>
<pre>DSPIGCDCT IGCDCT(QSYS/QSYSIGCDCT)</pre>
</div>
<div class="section" xml:lang="en-us" id="rbagsdbcscreateconvdict__deleteDBCSconversdiction"><a name="rbagsdbcscreateconvdict__deleteDBCSconversdiction"><!-- --></a><h4 class="sectiontitle">Delete a DBCS
conversion dictionary</h4><p>Use the Delete DBCS Conversion Dictionary
(DLTIGCDCT) command to delete a DBCS conversion dictionary from the system.
In order to delete the dictionary, you must have object existence authority
to the dictionary and object operational authorities to the library in which
the dictionary is stored.</p>
<p>When you delete a dictionary, make sure that
you specify the correct library name. It is possible that many users have
their own dictionaries, each named QUSRIGCDCT, stored in their libraries.
If you do not specify any library name, the system deletes the first DBCS
conversion dictionary in your library list.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbagsdbcsconversion.htm" title="You can enter an alphanumeric entry or DBCS code and convert the entry or code to its related DBCS word. DBCS conversion is intended for Japanese character sets and its use is limited for application to other double-byte character sets.">DBCS conversion</a></div>
</div>
<div class="relref"><strong>Related reference</strong><br />
<div><a href="../cl/crtigcdct.htm">Create DBCS Conversion Dictionary (CRTIGCDCT) command</a></div>
<div><a href="../cl/edtigcdct.htm">Edit DBCS Conversion Dictionary (EDTIGCDCT) command</a></div>
<div><a href="../cl/dspigcdct.htm">Display DBCS Conversion Dictionary (DSPIGCDCT) command</a></div>
<div><a href="../cl/dltigcdct.htm">Delete DBCS Conversion Dictionary (DLTIGCDCT) command</a></div>
</div>
</div>
</body>
</html>