71 lines
4.4 KiB
HTML
71 lines
4.4 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="Set up CCSID support for message handling" />
|
|
<meta name="abstract" content="The default setting of the CCSID for creating message queues and message files is 65535. Most message files delivered with the operating system have a CCSID of 65535." />
|
|
<meta name="description" content="The default setting of the CCSID for creating message queues and message files is 65535. Most message files delivered with the operating system have a CCSID of 65535." />
|
|
<meta name="DC.Relation" scheme="URI" content="rbagsccsidmsgsup2.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../cl/chgmsgq.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../cl/chgmsgf.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="rbagssetmsghandccsidsup" />
|
|
<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>Set up CCSID support for message handling</title>
|
|
</head>
|
|
<body id="rbagssetmsghandccsidsup"><a name="rbagssetmsghandccsidsup"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Set up CCSID support for message handling</h1>
|
|
<div><p>The default setting of the CCSID for creating message queues and
|
|
message files is 65535. Most message files delivered with the operating system
|
|
have a CCSID of 65535.</p>
|
|
<p>Most message descriptions in system-supplied message files are tagged with
|
|
a CCSID that corresponds to the national language version with which they
|
|
are included.</p>
|
|
<p>Some message descriptions are not assigned a CCSID that corresponds to
|
|
the national language version. These message descriptions are tagged 65535
|
|
and are not converted when used.</p>
|
|
<p>Messages sent to a message queue that has a CCSID of 65535 are not converted
|
|
when placed on the queue. Message descriptions added to a message file that
|
|
has a CCSID of 65535 are not converted when placed in the file. These messages
|
|
and message descriptions are tagged with a CCSID associated with their text
|
|
or data. By tagging them with a CCSID associated with their text or data,
|
|
they are given the correct CCSID if the object-level CCSID is changed to 65534.</p>
|
|
<p>You can set CCSID support on for handling a specific message queue. For
|
|
example, to set CCSID handling on for message queue MYMSGQ in library MYLIB,
|
|
type:</p>
|
|
<pre>CHGMSGQ MSGQ(MYLIB/MYMSGQ) CCSID(65534)</pre>
|
|
<p>The Change Message Queue (CHGMSGQ) command also allows you to turn on CCSID
|
|
support for more than one message queue at a time.</p>
|
|
<p>You can set CCSID support on for handling a specific message file. For
|
|
example, to set CCSID handling on for message file MYMSGF in library MYLIB,
|
|
type:</p>
|
|
<pre>CHGMSGF MSGF(MYLIB/MYMSGF) CCSID(65534)</pre>
|
|
<p>The Change Message File (CHGMSGF) command also allows you to turn on CCSID
|
|
support for more than one message file at a time.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbagsccsidmsgsup2.htm" title="Use CCSID support for handling messages and message catalogs on i5/OS.">CCSID support for messages</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="../cl/chgmsgq.htm">Change Message Queue (CHGMSGQ) command</a></div>
|
|
<div><a href="../cl/chgmsgf.htm">Change Message File (CHGMSGF) command</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |