ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzakc_5.4.0.1/rzakcmstigccnv.htm

91 lines
5.2 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="reference" />
<meta name="DC.Title" content="IGCCNV (DBCS Conversion) keyword" />
<meta name="abstract" content="This file-level keyword lets you use DBCS conversion, an alternative to directly typing in DBCS characters from a keyboard, in display files." />
<meta name="description" content="This file-level keyword lets you use DBCS conversion, an alternative to directly typing in DBCS characters from a keyboard, in display files." />
<meta name="DC.subject" content="IGCCNV (DBCS Conversion) keyword, DBCS Conversion (IGCCNV) keyword" />
<meta name="keywords" content="IGCCNV (DBCS Conversion) keyword, DBCS Conversion (IGCCNV) keyword" />
<meta name="DC.Relation" scheme="URI" content="dspkwd.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2001, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2001, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rzakcmstigccnv" />
<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>IGCCNV (DBCS Conversion) keyword</title>
</head>
<body id="rzakcmstigccnv"><a name="rzakcmstigccnv"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">IGCCNV (DBCS Conversion) keyword</h1>
<div><p>This file-level keyword lets you use DBCS conversion, an alternative
to directly typing in DBCS characters from a keyboard, in display files.</p>
<div class="section"><p>The format for the keyword is <samp class="codeph">IGCCNV(CFnn line-number)</samp>.</p>
<p>The
first parameter, CFnn, identifies which command function key, when pressed,
begins and ends the conversion function. Specify any CF key (CF01 through
CF24) as the parameter value. Do not specify a CF key that has already been
assigned a function.</p>
<div class="p">The second parameter, line-number, identifies where
(on the display) the system should place the conversion prompt line. When
you type the alphanumeric word to be converted on the conversion prompt line,
the system displays related DBCS words. The prompt line requires an entire
display line and looks like this: <pre>_ ______ _ XXXXXXXXXXXXXXXXXXXXXX</pre>
</div>
<p>The
underlined fields (_) are input fields, in which you type the word to be converted
and specify the type of conversion to be performed.</p>
<p>The field indicated
with XXXX is an output field, in which the system displays DBCS words related
to the alphanumeric entry to be converted.</p>
<p>The prompt line can be placed
anywhere on the display, as long as it does not overlap other displayed records
that contain input fields.</p>
<div class="p">Consider the following
rules when using the IGCCNV keyword: <ul><li>Use this keyword only with files displayed on DBCS display stations.</li>
<li>At least one field in the file must be an input-capable DBCS field, or
an input-capable field specified with the IGCALTTYP keyword.</li>
<li>Avoid using the IGCCNV keyword with the CHECK(ME) keyword. Use of DBCS
conversion with a mandatory-entry field causes operational problems.</li>
<li>Avoid using the IGCCNV keyword with field validation keywords (CHECK,
CMP, RANGE, and VALUES). Using this keyword causes DBCS conversion to work
improperly.</li>
<li>You must define the file for a 24 x 80 display.</li>
<li>Do not display the DBCS conversion format over a format that uses the
USRDFN (user-defined) keyword.</li>
<li>Option indicators are not allowed with this keyword.</li>
</ul>
</div>
</div>
<div class="example"><h4 class="sectiontitle">Example</h4><p>The following example shows how to specify
the IGCCNV keyword on the DDS coding form.</p>
<pre>|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
00100A*
00101A*
00102A IGCCNV(CF24 24)
00103A R MENU
A</pre>
<p>A user can press the F24 key to begin and end DBCS conversion.
Conversion can be used on all input-capable DBCS fields. The conversion format
is displayed on line 24.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="dspkwd.htm" title="Some DDS keywords should be avoided in DBCS data fields, and others used with caution.">Keyword considerations for display files that use DBCS</a></div>
</div>
</div>
</body>
</html>