46 lines
3.2 KiB
HTML
46 lines
3.2 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 with a message queue CCSID of 65535 or 65534" />
|
|
<meta name="abstract" content="When a message is sent to the message queue and the CCSID of the message queue is 65535 or 65534, no conversion occurs on the message. The message-level CCSID is set to the CCSID specified." />
|
|
<meta name="description" content="When a message is sent to the message queue and the CCSID of the message queue is 65535 or 65534, no conversion occurs on the message. The message-level CCSID is set to the CCSID specified." />
|
|
<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="rbagsmsgqueccsid65535or34" />
|
|
<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 with a message queue CCSID of 65535 or 65534</title>
|
|
</head>
|
|
<body id="rbagsmsgqueccsid65535or34"><a name="rbagsmsgqueccsid65535or34"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Message-level CCSID with a message queue CCSID of 65535 or 65534</h1>
|
|
<div><p>When a message is sent to the message queue and the CCSID of the
|
|
message queue is 65535 or 65534, no conversion occurs on the message. The
|
|
message-level CCSID is set to the CCSID specified.</p>
|
|
<p>For example, message queue MYMSGQ has a CCSID of 65534. You enter the following
|
|
Send Message command:</p>
|
|
<pre>SNDMSG MSG('MSG #1') CCSID(37) TOMSGQ(MYLIB/MYMSGQ)</pre>
|
|
<p>The immediate message text, MSG #1, is not converted when
|
|
added to the message queue. The message is tagged with CCSID 00037.</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> |