60 lines
3.8 KiB
HTML
60 lines
3.8 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="task" />
|
||
|
<meta name="DC.Title" content="Design DBCS application programs" />
|
||
|
<meta name="abstract" content="This provides considerations when designing application programs for processing double-byte data." />
|
||
|
<meta name="description" content="This provides considerations when designing application programs for processing double-byte data." />
|
||
|
<meta name="DC.subject" content="DBCS (double-byte character set), designing application program, double-byte character set (DBCS), designing application program, double-byte data" />
|
||
|
<meta name="keywords" content="DBCS (double-byte character set), designing application program, double-byte character set (DBCS), designing application program, double-byte data" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="apgmdbcs.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="../books/c0917690.pdf" />
|
||
|
<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="ddds" />
|
||
|
<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>Design DBCS application programs</title>
|
||
|
</head>
|
||
|
<body id="ddds"><a name="ddds"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Design DBCS application programs</h1>
|
||
|
<div><p>This provides considerations when designing application programs
|
||
|
for processing double-byte data.</p>
|
||
|
<div class="section"> <p>Design your application programs for processing double-byte data
|
||
|
in the same way you design application programs for processing alphanumeric
|
||
|
data, with the following additional considerations: </p>
|
||
|
<ul><li>Identify double-byte data used in the database files, if any.</li>
|
||
|
<li>Design display and printer formats that can be used with double-byte data.</li>
|
||
|
<li>If needed, provide double-byte conversion as a means of entering data
|
||
|
for interactive applications. Use the DDS keyword for double-byte conversion
|
||
|
(IGCCNV) to specify DBCS conversion in display files.</li>
|
||
|
<li>Write double-byte error messages to be displayed by the program.</li>
|
||
|
<li>Specify extension character processing so that the system prints and displays
|
||
|
all double-byte data.</li>
|
||
|
<li>Determine which double-byte characters, if any, must be defined.</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="apgmdbcs.htm" title="Special considerations must be made when designing application programs to process double-byte data or converting alphanumeric application programs to double-byte programs.">Application programming for DBCS data</a></div>
|
||
|
</div>
|
||
|
<div class="relinfo"><strong>Related information</strong><br />
|
||
|
<div><a href="../books/c0917690.pdf" target="_blank">ADTS/400: Character Generator Utility PDF</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|