64 lines
5.4 KiB
HTML
64 lines
5.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="Common questions about CCSID support for handling messages" />
|
|
<meta name="abstract" content="Here are some common questions asked about CCSID support for handling messages." />
|
|
<meta name="description" content="Here are some common questions asked about CCSID support for handling messages." />
|
|
<meta name="DC.Relation" scheme="URI" content="rbagsccsidmsgsup2.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbagswhenjobdefaultused.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbagshowtodetermine.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbagscanlengthrepdatachng.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbagscormsgqueccsid.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbagscormsgfileccsid.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbagscanicorccsidofmsg.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbagscormsgdesccsid.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="rbagshandmsgccsidsupquest" />
|
|
<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>Common questions about CCSID support for handling messages</title>
|
|
</head>
|
|
<body id="rbagshandmsgccsidsupquest"><a name="rbagshandmsgccsidsupquest"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Common questions about CCSID support for handling messages</h1>
|
|
<div><p>Here are some common questions asked about CCSID support
|
|
for handling messages.</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rbagswhenjobdefaultused.htm">When is the job default CCSID used for handling messages?</a></strong><br />
|
|
A job default CCSID is always a CCSID with an encoding scheme of 1100 (single-byte EBCDIC) or 1301 (mixed-byte EBCDIC).</li>
|
|
<li class="ulchildlink"><strong><a href="rbagshowtodetermine.htm">How can I determine if a message description is defined with *CCHAR?</a></strong><br />
|
|
You can use the Work with Message Description (WRKMSGD) command to determine if a message description is defined with *CCHAR data. You can also use the Retrieve Message (QMHRTVM) API to return the replacement data format fields.</li>
|
|
<li class="ulchildlink"><strong><a href="rbagscanlengthrepdatachng.htm">Can the length of *CCHAR replacement data change?</a></strong><br />
|
|
The length of *CCHAR replacement data can change. This is why *CCHAR replacement data is required to be a variable-length field.</li>
|
|
<li class="ulchildlink"><strong><a href="rbagscormsgqueccsid.htm">Can I correct the CCSID of a message queue?</a></strong><br />
|
|
You might have a message queue that has a CCSID that does not match the CCSID of the messages on it. This typically results from sending messages with a message-level CCSID of 65535 to a message queue with a CCSID that is not 65534 or 65535.</li>
|
|
<li class="ulchildlink"><strong><a href="rbagscormsgfileccsid.htm">Can I correct the CCSID of a message file?</a></strong><br />
|
|
You might have a message file that has a CCSID that does not match the CCSID of the message descriptions in it. This typically results from adding message descriptions with a message-level CCSID of 65535 to a message file with a CCSID that is not 65534 or 65535.</li>
|
|
<li class="ulchildlink"><strong><a href="rbagscanicorccsidofmsg.htm">Can I correct the CCSID of a message?</a></strong><br />
|
|
You cannot correct the message-level CCSID of a message. You can change the message queue CCSID to match the message-level CCSID. You can also delete the message and send it again with the correct message-level CCSID.</li>
|
|
<li class="ulchildlink"><strong><a href="rbagscormsgdesccsid.htm">Can I correct the CCSID of a message description?</a></strong><br />
|
|
You can use the Change Message Description (CHGMSGD) command to change the CCSID of a message description. If you do not change the first- or second-level text at the same time that you change the message description CCSID, the text remains unchanged. Only the CCSID changes.</li>
|
|
</ul>
|
|
|
|
<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>
|
|
</body>
|
|
</html> |