61 lines
4.9 KiB
HTML
61 lines
4.9 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="copyright" content="(C) Copyright IBM Corporation 2005" />
|
||
|
<meta name="DC.rights.owner" content="(C) Copyright IBM Corporation 2005" />
|
||
|
<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="Change alphanumeric application programs to DBCS application programs" />
|
||
|
<meta name="abstract" content="If an alphanumeric application program uses externally described files, you can change that application program to a DBCS application program by changing the externally described files." />
|
||
|
<meta name="description" content="If an alphanumeric application program uses externally described files, you can change that application program to a DBCS application program by changing the externally described files." />
|
||
|
<meta name="DC.subject" content="programs that process double-byte data, how to write, converting alphanumeric applications to DBCS applications, conversion, alphanumeric applications to DBCS applications, alphanumeric applications, converting to DBCS, double-byte character set (DBCS), applications, converted from alphanumeric applications, Change Library List (CHGLIBL) command, command, CL, CHGLIBL (Change Library List), CHGLIBL (Change Library List) command, Change Library List (CHGLIBL) command, command, CL, CHGLIBL (Change Library List), Change Library List (CHGLIBL), library list, changing, library list" />
|
||
|
<meta name="keywords" content="programs that process double-byte data, how to write, converting alphanumeric applications to DBCS applications, conversion, alphanumeric applications to DBCS applications, alphanumeric applications, converting to DBCS, double-byte character set (DBCS), applications, converted from alphanumeric applications, Change Library List (CHGLIBL) command, command, CL, CHGLIBL (Change Library List), CHGLIBL (Change Library List) command, Change Library List (CHGLIBL) command, command, CL, CHGLIBL (Change Library List), Change Library List (CHGLIBL), library list, changing, library list" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbal3apcon.htm" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rbal3chgappdbcs" />
|
||
|
<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>Change alphanumeric application programs to DBCS application programs</title>
|
||
|
</head>
|
||
|
<body id="rbal3chgappdbcs"><a name="rbal3chgappdbcs"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Change alphanumeric application programs to DBCS application programs</h1>
|
||
|
<div><p>If an alphanumeric application program uses externally described
|
||
|
files, you can change that application program to a DBCS application program
|
||
|
by changing the externally described files.</p>
|
||
|
<div class="section"><div class="p">To convert an application program, follow these steps: <ol><li>Create a duplicate copy of the source statements for the alphanumeric
|
||
|
file that you want to change.</li>
|
||
|
<li>Change alphanumeric constants and literals to double-byte constants and
|
||
|
literals.</li>
|
||
|
<li>Change fields in the file to the open (O) data type or specify the Alternative
|
||
|
Data Type (IGCALTTYP) DDS keyword so that you can enter both double-byte and
|
||
|
alphanumeric data in these fields. You might want to change the length of the
|
||
|
fields as the double-byte data takes more space.</li>
|
||
|
<li>Store the converted file in a separate library. Give the file the same
|
||
|
name as its alphanumeric version.</li>
|
||
|
<li>When you want to use the changed file in a job, change the library list,
|
||
|
using the Change Library List (CHGLIBL) command, for the job in which the
|
||
|
file will be used. The library in which the DBCS display file is stored is
|
||
|
then checked before the library in which the alphanumeric version of the file
|
||
|
is stored.</li>
|
||
|
</ol>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal3apcon.htm" title="This section describes considerations for writing applications that process double-byte data.">Application program considerations for DBCS</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|