<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><!-- InstanceBegin template="../../Templates/DocTemp.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- InstanceBeginEditable name="doctitle" -->
<title>Features - Synonym Searches</title>
<!-- InstanceEndEditable --> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../../docs.css" rel="stylesheet" type="text/css">
<script language="JavaScript1.2" src="../../docs.js"></script>
<!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
</head>

<body>
<table width="100%" class="lightblue" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><a href="http://www.omnidex.com"><img src="../../images/flatlogo.gif" width="95" height="25" hspace="3" vspace="3" border="0"></a></td>
    <td><img src="../../images/omnidex.gif" width="109" height="25" hspace="3" vspace="3"></td>
    <td align="right" valign="top"><p class="banner"><a href="../../Contents.htm">Contents</a> 
        | <a href="../../Quick%20Links.htm">Quick Links</a></p></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td width="175" class="bar"><p class="banner">&nbsp;</p></td>
    <td align="right" class="bar"> <!-- InstanceBeginEditable name="Section Title" -->
      <h1>Omnidex Text</h1>
      <!-- InstanceEndEditable --></td>
  </tr>
  <tr> 
    <td width="175" class="left1 lightblue"><img src="../../images/blank.gif" width="10" height="20"> 
    </td>
    <td valign="top" class="left1 lightblue">&nbsp; </td>
  </tr>
  <tr> 
    <td width="175" valign="top" class="left"><!-- InstanceBeginEditable name="leftnav" --> 
      <p><a href="#managed">Managed Synonyms</a></p>
      <p><a href="#thesaurus">Thesaurus</a></p>
      <p>&nbsp;</p>
      <p><a href="../../SQL%20Reference/Functions/SYNONYMS.htm">SYNONYMS Function</a></p>
      <p><a href="../../SQL%20Reference/Functions/$CONTAINS.htm">$CONTAINS</a></p>
      <p>&nbsp;</p>
      <p class="line">&nbsp;</p>
      <p><a href="../Text/Omnidex%20Text.htm">Omnidex Text</a></p>
      <p>&nbsp;</p>
      <!-- InstanceEndEditable --></td>
    <td valign="top" class="content"> <!-- InstanceBeginEditable name="Content" --> 
      <h2>Synonym Searches</h2>
      <p>A Synonym search allows you search for a word using its synonyms. This 
        allows users to search for records in the city of Los Angeles by entering 
        'LA' for criteria or find a customer named 'Rick', even if the name is 
        entered as 'Richard', 'Ricky', or 'Dick'. Synonym searches also provide 
        a thesaurus, which looks for synonyms based on the English language.</p>
      <p>There are two basic categories of Synonym searches:</p>
      <ul>
        <li><a href="#thesaurus">Thesaurus</a></li>
        <li><a href="#managed">Managed Synonyms</a></li>
      </ul>
      <p>A thesaurus search will find <em>automobile</em> as a synonym for <em>car</em> 
        and <em>couch</em> as a synonym for <em>sofa</em>. </p>
      <p>A managed synonym search can find <em>Chevrolet</em> as a synonym to 
        <em>car</em> and <em>Lazy Boy</em> as a synonym to <em>chair</em>. </p>
      <p>&nbsp;</p>
      <p>Synonym searches are accomplished by using the <a href="../../SQL%20Reference/Functions/$CONTAINS.htm">SYNONYMS 
        option of the $CONTAINS function</a>, or by using the <a href="../../SQL%20Reference/Functions/SYNONYMS.htm">SYNONYMS 
        function</a> directly in the qualification criteria.</p>
      <p class="line">&nbsp;</p>
      <h3><a name="managed"></a>Managed Synonyms</h3>
      <p>Managed Synonym searches use a list of synonyms that is carefully controlled 
        by the Omnidex administrator. These managed lists provide a narrow band 
        of synonyms that are appropriate for a specific situation. Data entry 
        can be very inconsistent in terms of how things are entered. For example, 
        a city field may contain the full city name San Francisco, or it may contain 
        the abbreviation SF. A managed synonym list will allow you to find all 
        records with either content, using a single piece of criteria.</p>
      <p>Omnidex provides several <a href="../../Appendix/Provided%20Managed%20Synonym%20Lists.htm">predefined 
        managed synonym lists</a> that can be used and modified. Additionally, 
        you can create you're own managed synonym lists. </p>
      <p>Managed synonym lists are maintained in tab-delimited files accessible 
        using the $SYNONYMS table in the Omnidex Global Environment, oaglobal. 
        This table contains three columns: $LIST, $WORD and $REPLACEMENT. </p>
      <p class="indent"><strong>$LIST</strong> contains the name of the list. 
        This list name distinguishes multiple lists from each other.</p>
      <p class="indent"><strong>$WORD</strong> contains the word that will have 
        synonyms listed in the $REPLACEMENT column. This column can contain a 
        word or phrase up to 128 characters and is case-insensitive.</p>
      <p class="indent"><strong>$REPLACEMENT</strong> contains a comma or space 
        separated list of synonyms for the word in the $WORD column. The replacement 
        list may be up to 8,192 characters. Replacement words or phrases may be 
        intermingled and can occur in any order.</p>
      <p class="line2">&nbsp;</p>
      <p>The replacement or synonym list may consist of any of the the following:</p>
      <p>A word or phrase to be used in replace of the current word. Words may 
        be separated by spaces, commas or both. Phrases must be enclosed in double-quotation 
        marks.</p>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td><h6>List</h6></td>
          <td><h6>Word</h6></td>
          <td><h6>Replacement</h6></td>
        </tr>
        <tr> 
          <td><p>CITIES</p></td>
          <td><p>LA</p></td>
          <td><p>LA, &quot;Los Angeles&quot;, &quot;City of Angels&quot;</p></td>
        </tr>
        <tr> 
          <td><p>CITIES</p></td>
          <td><p>SF</p></td>
          <td><p>SF, &quot;San Francisco&quot;, &quot;City by the Bay&quot;, &quot;Santa 
              Fe&quot; </p></td>
        </tr>
        <tr> 
          <td><p>STATES</p></td>
          <td><p>CO</p></td>
          <td><p>CO Colorado &quot;Colorful Colorado&quot;</p></td>
        </tr>
        <tr> 
          <td><p>STATES</p></td>
          <td><p>NM</p></td>
          <td><p>NM &quot;New Mexico&quot;, &quot;The Land of Enchantemnt&quot;</p></td>
        </tr>
      </table>
      <p><img src="../../images/note.gif" width="12" height="15">To include the 
        current word, you must include it in the synonym list.</p>
      <p class="line2">&nbsp;</p>
      <p>A string of qualification criteria indicated by enclosing the entire 
        replacement string in parenthesis. The criteria may include Boolean operators 
        and nested parentheses.</p>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td><h6>List</h6></td>
          <td><h6>Word</h6></td>
          <td><h6>Replacement</h6></td>
        </tr>
        <tr> 
          <td><p>DATE_RANGES</p></td>
          <td><p>FISCAL_2001</p></td>
          <td><p>(Between '7/1/2000' and '6/30/2001')</p></td>
        </tr>
        <tr> 
          <td><p>DATE_RANGES</p></td>
          <td><p>FISCAL_2002</p></td>
          <td><p>(Between '7/1/2001' and '6/30/2002')</p></td>
        </tr>
        <tr> 
          <td><p>DATE_RANGES</p></td>
          <td><p>FISCAL_2003</p></td>
          <td><p>(Between '7/1/2002' and '6/30/2003')</p></td>
        </tr>
        <tr> 
          <td><p>DATE_RANGES</p></td>
          <td><p>FISCAL_2004</p></td>
          <td><p>(Between '7/1/2003' and '6/30/2004')</p></td>
        </tr>
      </table>
      <p>In this example, you would apply this synonym list to a date class field.</p>
      <p class="line2">&nbsp;</p>
      <p>Pointers to other entries within the same list. Pointers are indicated 
        by prefixing the word with a &gt; (greater-than sign). Pointers can be 
        nested. </p>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td><h6>List</h6></td>
          <td><h6>Word</h6></td>
          <td><h6>Replacement</h6></td>
        </tr>
        <tr> 
          <td><p>FIRST_NAMES</p></td>
          <td><p>FRED</p></td>
          <td><p>&gt;Fredrick</p></td>
        </tr>
        <tr> 
          <td><p>FIRST_NAMES</p></td>
          <td><p>FREDRICK</p></td>
          <td><p>Fredrick, Fred, Rick</p></td>
        </tr>
        <tr> 
          <td><p>FIRST_NAMES</p></td>
          <td><p>RICHARD</p></td>
          <td><p>Richard, Rick, Ricky, Dick, Rich, Richie</p></td>
        </tr>
        <tr> 
          <td><p>FIRST_NAMES</p></td>
          <td><p>RICK</p></td>
          <td><p>&gt;Richard, &gt;Fredrick</p></td>
        </tr>
      </table>
      <p>&nbsp;</p>
      <p class="line">&nbsp;</p>
      <h3><a name="thesaurus"></a>Thesaurus</h3>
      <p>A thesaurus search looks for synonyms based on the English language. 
        A thesaurus search is broad and flexible and good for general searches 
        where synonyms of general speech words should be used as criteria.</p>
      <p>For example, when searches for records with references to a home or house, 
        a thesaurus search could find records containing house, home, domicile, 
        dwelling, abode, habitation, villa, etc..., with only a single criteria 
        keyword. </p>
      <p><img src="../../images/note.gif" width="12" height="15">Thesaurus seaches 
        are good for broad textual searches, but are not appropriate for more 
        specific situations. A thesaurus will not contain most proper names, brand 
        names, abbreviations and jargon. Use <a href="#managed">Managed Synonyms</a> 
        for these scenarios.</p>
      <h5>Filtering the Thesaurus</h5>
      <p>The thesaurus used in Omnidex Text contains a large number of words in 
        common English usage. This includes words of various dialects, words found 
        more commonly in Bitish English or Canadian English, idiomatic phrases 
        and common slang. The latter category includes common and uncommon swear 
        words as well as other scatological language.</p>
      <p>Some applications may require unfiltered searches while others might 
        require the filtering of such words, insuring that these words do not 
        appear as a result of a synonym search, misspelling search or suggestion.</p>
      <p>A file named filter.exc, located in $OMNIDEX_HOME/config/english/thesaurus, 
        contains some of the most common, objectionable words that are filtered 
        by default. You can edit this file, adding or removing words, to suit 
        your application needs. The contents are stuctured as one word or phrase 
        per line with spaces represented by underscores.</p>
      <p><img src="../../images/note.gif" width="12" height="15">If upgrading 
        Omnidex to a new version, be sure to make a copy of this file before installing 
        the new version, to avoid losing your changes when the file is overwritten.</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <!-- InstanceEndEditable --><P align="right"><a href="#">Top</a> </P>
	  </td>
  </tr>
  <tr>
    <td width="175" class="bbar">
<p>&nbsp;</p></td>
    <td align="right" valign="middle" class="bbar"> <p class="banner">Omnidex 
        Version 4.1 Build 1 - E10.04 - Dynamic Information Systems Corporation 
        - Copyright &copy; 2004</p></td>
  </tr>
</table>
<div class="menu0" id="m1" onMouseOver="changeClass('menu1','m1'); changeVisibility('visible','s1');" onMouseOut="changeClass('menu0','m1'); changeVisibility('hidden','s1');"> 
  <a href="../../index.htm">Home</a></div>      
<div class="menu0" id="m2" onMouseOver="changeClass('menu1','m2'); changeVisibility('visible','s2');" onMouseOut="changeClass('menu0','m2'); changeVisibility('hidden','s2');"> 
  <a href="../../Omnidex%20Concepts/Omnidex%20Overview.htm">Omnidex</a></div>      
<div class="menu0" id="m3" onMouseOver="changeClass('menu1','m3'); changeVisibility('visible','s3');" onMouseOut="changeClass('menu0','m3'); changeVisibility('hidden','s3');"> 
  <a href="../../Getting%20Started/Getting%20Started.htm">Getting Started </a></div>      
<div class="menu0" id="m4" onMouseOver="changeClass('menu1','m4'); changeVisibility('visible','s4');" onMouseOut="changeClass('menu0','m4'); changeVisibility('hidden','s4');"> 
  <a href="../../Development/Development.htm">Development</a></div>      
<div class="menu0" id="m5" onMouseOver="changeClass('menu1','m5'); changeVisibility('visible','s5');" onMouseOut="changeClass('menu0','m5'); changeVisibility('hidden','s5');"> 
  <a href="../../Utilities/Utilities.htm">Utilities</a></div>      
<div class="menu0" id="m6" onMouseOver="changeClass('menu1','m6'); changeVisibility('visible','s6');" onMouseOut="changeClass('menu0','m6'); changeVisibility('hidden','s6');"> 
  <a href="../../Appendix/Appendix.htm">Appendix</a></div>
    <td>&nbsp;</td>
  </tr>
</table> 
<table id="s1" border="0" cellspacing="0" cellpadding="0" onMouseOver="changeClass('menu1','m1'); changeVisibility('visible','s1');" onMouseOut="changeClass('menu0','m1'); changeVisibility('hidden','s1');">
  <tr> 
    <td id="s11" class="menu1" onMouseOver="changeClass('menu0','s11');" onMouseOut="changeClass('menu1','s11');"><a href="../../Whats%20New.htm">What's 
      New!</a></td>
  </tr>
  <tr> 
    <td id="s12" class="menu1" onMouseOver="changeClass('menu0','s12');" onMouseOut="changeClass('menu1','s12');"><a href="../../Quick%20Links.htm">Quick 
      Links</a></td>
  </tr>
  <tr> 
    <td id="s13" class="menu1" onMouseOver="changeClass('menu0','s13');" onMouseOut="changeClass('menu1','s13');"><a href="../../Contents.htm">Contents</a></td>
  </tr>
</table>
<table id="s2" border="0" cellspacing="0" cellpadding="0" onMouseOver="changeClass('menu1','m2'); changeVisibility('visible','s2');" onMouseOut="changeClass('menu0','m2'); changeVisibility('hidden','s2');">
  <tr> 
    <td id="s21" class="menu1" onMouseOver="changeClass('menu0','s21');" onMouseOut="changeClass('menu1','s21');"><a href="../../Omnidex%20Concepts/Features/Features.htm">Features</a></td>
  </tr>
  <tr> 
    <td id="s22" class="menu1" onMouseOver="changeClass('menu0','s22');" onMouseOut="changeClass('menu1','s22');"><a href="../../Omnidex%20Concepts/Indexing%20Strategies/Indexing%20Strategies.htm">Indexing 
      Strategies</a></td>
  </tr>
  <tr> 
    <td id="s23" class="menu1" onMouseOver="changeClass('menu0','s23');" onMouseOut="changeClass('menu1','s23');"><a href="../../Omnidex%20Concepts/Indexing%20Options/Indexing%20Options.htm">Indexing 
      Options </a></td>
  </tr>
  <tr> 
    <td id="s24" class="menu1" onMouseOver="changeClass('menu0','s24');" onMouseOut="changeClass('menu1','s24');"><a href="../../Omnidex%20Concepts/Index%20Maintenance/Index%20Maintenance.htm">Index 
      Maintenance </a></td>
  </tr>
  <tr> 
    <td id="s25" class="menu1" onMouseOver="changeClass('menu0','s25');" onMouseOut="changeClass('menu1','s25');"><a href="../../Omnidex%20Concepts/Partitioning/Partitioning.htm">Optimization</a></td>
  </tr>
  <tr> 
    <td id="s26" class="menu1" onMouseOver="changeClass('menu0','s26');" onMouseOut="changeClass('menu1','s26');"><a href="../../Omnidex%20Concepts/Index%20Maintenance/Index%20Maintenance.htm">Partitioning</a></td>
  </tr>
  <tr> 
    <td id="s27" class="menu1" onMouseOver="changeClass('menu0','s27');" onMouseOut="changeClass('menu1','s27');"><a href="../../Omnidex%20Concepts/Text/Omnidex%20Text.htm">Omnidex Text</a></td>
  </tr>
</table>
<table id="s3" border="0" cellspacing="0" cellpadding="0" onMouseOver="changeClass('menu1','m3'); changeVisibility('visible','s3');" onMouseOut="changeClass('menu0','m3'); changeVisibility('hidden','s3');">
  <tr> 
    <td id="s31" class="menu1" onMouseOver="changeClass('menu0','s31');" onMouseOut="changeClass('menu1','s31');"><a href="../../Getting%20Started/1%20-%20Installation%20and%20Setup.htm">Server 
      Setup Guides</a></td>
  </tr>
  <tr> 
    <td id="s32" class="menu1" onMouseOver="changeClass('menu0','s32');" onMouseOut="changeClass('menu1','s32');"><a href="../../Getting%20Started/Omnidex%20Client/Windows%20Client.htm">Windows 
      Client</a></td>
  </tr>
  <tr> 
    <td id="s33" class="menu1" onMouseOver="changeClass('menu0','s33');" onMouseOut="changeClass('menu1','s33');"><a href="../../Database%20Platforms/Supported%20Database%20Platforms.htm">Database 
      Platforms </a></td>
  </tr>
  <tr> 
    <td id="s34" class="menu1" onMouseOver="changeClass('menu0','s34');" onMouseOut="changeClass('menu1','s34');"><a href="../../Environment%20Catalog/Environment%20Catalog.htm">Environment 
      Catalog</a> </td>
  </tr>
</table>
<table id="s4" border="0" cellspacing="0" cellpadding="0" onMouseOver="changeClass('menu1','m4'); changeVisibility('visible','s4');" onMouseOut="changeClass('menu0','m4'); changeVisibility('hidden','s4');">
  <tr> 
    <td id="s41" class="menu1" onMouseOver="changeClass('menu0','s41');" onMouseOut="changeClass('menu1','s41');"><a href="../../SQL%20Reference/SQL%20Reference.htm">SQL 
      Reference</a> </td>
  </tr>
  <tr> 
    <td id="s42" class="menu1" onMouseOver="changeClass('menu0','s42');" onMouseOut="changeClass('menu1','s42');"><a href="../../Development/ODBC/ODBC.htm">ODBC</a></td>
  </tr>
  <tr> 
    <td id="s43" class="menu1" onMouseOver="changeClass('menu0','s43');" onMouseOut="changeClass('menu1','s43');"><a href="../../Development/JDBC/JDBC.htm">JDBC</a></td>
  </tr>
  <tr> 
    <td id="s44" class="menu1" onMouseOver="changeClass('menu0','s44');" onMouseOut="changeClass('menu1','s44');"><a href="../../Development/OmniAccess%20API/OmniAccess%20API.htm">OmniAccess 
      API</a></td>
  </tr>
  <tr> 
    <td id="s45" class="menu1" onMouseOver="changeClass('menu0','s45');" onMouseOut="changeClass('menu1','s45');"><a href="../../Development/Debugging/OMNIDEX_DEBUG.htm">Debugging</a></td>
  </tr>
</table>
<table id="s5" border="0" cellspacing="0" cellpadding="0" onMouseOver="changeClass('menu1','m5'); changeVisibility('visible','s5');" onMouseOut="changeClass('menu0','m5'); changeVisibility('hidden','s5');">
  <tr> 
    <td id="s51" class="menu1" onMouseOver="changeClass('menu0','s51');" onMouseOut="changeClass('menu1','s51');"><A href="../../Utilities/DBINSTAL/DBINSTAL.htm">DBINSTAL</A></td>
  </tr>
  <tr> 
    <td id="s52" class="menu1" onMouseOver="changeClass('menu0','s52');" onMouseOut="changeClass('menu1','s52');"><a href="../../Utilities/DSEDIT/DSEDIT.htm">DSEDIT</a></td>
  </tr>
  <tr> 
    <td id="s53" class="menu1" onMouseOver="changeClass('menu0','s53');" onMouseOut="changeClass('menu1','s53');"><a href="../../Utilities/NSADMIN/NSADMIN.htm">NSADMIN</a></td>
  </tr>
  <tr> 
    <td id="s54" class="menu1" onMouseOver="changeClass('menu0','s54');" onMouseOut="changeClass('menu1','s54');"><a href="../../Utilities/OACOMP/OACOMP.htm">OACOMP</a></td>
  </tr>
  <tr> 
    <td id="s55" class="menu1" onMouseOver="changeClass('menu0','s55');" onMouseOut="changeClass('menu1','s55');"><a href="../../Utilities/OADECOMP/OADECOMP.htm">OADECOMP</a></td>
  </tr>
  <tr> 
    <td id="s56" class="menu1" onMouseOver="changeClass('menu0','s56');" onMouseOut="changeClass('menu1','s56');"><a href="../../Utilities/OAHELPER/OAHELPER.htm">OAHELPER</a></td>
  </tr>
  <tr> 
    <td id="s57" class="menu1" onMouseOver="changeClass('menu0','s57');" onMouseOut="changeClass('menu1','s57');"><A href="../../Utilities/ODXAIM/ODXAIM.htm">ODXAIM</A></td>
  </tr>
  <tr> 
    <td id="s58" class="menu1" onMouseOver="changeClass('menu0','s58');" onMouseOut="changeClass('menu1','s58');"><a href="../../Utilities/ODXMAKE/ODXMAKE.htm">ODXMAKE</a></td>
  </tr>
  <tr> 
    <td id="s59" class="menu1" onMouseOver="changeClass('menu0','s59');" onMouseOut="changeClass('menu1','s59');"><a href="../../Utilities/ODXNET/ODXNET.htm">ODXNET</a></td>
  </tr>
  <tr> 
    <td id="s510" class="menu1" onMouseOver="changeClass('menu0','s510');" onMouseOut="changeClass('menu1','s510');"><A href="../../Utilities/ODXQUERY/ODXQUERY.htm">ODXQUERY</A></td>
  </tr>
  <tr> 
    <td id="s511" class="menu1" onMouseOver="changeClass('menu0','s511');" onMouseOut="changeClass('menu1','s511');"><a href="../../Utilities/ODXSQL/ODXSQL.htm">ODXSQL</a></td>
  </tr>
  <tr> 
    <td id="s512" class="menu1" onMouseOver="changeClass('menu0','s512');" onMouseOut="changeClass('menu1','s512');"><a href="../../Utilities/REGMAINT/REGMAINT.htm">REGMAINT</a></td>
  </tr>
  <tr> 
    <td id="s513" class="menu1" onMouseOver="changeClass('menu0','s513');" onMouseOut="changeClass('menu1','s513');"><A href="../../Utilities/REGTEST/REGTEST.htm">REGTEST</A></td>
  </tr>
  <tr> 
    <td id="s514" class="menu1" onMouseOver="changeClass('menu0','s514');" onMouseOut="changeClass('menu1','s514');"><a href="../../Utilities/SNOWGEN/SNOWGEN.htm">SNOWGEN</a></td>
  </tr>
  <tr> 
    <td id="s515" class="menu1" onMouseOver="changeClass('menu0','s515');" onMouseOut="changeClass('menu1','s515');"><a href="../../Utilities/SYSINFO/SYSINFO.htm">SYSINFO</a></td>
  </tr>
  <tr> 
    <td id="s516" class="menu1" onMouseOver="changeClass('menu0','s516');" onMouseOut="changeClass('menu1','s516');"><a href="../../Utilities/VERSIONS/VERSIONS.htm">VERSIONS</a></td>
  </tr>
  <tr> 
    <td id="s517" class="menu1" onMouseOver="changeClass('menu0','s517');" onMouseOut="changeClass('menu1','s517');"><a href="../../Utilities/VIEWGEN/VIEWGEN.htm">VIEWGEN</a></td>
  </tr>
</table>
<table id="s6" border="0" cellspacing="0" cellpadding="0" onMouseOver="changeClass('menu1','m6'); changeVisibility('visible','s6');" onMouseOut="changeClass('menu0','m6'); changeVisibility('hidden','s6');">
  <tr> 
    <td id="s61" class="menu1" onMouseOver="changeClass('menu0','s61');" onMouseOut="changeClass('menu1','s61');"><a href="../../Appendix/Cardinality.htm">Cardinality</a></td>
  </tr>
  <tr> 
    <td id="s62" class="menu1" onMouseOver="changeClass('menu0','s62');" onMouseOut="changeClass('menu1','s62');"><a href="../../Appendix/Date%20Formats.htm">Date 
      Formats </a></td>
  </tr>
  <tr> 
    <td id="s63" class="menu1" onMouseOver="changeClass('menu0','s63');" onMouseOut="changeClass('menu1','s63');"><a href="../../Appendix/Environment%20Variables.htm">Environment 
      Variables </a></td>
  </tr>
  <tr> 
    <td id="s64" class="menu1" onMouseOver="changeClass('menu0','s64');" onMouseOut="changeClass('menu1','s64');"><a href="../../Appendix/File%20Name%20Handling.htm">File 
      Name Handling</a></td>
  </tr>
  <tr> 
    <td id="s65" class="menu1" onMouseOver="changeClass('menu0','s65');" onMouseOut="changeClass('menu1','s65');"><a href="../../Appendix/Glossary%20A.htm">Glossary</a></td>
  </tr>
  <tr> 
    <td id="s66" class="menu1" onMouseOver="changeClass('menu0','s66');" onMouseOut="changeClass('menu1','s66');"><a href="../../Appendix/Null.htm">Null</a></td>
  </tr>
  <tr> 
    <td id="s67" class="menu1" onMouseOver="changeClass('menu0','s67');" onMouseOut="changeClass('menu1','s67');"><a href="../../Appendix/OAGLOBAL.htm">OAGLOBAL</a></td>
  </tr>
  <tr> 
    <td id="s68" class="menu1" onMouseOver="changeClass('menu0','s68');" onMouseOut="changeClass('menu1','s68');"><a href="../../Appendix/Operating%20Limits.htm">Operating 
      Limits</a></td>
  </tr>
  <tr> 
    <td id="s69" class="menu1" onMouseOver="changeClass('menu0','s69');" onMouseOut="changeClass('menu1','s69');"><a href="../../Appendix/Provided%20Managed%20Synonym%20Lists.htm">Managed 
      Synonym Lists</a></td>
  </tr>
  <tr> 
    <td id="s70" class="menu1" onMouseOver="changeClass('menu0','s70');" onMouseOut="changeClass('menu1','s70');"><a href="../../Appendix/Reserved%20Words.htm">Reserved 
      Words</a></td>
  </tr>
  <tr> 
    <td id="s71" class="menu1" onMouseOver="changeClass('menu0','s71');" onMouseOut="changeClass('menu1','s71');"><a href="../../Appendix/Supported%20Datatypes.htm">Supported 
      Data Types</a></td>
  </tr>
</table>
<p>&nbsp;</p>
</body>
<!-- InstanceEnd --></html>
