61 lines
4.1 KiB
HTML
61 lines
4.1 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="Rules for CCSIDs of host variables in SQL statements" />
|
|
<meta name="abstract" content="CCSIDs must be considered when you assign one character or graphic value to another. This includes the assignment of host variables. The database manager uses a common set of system services for converting SBCS data, DBCS data, MIXED data, and graphic data." />
|
|
<meta name="description" content="CCSIDs must be considered when you assign one character or graphic value to another. This includes the assignment of host variables. The database manager uses a common set of system services for converting SBCS data, DBCS data, MIXED data, and graphic data." />
|
|
<meta name="DC.subject" content="CCSID, rule for using, coded character set identifier (CCSID)" />
|
|
<meta name="keywords" content="CCSID, rule for using, coded character set identifier (CCSID)" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzajpasnrule.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../nls/rbagsglobalmain.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="rzajpccsidrule" />
|
|
<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>Rules for CCSIDs of host variables in SQL statements</title>
|
|
</head>
|
|
<body id="rzajpccsidrule"><a name="rzajpccsidrule"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Rules for CCSIDs of host variables in SQL statements</h1>
|
|
<div><p>CCSIDs must be considered when you assign one character or graphic
|
|
value to another. This includes the assignment of host variables.
|
|
The database manager uses a common set of system services for converting SBCS
|
|
data, DBCS data, MIXED data, and graphic data.</p>
|
|
<div class="section"><p>The rules for CCSIDs are as follows:</p>
|
|
<ul><li>If the CCSID of the source matches the CCSID of the target, the value
|
|
is assigned without conversion.</li>
|
|
<li>If the sub-type for the source or target is BIT, the value is assigned
|
|
without conversion.</li>
|
|
<li>If the value is either null or an empty string, the value is assigned
|
|
without conversion.</li>
|
|
<li>If conversion is not defined between specific CCSIDs, the value is not
|
|
assigned and an error message is issued.</li>
|
|
<li>If conversion is defined and needed, the source value is converted to
|
|
the CCSID of the target before the assignment is performed.</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzajpasnrule.htm" title="SQL values are assigned to host variables during the running of FETCH, SELECT INTO, SET, and VALUES INTO statements. SQL values are assigned from host variables during the running of INSERT, UPDATE, and CALL statements.">Assignment rules for host variables in SQL statements</a></div>
|
|
</div>
|
|
<div class="relinfo"><strong>Related information</strong><br />
|
|
<div><a href="../nls/rbagsglobalmain.htm">Globalization</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |