<?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: Inserting Greek characters within observations in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/457187#M115894</link>
    <description>&lt;P&gt;&amp;gt; Since it's not the default, is there a reason not to be in unicode mode?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;None, except most historical data is written in ASCII, and therefore there will be a performance penalty reading ASCII tables in a UTF8 SAS session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I didn't notice differences in data set size, even when storing double-byte values like Russian characters (and I can't explain why. Why oh why?).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, once you allow Unicode data in the data sets, a warning in the log will inform that these characters are lost whenever non-ASCII characters are retrieved from a non-Unicode SAS session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Apr 2018 09:03:44 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2018-04-25T09:03:44Z</dc:date>
    <item>
      <title>Inserting Greek characters within observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456696#M115702</link>
      <description>&lt;P&gt;I have this syntax:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;  if variable = "IL-1B" then xLabel='IL-1ß';
  if variable = "TNFa" then xLabel='TNFα';&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Beta values are displayed fine; however, for some reason alpha values still end up as "a" instead of alpha. Is there a quick way around this? I tried the unicode entry, but that didn't work either: 'TNF ^{unicode 0251}'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 21:26:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456696#M115702</guid>
      <dc:creator>Excelsius</dc:creator>
      <dc:date>2018-04-23T21:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Greek characters within observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456700#M115705</link>
      <description>&lt;P&gt;Works fine in SAS University Edition. Possibly, you just need to change your encoding to UTF-8.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 21:57:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456700#M115705</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2018-04-23T21:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Greek characters within observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456706#M115710</link>
      <description>&lt;P&gt;That didn't work. Under unicode, "TNF ^{unicode 0251}" prints out as and the Greek characters are replaced by a question mark (by design probably). Also, the letter size of the Log increased. I had to revert back. Followed instructions here to change to unicode: &lt;A href="http://support.sas.com/kb/51/586.html" target="_blank"&gt;http://support.sas.com/kb/51/586.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other ideas? I'm using SAS 9.4 14.3 M5 desktop edition.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 22:23:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456706#M115710</guid>
      <dc:creator>Excelsius</dc:creator>
      <dc:date>2018-04-23T22:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Greek characters within observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456707#M115711</link>
      <description>&lt;P&gt;After following those instructions did you close and then reopen SAS before testing the code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 22:32:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456707#M115711</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2018-04-23T22:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Greek characters within observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456709#M115713</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/113285"&gt;@Excelsius&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;That didn't work. Under unicode, "TNF ^{unicode 0251}" prints out as and the Greek characters are replaced by a question mark (by design probably). &lt;STRONG&gt;Also, the letter size of the Log increased&lt;/STRONG&gt;. I had to revert back. Followed instructions here to change to unicode: &lt;A href="http://support.sas.com/kb/51/586.html" target="_blank"&gt;http://support.sas.com/kb/51/586.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any other ideas? I'm using SAS 9.4 14.3 M5 desktop edition.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;First time I've seen anyone much concerned about letter size (font height?) in the log. Is there a particular reason for that?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 22:35:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456709#M115713</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-04-23T22:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Greek characters within observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456712#M115715</link>
      <description>Has to do with the efficiency of reviewing the log. With a very large increase in font size requires a lot of scrolling to view the logs. Either way, the main issue is that unicode didn't write the Greek characters, or I would have used it.</description>
      <pubDate>Mon, 23 Apr 2018 22:47:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456712#M115715</guid>
      <dc:creator>Excelsius</dc:creator>
      <dc:date>2018-04-23T22:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Greek characters within observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456729#M115723</link>
      <description>&lt;P&gt;Can you post the log and output when you run this please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data T; xLabel='TNFα'; run;

proc options group=languagecontrol; run;

proc print data=T; run;

proc contents data=T; run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Apr 2018 00:25:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456729#M115723</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-04-24T00:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Greek characters within observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456740#M115727</link>
      <description>&lt;P&gt;Here is the log:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;952&amp;nbsp; data T; xLabel='TNFa'; run;&lt;BR /&gt;&lt;BR /&gt;NOTE: The data set WORK.T has 1 observations and 1 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;953&lt;BR /&gt;954&amp;nbsp; proc options group=languagecontrol; run;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SAS (r) Proprietary Software Release 9.4&amp;nbsp; TS1M5&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Group=LANGUAGECONTROL&lt;BR /&gt;&amp;nbsp;DATESTYLE=MDY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Specifies the sequence of month, day, and&lt;BR /&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; year when ANYDTDTE, ANYDTDTM, or ANYDTTME&lt;BR /&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; informat data is ambiguous.&lt;BR /&gt;&amp;nbsp;DFLANG=ENGLISH&amp;nbsp;&amp;nbsp;&amp;nbsp; Specifies the language for international&lt;BR /&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; date informats and formats.&lt;BR /&gt;&amp;nbsp;DSCAS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Runs the DATA step on the CAS server.&lt;BR /&gt;&amp;nbsp;EXTENDOBSCOUNTER=YES&lt;BR /&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 whether to extend the maximum&lt;BR /&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; number of observations in a new SAS data&lt;BR /&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; file.&lt;BR /&gt;&amp;nbsp;LOCALEDATA=SASLOCALE&lt;BR /&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 the location of the locale&lt;BR /&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; database.&lt;BR /&gt;&amp;nbsp;NOLOGLANGCHG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Disables changing the language of the SAS&lt;BR /&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; log when the LOCALE= option is changed.&lt;BR /&gt;&amp;nbsp;NOLOGLANGENG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Write SAS log messages based on the values&lt;BR /&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; of the LOGLANGCHG, LSWLANG=, and LOCALE=&lt;BR /&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; options when SAS started.&lt;BR /&gt;&amp;nbsp;LSWLANG=LOCALE&amp;nbsp;&amp;nbsp;&amp;nbsp; Specifies the language for SAS log and ODS&lt;BR /&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; messages when the LOCALE= option is set&lt;BR /&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; after SAS starts.&lt;BR /&gt;&amp;nbsp;MAPEBCDICTOASCII= Specifies the transcoding table that is used&lt;BR /&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; to convert characters from ASCII to EBCDIC&lt;BR /&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; and EBCDIC to ASCII.&lt;BR /&gt;&amp;nbsp;NONLDECSEPARATOR&amp;nbsp; Disables formatting of numeric output using&lt;BR /&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; the decimal separator for the locale.&lt;BR /&gt;&amp;nbsp;NOODSLANGCHG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Disables changing the language of the SAS&lt;BR /&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; message text in ODS output when the LOCALE&lt;BR /&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; option is set after start up.&lt;BR /&gt;&amp;nbsp;PAPERSIZE=LETTER&amp;nbsp; Specifies the paper size to use for printing.&lt;BR /&gt;&amp;nbsp;RSASIOTRANSERROR&amp;nbsp; Displays a transcoding error when illegal&lt;BR /&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; values are read from a remote application.&lt;BR /&gt;&amp;nbsp;TIMEZONE=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Specifies a time zone.&lt;BR /&gt;&amp;nbsp;TRANTAB=(lat1lat1,lat1lat1,wlt1_ucs,wlt1_lcs,wlt1_ccl,,,)&lt;BR /&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 the translation table catalog&lt;BR /&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; entries.&lt;BR /&gt;&amp;nbsp;URLENCODING=SESSION&lt;BR /&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 whether the argument to the&lt;BR /&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; URLENCODE function and to the URLDECODE&lt;BR /&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; function is interpreted using the SAS&lt;BR /&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; session encoding or UTF-8 encoding.&lt;BR /&gt;&amp;nbsp;NODBCS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Disables double-byte character sets.&lt;BR /&gt;&amp;nbsp;DBCSLANG=NONE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Specifies a double-byte character set&lt;BR /&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; language.&lt;BR /&gt;&amp;nbsp;DBCSTYPE=NONE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Specifies the encoding method to use for a&lt;BR /&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; double-byte character set.&lt;BR /&gt;&amp;nbsp;ENCODING=WLATIN1&amp;nbsp; Specifies the default character-set encoding&lt;BR /&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; for the SAS session.&lt;BR /&gt;&amp;nbsp;LOCALE=EN_US&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Specifies a set of attributes in a SAS&lt;BR /&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; session that reflect the language, local&lt;BR /&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; conventions, and culture for a geographical&lt;BR /&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; region.&lt;BR /&gt;&amp;nbsp;NONLSCOMPATMODE&amp;nbsp;&amp;nbsp; Encodes data using the SAS session encoding.&lt;BR /&gt;NOTE: PROCEDURE OPTIONS used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.04 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.03 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;955&lt;BR /&gt;956&amp;nbsp; proc print data=T; run;&lt;BR /&gt;&lt;BR /&gt;NOTE: There were 1 observations read from the data set WORK.T.&lt;BR /&gt;NOTE: PROCEDURE PRINT used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;957&lt;BR /&gt;958&amp;nbsp; proc contents data=T; run;&lt;BR /&gt;&lt;BR /&gt;NOTE: PROCEDURE CONTENTS used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 01:12:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456740#M115727</guid>
      <dc:creator>Excelsius</dc:creator>
      <dc:date>2018-04-24T01:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Greek characters within observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456742#M115728</link>
      <description>&lt;P&gt;Encoding was set to WLatin1 not UTF-8&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 01:43:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456742#M115728</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2018-04-24T01:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Greek characters within observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456748#M115730</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13711"&gt;@art297&lt;/a&gt;&amp;nbsp;said, WLATIN1 is used by your SAS session to process data, and to create the data set where the data is stored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The WLATIN1 character set does not include Greek letters. See &lt;A href="https://en.wikipedia.org/wiki/ISO/IEC_8859-1" target="_self"&gt;here&lt;/A&gt;,&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 02:21:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456748#M115730</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-04-24T02:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Greek characters within observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456759#M115737</link>
      <description>&lt;P&gt;Thanks Art. Per my post above, setting encoding to UTF-8 did not resolve the issue. So of course I reverted back. Am I missing something?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I now switched back to UTF before running your code. The Output (attached) is still the same - no alpha. Reminder that under wlatin, I do get the beta printed. Just not the alpha. I'm not clear why.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;NOTE: Copyright (c) 2016 by SAS Institute Inc., Cary, NC, USA.
NOTE: SAS (r) Proprietary Software 9.4 (TS1M5 MBCS3170)
NOTE: This session is executing on the X64_10PRO  platform.



NOTE: Updated analytical products:

      SAS/STAT 14.3
      SAS/ETS 14.3
      SAS/OR 14.3
      SAS/IML 14.3
      SAS/QC 14.3

NOTE: Additional host information:

 X64_10PRO WIN 10.0.16299  Workstation

NOTE: SAS initialization used:
      real time           1.19 seconds
      cpu time            1.03 seconds

1    data T; xLabel='TNFa'; run;

NOTE: The data set WORK.T has 1 observations and 1 variables.
NOTE: DATA statement used (Total process time):
      real time           0.01 seconds
      cpu time            0.01 seconds


2
3    proc options group=languagecontrol; run;

    SAS (r) Proprietary Software Release 9.4  TS1M5


Group=LANGUAGECONTROL
 DATESTYLE=MDY     Specifies the sequence of month, day, and
                   year when ANYDTDTE, ANYDTDTM, or ANYDTTME
                   informat data is ambiguous.
 DFLANG=ENGLISH    Specifies the language for international
                   date informats and formats.
 DSCAS             Runs the DATA step on the CAS server.
 EXTENDOBSCOUNTER=YES
                   Specifies whether to extend the maximum
                   number of observations in a new SAS data
                   file.
 LOCALEDATA=SASLOCALE
                   Specifies the location of the locale
                   database.
 LOGLANGCHG        Enables changing the language of the SAS log
                   when the LOCALE= option is changed.
 NOLOGLANGENG      Write SAS log messages based on the values
                   of the LOGLANGCHG, LSWLANG=, and LOCALE=
                   options when SAS started.
 LSWLANG=LOCALE    Specifies the language for SAS log and ODS
                   messages when the LOCALE= option is set
                   after SAS starts.
 MAPEBCDICTOASCII= Specifies the transcoding table that is used
                   to convert characters from ASCII to EBCDIC
                   and EBCDIC to ASCII.
 NONLDECSEPARATOR  Disables formatting of numeric output using
                   the decimal separator for the locale.
 ODSLANGCHG        Enables the language of the SAS message text
                   in ODS output to change when the LOCALE
                   option is set after start up.
 PAPERSIZE=A4      Specifies the paper size to use for printing.
 RSASIOTRANSERROR  Displays a transcoding error when illegal
                   values are read from a remote application.
 TIMEZONE=         Specifies a time zone.
 TRANTAB=          Specifies the translation table catalog
                   entries.
 URLENCODING=SESSION
                   Specifies whether the argument to the
                   URLENCODE function and to the URLDECODE
                   function is interpreted using the SAS
                   session encoding or UTF-8 encoding.
 DBCS              Enables double-byte character sets for
                   encoding East Asian languages.
 DBCSLANG=UNKNOWN  Specifies a double-byte character set
                   language.
 DBCSTYPE=UTF8     Specifies the encoding method to use for a
                   double-byte character set.
 ENCODING=UTF-8    Specifies the default character-set encoding
                   for the SAS session.
 LOCALE=EN_US      Specifies a set of attributes in a SAS
                   session that reflect the language, local
                   conventions, and culture for a geographical
                   region.
 NONLSCOMPATMODE   Encodes data using the SAS session encoding.
NOTE: PROCEDURE OPTIONS used (Total process time):
      real time           0.06 seconds
      cpu time            0.06 seconds


4
5    proc print data=T; run;
NOTE: Writing HTML Body file: sashtml.htm

NOTE: There were 1 observations read from the data set WORK.T.
NOTE: PROCEDURE PRINT used (Total process time):
      real time           0.37 seconds
      cpu time            0.38 seconds


6
7    proc contents data=T; run;

NOTE: PROCEDURE CONTENTS used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds


8
9    proc print data=t;
10   run;

NOTE: There were 1 observations read from the data set WORK.T.
NOTE: PROCEDURE PRINT used (Total process time):
      real time           0.01 seconds
      cpu time            0.00 seconds&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Apr 2018 03:56:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456759#M115737</guid>
      <dc:creator>Excelsius</dc:creator>
      <dc:date>2018-04-24T03:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Greek characters within observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456761#M115738</link>
      <description>&lt;P&gt;Never mind. For whatever reason, running unicode the second time worked (yes, I did open and close SAS). As another issue, the sample code I copied from here didn't write alpha, but just 'a.'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the tip about the unicode. Since it's not the default, is there a reason not to be in unicode mode?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also found a way to change the log font: Tools-&amp;gt;Options-&amp;gt;Font.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 04:09:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456761#M115738</guid>
      <dc:creator>Excelsius</dc:creator>
      <dc:date>2018-04-24T04:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Greek characters within observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456762#M115739</link>
      <description>&lt;P&gt;Unless I'm not reading your code correctly, you didn't ask for an alpha to be in your code. You appear to have run:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data T;
 xLabel='TNFa';
run;&lt;/PRE&gt;
&lt;P&gt;I'd like to see the results after you run (with utf-8 encoding):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data t;
  xLabel='IL-1ß';
  yLabel='TNFα';
run;&lt;BR /&gt;proc print;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 04:09:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/456762#M115739</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2018-04-24T04:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Greek characters within observations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/457187#M115894</link>
      <description>&lt;P&gt;&amp;gt; Since it's not the default, is there a reason not to be in unicode mode?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;None, except most historical data is written in ASCII, and therefore there will be a performance penalty reading ASCII tables in a UTF8 SAS session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I didn't notice differences in data set size, even when storing double-byte values like Russian characters (and I can't explain why. Why oh why?).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, once you allow Unicode data in the data sets, a warning in the log will inform that these characters are lost whenever non-ASCII characters are retrieved from a non-Unicode SAS session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 09:03:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inserting-Greek-characters-within-observations/m-p/457187#M115894</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-04-25T09:03:44Z</dc:date>
    </item>
  </channel>
</rss>

