68 lines
4.2 KiB
HTML
68 lines
4.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="CCSID conversion status indicator (TXTCCSTA) return field" />
|
|
<meta name="abstract" content="TXTCCSTA is the text CCSID conversion status indicator." />
|
|
<meta name="description" content="TXTCCSTA is the text CCSID conversion status indicator." />
|
|
<meta name="DC.Relation" scheme="URI" content="rbagsretmsgcomapiccsidsup.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbagsmdtaccstaretfld.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="rbagstxtccstaretfld" />
|
|
<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>CCSID conversion status indicator (TXTCCSTA) return field</title>
|
|
</head>
|
|
<body id="rbagstxtccstaretfld"><a name="rbagstxtccstaretfld"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">CCSID conversion status indicator (TXTCCSTA) return field</h1>
|
|
<div><p>TXTCCSTA is the text CCSID conversion status indicator.</p>
|
|
<p>Return codes help you determine what happened when the system converted
|
|
your message text to the CCSID-to-convert-to parameter. Positive return code
|
|
numbers indicate that your conversion was successful. A successful return
|
|
code does not always indicate that a conversion occurred. Negative return
|
|
code numbers indicate that a conversion error occurred.</p>
|
|
<p>The following list shows the available return codes:</p>
|
|
<dl><dt class="dlterm">0</dt>
|
|
<dd>No conversion was necessary. The CCSID of the text matched the CCSID that
|
|
you wanted the text converted to.</dd>
|
|
<dt class="dlterm">1</dt>
|
|
<dd>No conversion occurred. Either the text was 65535 or the CCSID that you
|
|
wanted the text converted to was 65535.</dd>
|
|
<dt class="dlterm">2</dt>
|
|
<dd>No conversion occurred. You did not ask for any text to be returned.</dd>
|
|
<dt class="dlterm">3</dt>
|
|
<dd>The text was converted to the CCSID specified. The conversion operation
|
|
used the linguistic conversion tables.</dd>
|
|
<dt class="dlterm">4</dt>
|
|
<dd>A conversion error occurred when the conversion operation used the linguistic
|
|
conversion tables. The conversion operation then used a default conversion
|
|
table. The default conversion completed without error.</dd>
|
|
<dt class="dlterm">-1</dt>
|
|
<dd>An error occurred on both the linguistic and default conversions. The
|
|
text was not converted.</dd>
|
|
</dl>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbagsretmsgcomapiccsidsup.htm" title="The Retrieve Message (RTVMSG) command and retrieve message (QMHRTVM) application programming interface (API) have a CCSID-to-convert-to parameter. This parameter determines which CCSID the first- and second-level text is converted to before the text is returned to the user.">Retrieve messages</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rbagsmdtaccstaretfld.htm" title="MDTACCSTA is the replacement data CCSID conversion status indicator.">Replacement data CCSID conversion status indicator (MDTACCSTA) return field</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |