48 lines
3.3 KiB
HTML
48 lines
3.3 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="Message-level CCSID when a message queue CCSID conversion error occurs" />
|
||
|
<meta name="abstract" content="If a conversion error occurs while sending a message to a message queue, the message is still sent to the message queue. However, the immediate text or data of the message is not converted." />
|
||
|
<meta name="description" content="If a conversion error occurs while sending a message to a message queue, the message is still sent to the message queue. However, the immediate text or data of the message is not converted." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbagsmessagelevelccsid.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="rbagsmsglevconverserror" />
|
||
|
<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>Message-level CCSID when a message queue CCSID conversion error occurs</title>
|
||
|
</head>
|
||
|
<body id="rbagsmsglevconverserror"><a name="rbagsmsglevconverserror"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Message-level CCSID when a message queue CCSID conversion error occurs</h1>
|
||
|
<div><p>If a conversion error occurs while sending a message to a message
|
||
|
queue, the message is still sent to the message queue. However, the immediate
|
||
|
text or data of the message is not converted.</p>
|
||
|
<p>A diagnostic message is sent and the message is tagged with the message-level
|
||
|
CCSID specified on the send command or API, not with the CCSID of the message
|
||
|
queue.</p>
|
||
|
<p>You can recover the replacement data or immediate message
|
||
|
text with the proper CCSID setting. First, set the message queue CCSID to
|
||
|
65534. Then use the Receive Message command or API to return the correct message-level
|
||
|
CCSID.</p>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbagsmessagelevelccsid.htm" title="When a message is sent to a message queue, you must communicate the CCSID of the replacement data or the immediate message text to the operating system. Use the CCSID parameter on any of the send message commands or APIs to communicate this CCSID to the operating system.">Message-level support</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|