76 lines
5.1 KiB
HTML
76 lines
5.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="concept" />
|
|
<meta name="DC.Title" content="Message queues" />
|
|
<meta name="abstract" content="If you set CCSID processing on, system-supplied display files and printer files that display or print messages convert the CCSID of the message queue to the CCSID of the job before displaying or printing the messages." />
|
|
<meta name="description" content="If you set CCSID processing on, system-supplied display files and printer files that display or print messages convert the CCSID of the message queue to the CCSID of the job before displaying or printing the messages." />
|
|
<meta name="DC.Relation" scheme="URI" content="rbagsccsidmsgsup2.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../apis/QMHRMQAT.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbagsjobmsgqueccsidsuprt.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbagssysreplstccsidsuprt.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbagshistlogccsidsuprt.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="rbagsmsgqueuesccsidsupport" />
|
|
<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 queues</title>
|
|
</head>
|
|
<body id="rbagsmsgqueuesccsidsupport"><a name="rbagsmsgqueuesccsidsupport"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Message queues</h1>
|
|
<div><p>If you set CCSID processing on, system-supplied display files and
|
|
printer files that display or print messages convert the CCSID of the message
|
|
queue to the CCSID of the job before displaying or printing the messages.</p>
|
|
<p>To print and display the messages correctly, your job CCSID setting must
|
|
be the same as the code page portion of your device CHRID setting.</p>
|
|
<p>All messages that existed on a message queue that was created
|
|
in a release before V3R1 of the operating system are assigned CCSID 65535
|
|
on the first use of that message.</p>
|
|
<div class="section"><h4 class="sectiontitle">Determine the CCSID of a message queue</h4><p>To determine
|
|
the CCSID of a message queue, follow these steps:</p>
|
|
<ol><li>Type <pre>DSPMSG MSGQ(MYLIB/MYMSGQ) ASTLVL(*BASIC)</pre>
|
|
where
|
|
MYLIB is the library in which the message queue is stored and MYMSGQ is the
|
|
name of the message queue.</li>
|
|
<li>Press F22 (Display list details).</li>
|
|
</ol>
|
|
<div class="note"><span class="notetitle">Note:</span> You can also use the Retrieve Message Queue Attributes (QMHRMQAT)
|
|
application programming interface (API) to determine the CCSID of a message
|
|
queue.</div>
|
|
<p>For job message queues, system reply lists,
|
|
and the history log, the object-level CCSID is always 65534. You cannot change
|
|
nor display object-level CCSIDs for job message queues, system reply lists,
|
|
and the history log.</p>
|
|
</div>
|
|
</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="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rbagsjobmsgqueccsidsuprt.htm" title="The CCSID for all job message queues is 65534. You cannot change or display this value. A job message queue CCSID of 65534 requires fewer CCSID conversions. Fewer CCSID conversions of text result in better performance and improved data integrity.">Job message queues</a></div>
|
|
<div><a href="rbagssysreplstccsidsuprt.htm" title="The system reply list has a CCSID of 65534. You cannot change or display this value.">System reply list</a></div>
|
|
</div>
|
|
<div class="reltasks"><strong>Related tasks</strong><br />
|
|
<div><a href="rbagshistlogccsidsuprt.htm" title="The history log is a database file that is tagged with CCSID 65535. You cannot change the CCSID of the history log. No conversions occur when you do database retrievals from the history file.">History log</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="../apis/QMHRMQAT.htm">Retrieve Nonprogram Message Queue Attributes (QMHRMQAT) API</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |