<?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: libname contains foreign character in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/libname-contains-foreign-character/m-p/8767#M379</link>
    <description>Keep memname simple and put special characters among a meaningful name into the memLabel. That "travels" with the data set so is available for selection and reporting</description>
    <pubDate>Wed, 29 Sep 2010 18:09:27 GMT</pubDate>
    <dc:creator>Peter_C</dc:creator>
    <dc:date>2010-09-29T18:09:27Z</dc:date>
    <item>
      <title>libname contains foreign character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-contains-foreign-character/m-p/8762#M374</link>
      <description>I am trying to assign libname with danish character, but I have invalid SAS name. So I added options locale=danish, but it still didn't work.&lt;BR /&gt;
&lt;BR /&gt;
libname abc_VØ "C:\VO";&lt;BR /&gt;
&lt;BR /&gt;
any suggestions please?</description>
      <pubDate>Wed, 29 Sep 2010 08:38:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-contains-foreign-character/m-p/8762#M374</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-09-29T08:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: libname contains foreign character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-contains-foreign-character/m-p/8763#M375</link>
      <description>Don't?</description>
      <pubDate>Wed, 29 Sep 2010 09:43:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-contains-foreign-character/m-p/8763#M375</guid>
      <dc:creator>scyth</dc:creator>
      <dc:date>2010-09-29T09:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: libname contains foreign character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-contains-foreign-character/m-p/8764#M376</link>
      <description>Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  I guess that's one option.&lt;BR /&gt;
&lt;BR /&gt;
I have checked my system options, locale has already been set to da_DK. So I am surprised that program takes filename with special character Ø, but not libref.&lt;BR /&gt;
&lt;BR /&gt;
Is there anyway to overcome this?&lt;BR /&gt;
&lt;BR /&gt;
Thanks again</description>
      <pubDate>Wed, 29 Sep 2010 12:16:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-contains-foreign-character/m-p/8764#M376</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-09-29T12:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: libname contains foreign character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-contains-foreign-character/m-p/8765#M377</link>
      <description>I'm also not a native English speaker. &lt;BR /&gt;
But why do you want to make your life harder than necessary. Aren't there already enough real challenges for everybody not being EN-US?</description>
      <pubDate>Wed, 29 Sep 2010 13:30:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-contains-foreign-character/m-p/8765#M377</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2010-09-29T13:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: libname contains foreign character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-contains-foreign-character/m-p/8766#M378</link>
      <description>I am not trying to make life harder. I am only trying to resolve a language related issue since I am working for a danish company.  Any other help will be much appreciated. Thanks.</description>
      <pubDate>Wed, 29 Sep 2010 15:07:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-contains-foreign-character/m-p/8766#M378</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-09-29T15:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: libname contains foreign character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-contains-foreign-character/m-p/8767#M379</link>
      <description>Keep memname simple and put special characters among a meaningful name into the memLabel. That "travels" with the data set so is available for selection and reporting</description>
      <pubDate>Wed, 29 Sep 2010 18:09:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-contains-foreign-character/m-p/8767#M379</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2010-09-29T18:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: libname contains foreign character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-contains-foreign-character/m-p/8768#M380</link>
      <description>I am afraid that you are out of luck.  The LIBNAME has a restricted set of characters to enable it to work on all platforms that SAS supports, including Z/OS.  They still require 8 character LIBNAMEs (dd names) in JCL (just letters and numbers, starting with a letter).</description>
      <pubDate>Wed, 29 Sep 2010 18:16:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-contains-foreign-character/m-p/8768#M380</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2010-09-29T18:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: libname contains foreign character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-contains-foreign-character/m-p/8769#M381</link>
      <description>Thank you for all you help. I guess I can use foreign characters in variables, statements but not librefs or filerefs.</description>
      <pubDate>Fri, 01 Oct 2010 11:05:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-contains-foreign-character/m-p/8769#M381</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-10-01T11:05:32Z</dc:date>
    </item>
  </channel>
</rss>

