<?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 How to assign permanent lib and use SET statement.. in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/How-to-assign-permanent-lib-and-use-SET-statement/m-p/225724#M33</link>
    <description>&lt;P&gt;Hi, I am new to sas base programming. I am&amp;nbsp;using SAS studio to study. I have been trying to use the external data files but first assign this as permanent so that I can use the data using SET statement. I know how to assign a permanent library but not while using SET statement. Could anyone please help me with it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Sep 2015 21:51:54 GMT</pubDate>
    <dc:creator>shresabari</dc:creator>
    <dc:date>2015-09-15T21:51:54Z</dc:date>
    <item>
      <title>How to assign permanent lib and use SET statement..</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-assign-permanent-lib-and-use-SET-statement/m-p/225724#M33</link>
      <description>&lt;P&gt;Hi, I am new to sas base programming. I am&amp;nbsp;using SAS studio to study. I have been trying to use the external data files but first assign this as permanent so that I can use the data using SET statement. I know how to assign a permanent library but not while using SET statement. Could anyone please help me with it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2015 21:51:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-assign-permanent-lib-and-use-SET-statement/m-p/225724#M33</guid>
      <dc:creator>shresabari</dc:creator>
      <dc:date>2015-09-15T21:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign permanent lib and use SET statement..</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-assign-permanent-lib-and-use-SET-statement/m-p/225725#M34</link>
      <description>&lt;P&gt;Are you using SAS UE?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set up a library as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname mylib 'path to folder with sas datasets';

data want;
set MYLIB.MYDATA;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 Sep 2015 21:58:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-assign-permanent-lib-and-use-SET-statement/m-p/225725#M34</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-09-15T21:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign permanent lib and use SET statement..</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-assign-permanent-lib-and-use-SET-statement/m-p/225726#M35</link>
      <description>&lt;P&gt;&amp;nbsp;Yeah I am. I tried that but it says the data is not present. What I did is I uploaded the external file directly to the folder that is defined in the libname. and did the same step as you have suggested.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2015 22:07:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-assign-permanent-lib-and-use-SET-statement/m-p/225726#M35</guid>
      <dc:creator>shresabari</dc:creator>
      <dc:date>2015-09-15T22:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign permanent lib and use SET statement..</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-assign-permanent-lib-and-use-SET-statement/m-p/225728#M36</link>
      <description>Did you follow the set up instructions exactly? Is your shared folder defined properly? When you start up SAS UE on the orange screen do you see a warning about a Shared Folder myfolders being set up?&lt;BR /&gt;&lt;BR /&gt;Your data and library should reside in that myfolders location and since SAS UE is on a Unix VM you need to ensure that you match the case of the folder/path and that you're reference it using "/" rather than the Windows path. Post your code if you're having issues. Also please review posts under Learning where other users have had issues with setting this up, it's a VERY common question here.</description>
      <pubDate>Tue, 15 Sep 2015 22:10:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-assign-permanent-lib-and-use-SET-statement/m-p/225728#M36</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-09-15T22:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign permanent lib and use SET statement..</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-assign-permanent-lib-and-use-SET-statement/m-p/225733#M37</link>
      <description>&lt;P&gt;&amp;nbsp;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2015 22:27:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-assign-permanent-lib-and-use-SET-statement/m-p/225733#M37</guid>
      <dc:creator>shresabari</dc:creator>
      <dc:date>2015-09-15T22:27:31Z</dc:date>
    </item>
  </channel>
</rss>

