<?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: Cyrillic encoding in SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Cyrillic-encoding-in-SAS/m-p/180197#M265051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not see your SAS version/release or Windows/Unix environment. In both cases when the installation has done with all language support options. &lt;BR /&gt;There is a technical part you can switch between those different language versions. &lt;BR /&gt;It is not only Cyrillic but all languages. With the Utf8 version of a SAS session you should be able to process them all. &lt;BR /&gt;Why back to the Hollerith approach?&amp;nbsp; For some limitations (like manframes do not support utf8) you need both options. &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jun 2014 08:13:28 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2014-06-02T08:13:28Z</dc:date>
    <item>
      <title>Cyrillic encoding in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cyrillic-encoding-in-SAS/m-p/180194#M265048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question about encoding in sas. Im doing some project and i need to do it in Cyrillic. &lt;/P&gt;&lt;P&gt;I have not yet got the full data, but i was experimenting with the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data x (encoding='wcyrillic');&lt;/P&gt;&lt;P&gt;length str $20;&lt;/P&gt;&lt;P&gt;str = 'уникод';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data x (encoding=wcyrillic);&lt;/P&gt;&lt;P&gt;length str $20;&lt;/P&gt;&lt;P&gt;str = 'уникод';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both codes give an error. &lt;/P&gt;&lt;P&gt;Please help, how to solve such issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 06:43:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cyrillic-encoding-in-SAS/m-p/180194#M265048</guid>
      <dc:creator>stataddict</dc:creator>
      <dc:date>2014-06-02T06:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cyrillic encoding in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cyrillic-encoding-in-SAS/m-p/180195#M265049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must use a dbcs installation option of SAS using/supporting Unicode. Most installations are done in the single-byte approach thinking in the world of latin1&amp;nbsp; (only English like languages with several code-pages).&lt;/P&gt;&lt;P&gt;Eguide is supporting utf8 at the client-side you can type the code as you have shown, the sas process could be limited to latin1.&amp;nbsp; Analytics-u is supporting utf8 in the SAS session.&lt;/P&gt;&lt;P&gt;Remember utf8 is a variable way of encoding characters it can be really challenging for oldies. See: &lt;A href="http://support.sas.com/documentation/cdl/en/nlsref/67110/HTML/default/viewer.htm#titlepage.htm" title="http://support.sas.com/documentation/cdl/en/nlsref/67110/HTML/default/viewer.htm#titlepage.htm"&gt;SAS(R) 9.4 National Language Support (NLS): Reference Guide, Second Edition&lt;/A&gt; &lt;BR /&gt;See the note about I18N level2 functions. The old single-byte thinking is problematic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can store your SAS code on the OS as usual but it will get a bom-marker (byte-order marker) indicating the utf8 usage. &lt;BR /&gt;Not all other tools are able to work with that. Some/many SAS config files must be old fashioned&amp;nbsp; Ascii.&amp;nbsp; A tool like notepad++ can help you with files at that level.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 07:41:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cyrillic-encoding-in-SAS/m-p/180195#M265049</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-06-02T07:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cyrillic encoding in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cyrillic-encoding-in-SAS/m-p/180196#M265050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to make such changes in one time sas session and return to the defaults after i quit SAS? &lt;/P&gt;&lt;P&gt;It is one time small project, and i guess, i will not need Cyrillic in near future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the output from &lt;/P&gt;&lt;P&gt;proc options group=languagecontrol; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Group=LANGUAGECONTROL&lt;/P&gt;&lt;P&gt; DATESTYLE=MDY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Identify sequence of month, day and year when ANYDATE informat data is &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ambiguous&lt;/P&gt;&lt;P&gt; DFLANG=ENGLISH&amp;nbsp;&amp;nbsp;&amp;nbsp; Language for EURDF date/time formats and informats&lt;/P&gt;&lt;P&gt; NOLOCALELANGCHG&amp;nbsp;&amp;nbsp; Do not change the language of SAS message text in ODS output when the &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOCALE option is specified&lt;/P&gt;&lt;P&gt; PAPERSIZE=LETTER&amp;nbsp; Size of paper to print on&lt;/P&gt;&lt;P&gt; RSASIOTRANSERROR&amp;nbsp; Display a transcoding error when illegal data values for a remote &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; application&lt;/P&gt;&lt;P&gt; TRANTAB=(lat1lat1,lat1lat1,wlt1_ucs,wlt1_lcs,wlt1_ccl,,,)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Names of translate tables&lt;/P&gt;&lt;P&gt; URLENCODING=SESSION&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Specifies URL percent encoding for the URLENCODE and URLDECODE functions&lt;/P&gt;&lt;P&gt; NODBCS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do not process double byte character sets&lt;/P&gt;&lt;P&gt; DBCSLANG=NONE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Specifies the double-byte character set (DBCS) language to use&lt;/P&gt;&lt;P&gt; DBCSTYPE=NONE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Specifies a double-byte character set (DBCS) encoding method&lt;/P&gt;&lt;P&gt; ENCODING=WLATIN1&amp;nbsp; Specifies default encoding for internal processing of data&lt;/P&gt;&lt;P&gt; LOCALE=EN_US&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Specifies the current locale for the SAS session&lt;/P&gt;&lt;P&gt; NONLSCOMPATMODE&amp;nbsp;&amp;nbsp; Uses the user specified encoding to process character data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 08:04:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cyrillic-encoding-in-SAS/m-p/180196#M265050</guid>
      <dc:creator>stataddict</dc:creator>
      <dc:date>2014-06-02T08:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cyrillic encoding in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cyrillic-encoding-in-SAS/m-p/180197#M265051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not see your SAS version/release or Windows/Unix environment. In both cases when the installation has done with all language support options. &lt;BR /&gt;There is a technical part you can switch between those different language versions. &lt;BR /&gt;It is not only Cyrillic but all languages. With the Utf8 version of a SAS session you should be able to process them all. &lt;BR /&gt;Why back to the Hollerith approach?&amp;nbsp; For some limitations (like manframes do not support utf8) you need both options. &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 08:13:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cyrillic-encoding-in-SAS/m-p/180197#M265051</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-06-02T08:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cyrillic encoding in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cyrillic-encoding-in-SAS/m-p/180198#M265052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is Windows Operating System:&amp;nbsp;&amp;nbsp; WX64_WKS.&lt;/P&gt;&lt;P&gt;SAS version 9.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems complicated to use Cyrillic in SAS &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 09:33:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cyrillic-encoding-in-SAS/m-p/180198#M265052</guid>
      <dc:creator>stataddict</dc:creator>
      <dc:date>2014-06-02T09:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cyrillic encoding in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cyrillic-encoding-in-SAS/m-p/180199#M265053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With Windows you can check the map: bit version of SAS). in this map you should find those nls folders like "en" English and "u8". &lt;BR /&gt;When your installation is missing that "u8" the person installing SAS did not set the selection utf8 /dbcs/ button for that, while installing SAS.&lt;/P&gt;&lt;P&gt;In the u8 folder you will find a sasv9.cfg file. This is the one when activated will run SAS in "u8" mode. The default sasv9.cfg in 9.3 folder is just a pointer to the "en" version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Knowing this it should be very easy to have those different encoding session being get to run.&lt;BR /&gt;It is not that very complicated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The real complication is understanding utf8 in the first place.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 10:12:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cyrillic-encoding-in-SAS/m-p/180199#M265053</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-06-02T10:12:41Z</dc:date>
    </item>
  </channel>
</rss>

