<?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: connecting to a 9.4 libname from sas Viya in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/connecting-to-a-9-4-libname-from-sas-Viya/m-p/681973#M206378</link>
    <description>Backslashes work, as do slashes, probably due to language settings (Norwegian). In any case, now see that the linux server needs to have a folder share for the libname-approach to work</description>
    <pubDate>Mon, 07 Sep 2020 08:32:06 GMT</pubDate>
    <dc:creator>Ullsokk</dc:creator>
    <dc:date>2020-09-07T08:32:06Z</dc:date>
    <item>
      <title>connecting to a 9.4 libname from sas Viya</title>
      <link>https://communities.sas.com/t5/SAS-Programming/connecting-to-a-9-4-libname-from-sas-Viya/m-p/680894#M205895</link>
      <description>&lt;P&gt;How can assign a library that is on a 9.4 server in sas viya?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment it seems I can either&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Do a point and click import from Manage Data&lt;/LI&gt;&lt;LI&gt;Upload the data from sas studio on 9.4. using proc casutil&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;But none of the above lets me upload data from Viya to CAS in a SAS program, which is what I need. I want to set up a schedules program in Viya that uploads a dataset from a 9.4 libname on another server to CAS. E.g. the code that actually runs in the background when I upload the data from Manage Data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying to assign the libname as normal does not work, I get a message saying the library does not exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname nine4 "//someserver/somefolder"&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Sep 2020 08:51:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/connecting-to-a-9-4-libname-from-sas-Viya/m-p/680894#M205895</guid>
      <dc:creator>Ullsokk</dc:creator>
      <dc:date>2020-09-02T08:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: connecting to a 9.4 libname from sas Viya</title>
      <link>https://communities.sas.com/t5/SAS-Programming/connecting-to-a-9-4-libname-from-sas-Viya/m-p/681200#M206025</link>
      <description>&lt;P&gt;This&lt;/P&gt;
&lt;PRE class="language-sas"&gt;&lt;CODE&gt;//someserver/somefolder&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;is not a valid unix path (or Windows path for that matter).&lt;/P&gt;
&lt;P&gt;You might want to try&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;"smb://someserver/somefolder"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 01:38:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/connecting-to-a-9-4-libname-from-sas-Viya/m-p/681200#M206025</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-09-03T01:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: connecting to a 9.4 libname from sas Viya</title>
      <link>https://communities.sas.com/t5/SAS-Programming/connecting-to-a-9-4-libname-from-sas-Viya/m-p/681259#M206052</link>
      <description>Well, the code\path works on in sas studio 9.4, for a folder on a windows server (no :// ) .&lt;BR /&gt;I guess what I am really wondering is what is the code equivalent to point and click data import of "local" files. And by "local" I mean files on another server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Sep 2020 08:45:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/connecting-to-a-9-4-libname-from-sas-Viya/m-p/681259#M206052</guid>
      <dc:creator>Ullsokk</dc:creator>
      <dc:date>2020-09-03T08:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: connecting to a 9.4 libname from sas Viya</title>
      <link>https://communities.sas.com/t5/SAS-Programming/connecting-to-a-9-4-libname-from-sas-Viya/m-p/681536#M206151</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/68234"&gt;@Ullsokk&lt;/a&gt;&amp;nbsp; - If your Viya server runs on linux (most common) and you are pointing to a Windows SAS 4 library it isn't likely to work because of OS differences and / or the linux server not having a folder share with your Windows server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961"&gt;@ChrisNZ&lt;/a&gt;&amp;nbsp;is correct. On Windows your path should be specified with back slashes: \\MyServer\MyFolder.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 23:18:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/connecting-to-a-9-4-libname-from-sas-Viya/m-p/681536#M206151</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-09-03T23:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: connecting to a 9.4 libname from sas Viya</title>
      <link>https://communities.sas.com/t5/SAS-Programming/connecting-to-a-9-4-libname-from-sas-Viya/m-p/681540#M206154</link>
      <description>&lt;P&gt;The samba protocol is what's used in linux to reference UNC paths. Of course, feel free to ask questions and disregard answers. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 01:12:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/connecting-to-a-9-4-libname-from-sas-Viya/m-p/681540#M206154</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-09-04T01:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: connecting to a 9.4 libname from sas Viya</title>
      <link>https://communities.sas.com/t5/SAS-Programming/connecting-to-a-9-4-libname-from-sas-Viya/m-p/681973#M206378</link>
      <description>Backslashes work, as do slashes, probably due to language settings (Norwegian). In any case, now see that the linux server needs to have a folder share for the libname-approach to work</description>
      <pubDate>Mon, 07 Sep 2020 08:32:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/connecting-to-a-9-4-libname-from-sas-Viya/m-p/681973#M206378</guid>
      <dc:creator>Ullsokk</dc:creator>
      <dc:date>2020-09-07T08:32:06Z</dc:date>
    </item>
  </channel>
</rss>

