57 lines
3.4 KiB
HTML
57 lines
3.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="copyright" content="(C) Copyright IBM Corporation 2005" />
|
|
<meta name="DC.rights.owner" content="(C) Copyright IBM Corporation 2005" />
|
|
<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="reference" />
|
|
<meta name="DC.Title" content="Find out if a DBCS sort table exists" />
|
|
<meta name="abstract" content="You can use the Check Object (CHKOBJ) command to find out if a DBCS sort table exists in your server." />
|
|
<meta name="description" content="You can use the Check Object (CHKOBJ) command to find out if a DBCS sort table exists in your server." />
|
|
<meta name="DC.subject" content="DBCS sort table, checking for the existence of, table, DBCS sort, checking for the existence of" />
|
|
<meta name="keywords" content="DBCS sort table, checking for the existence of, table, DBCS sort, checking for the existence of" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3igcsrt.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../cl/chkobj.htm" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rbal3existstable" />
|
|
<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>Find out if a DBCS sort table exists</title>
|
|
</head>
|
|
<body id="rbal3existstable"><a name="rbal3existstable"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Find out if a DBCS sort table exists</h1>
|
|
<div><p>You can use the Check Object (CHKOBJ) command to find out if a
|
|
DBCS sort table exists in your server.</p>
|
|
<div class="section"><div class="p">For example, to find out if the table QCGMSTR exists,
|
|
enter: <pre>CHKOBJ OBJ(QSYS/QCGMSTR) OBJTYPE(*IGCSRT)</pre>
|
|
</div>
|
|
<p>If
|
|
the table does not exist, the server responds with a message. If the table
|
|
does exist, the server returns without a message.</p>
|
|
<p>Check for the existence
|
|
of a DBCS active sort table when you want to sort double-byte characters for
|
|
the first time. The DBCS active table for the DBCS language must exist to
|
|
sort the characters.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal3igcsrt.htm" title="DBCS sort tables contain the sort information and collating sequences of all the double-byte characters used on the server. The server uses these tables to sort double-byte characters using the sort utility.">DBCS sort tables</a></div>
|
|
</div>
|
|
<div class="relinfo"><strong>Related information</strong><br />
|
|
<div><a href="../cl/chkobj.htm">Check Object (CHKOBJ) command</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |