<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: For locales of QKB CI24, what does L1 refer to? in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/For-locales-of-QKB-CI24-what-does-L1-refer-to/m-p/953257#M21021</link>
    <description>&lt;P&gt;&amp;nbsp;I don't know where you heard this "rumor" or what it's referring to. What exactly is supposed to be 'L1'? If it's any help, here are links to the documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/onlinedoc/qkb/24/qkbciwn.pdf" target="_self"&gt;What’s New in&amp;nbsp;SAS®&amp;nbsp;Quality Knowledge Base for&amp;nbsp;Contact Information 24&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/onlinedoc/qkb/24/QKBCI_ICG.pdf" target="_self"&gt;SAS®&amp;nbsp;Quality Knowledge Base for Contact&amp;nbsp;Information 24&amp;nbsp;Installation and Configuration Guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Dec 2024 17:00:54 GMT</pubDate>
    <dc:creator>SASJedi</dc:creator>
    <dc:date>2024-12-11T17:00:54Z</dc:date>
    <item>
      <title>For locales of QKB CI24, what does L1 refer to?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/For-locales-of-QKB-CI24-what-does-L1-refer-to/m-p/952906#M21019</link>
      <description>&lt;P&gt;I am looking for the locale of QKB CI24 that was installed on the SAS 9 server over ten years ago.&lt;/P&gt;
&lt;P&gt;It is said that it is L1. That is rumor.&amp;nbsp; &amp;nbsp;Probably "L1" means the abbreviation of "Latin1".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there anyone who is familar with old QKBs and who can answer the question?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yuichi&lt;/P&gt;
&lt;P&gt;#QKB&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 01:46:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/For-locales-of-QKB-CI24-what-does-L1-refer-to/m-p/952906#M21019</guid>
      <dc:creator>Yuichi_Hirose</dc:creator>
      <dc:date>2024-12-09T01:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: For locales of QKB CI24, what does L1 refer to?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/For-locales-of-QKB-CI24-what-does-L1-refer-to/m-p/953257#M21021</link>
      <description>&lt;P&gt;&amp;nbsp;I don't know where you heard this "rumor" or what it's referring to. What exactly is supposed to be 'L1'? If it's any help, here are links to the documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/onlinedoc/qkb/24/qkbciwn.pdf" target="_self"&gt;What’s New in&amp;nbsp;SAS®&amp;nbsp;Quality Knowledge Base for&amp;nbsp;Contact Information 24&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/onlinedoc/qkb/24/QKBCI_ICG.pdf" target="_self"&gt;SAS®&amp;nbsp;Quality Knowledge Base for Contact&amp;nbsp;Information 24&amp;nbsp;Installation and Configuration Guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 17:00:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/For-locales-of-QKB-CI24-what-does-L1-refer-to/m-p/953257#M21021</guid>
      <dc:creator>SASJedi</dc:creator>
      <dc:date>2024-12-11T17:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: For locales of QKB CI24, what does L1 refer to?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/For-locales-of-QKB-CI24-what-does-L1-refer-to/m-p/953305#M21022</link>
      <description>&lt;P&gt;Thank you for commenting.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I could get the code that is running in production now under SAS9.&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;options DQLOCALE=(L1);&lt;/P&gt;
&lt;P&gt;options DQSETUPLOC="/usr/local/SAS/qkb/ci/25";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;length ADDRESS_TEXT $400 ;&lt;/P&gt;
&lt;P&gt;length MATCH_CODE $400 ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ADDRESS_TEXT = "335 Elan Village Ln #426, San Jose, CA 95134 USA";&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;For CI, it is 25 not 24.&amp;nbsp; It is my mistake.&lt;/P&gt;
&lt;P&gt;As you see, Locale L1 exists but there is no document.&lt;/P&gt;
&lt;P&gt;MATCH_CODE = dqMatch(ADDRESS_TEXT,'Address (Full Global)',95,'L1');&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 23:42:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/For-locales-of-QKB-CI24-what-does-L1-refer-to/m-p/953305#M21022</guid>
      <dc:creator>Yuichi_Hirose</dc:creator>
      <dc:date>2024-12-11T23:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: For locales of QKB CI24, what does L1 refer to?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/For-locales-of-QKB-CI24-what-does-L1-refer-to/m-p/953388#M21023</link>
      <description>&lt;P&gt;Locales that ship with the QKB use 5-letter codes. The first two characters specify the language and the last the geography that the locale is based on (ENUSA for English in the United States, for example). The most probable explanation for a locale named 'L1' is that someone has created a custom locale in this QKB using the&amp;nbsp;&lt;A style="background-color: #ffffff;" href="https://support.sas.com/downloads/browse.htm?fil=0&amp;amp;cat=540" target="_self"&gt;QKB Customization Tools&lt;/A&gt; provided by SAS. A custom QKB locale won't be documented by SAS - you should ask your SAS Administrator if any documentation is available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 15:01:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/For-locales-of-QKB-CI24-what-does-L1-refer-to/m-p/953388#M21023</guid>
      <dc:creator>SASJedi</dc:creator>
      <dc:date>2024-12-12T15:01:47Z</dc:date>
    </item>
  </channel>
</rss>

