<?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: sas standard studio : save a files , allocation a library, import and export in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/sas-standard-studio-save-a-files-allocation-a-library-import-and/m-p/241513#M110</link>
    <description>Save your files by either copy and pasting to a text file, I recommend this one because the browser refreshes unexpectedly. Or File&amp;gt;Save&lt;BR /&gt;&lt;BR /&gt;The key for #2/3 is to set up the shared drive, moved the files to the myfolders folder and to reference it as '/folders/myfolders/'&lt;BR /&gt;&lt;BR /&gt;To allocate a library you first need to set up a shared drive to that location. Generally you need to set up a folder called myfolders under C:\SAS-University-Edition\myfolders as specified in the instructions. You can set up your folders under here and then reference them as:&lt;BR /&gt;&lt;BR /&gt;libname mylib '/folders/myfolders/project1';&lt;BR /&gt;&lt;BR /&gt;To import files place them in the myfolders folder and then you can use proc import or a data step as in Base SAS, again using the '/folders/myfolders/excel_file.xlsx' path to the file.&lt;BR /&gt;&lt;BR /&gt;Detailed instructions for everything above is in the first link I referenced.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 02 Jan 2016 21:33:40 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-01-02T21:33:40Z</dc:date>
    <item>
      <title>sas standard studio : save a files , allocation a library, import and export</title>
      <link>https://communities.sas.com/t5/SAS-Studio/sas-standard-studio-save-a-files-allocation-a-library-import-and/m-p/241478#M107</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Please, I need to know these functions under sas standrad studio ( Free version)&lt;/P&gt;
&lt;P&gt;=&amp;gt; save a sas files&lt;/P&gt;
&lt;P&gt;=&amp;gt; allocation a librairies&lt;/P&gt;
&lt;P&gt;=&amp;gt; import and export a files&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jan 2016 21:41:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/sas-standard-studio-save-a-files-allocation-a-library-import-and/m-p/241478#M107</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2016-01-01T21:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: sas standard studio : save a files , allocation a library, import and export</title>
      <link>https://communities.sas.com/t5/SAS-Studio/sas-standard-studio-save-a-files-allocation-a-library-import-and/m-p/241479#M108</link>
      <description>Can you please be more specific?  &lt;BR /&gt;Also, have you seen the SAS University Edition Help Center: &lt;A href="http://support.sas.com/software/products/university-edition/faq/main.htm" target="_blank"&gt;http://support.sas.com/software/products/university-edition/faq/main.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jan 2016 21:58:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/sas-standard-studio-save-a-files-allocation-a-library-import-and/m-p/241479#M108</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-01T21:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: sas standard studio : save a files , allocation a library, import and export</title>
      <link>https://communities.sas.com/t5/SAS-Studio/sas-standard-studio-save-a-files-allocation-a-library-import-and/m-p/241506#M109</link>
      <description>&lt;P&gt;Thank you for your answer.&lt;/P&gt;
&lt;P&gt;==&amp;gt; I want to&amp;nbsp; save a sas files (.sas)&lt;/P&gt;
&lt;P&gt;==&amp;gt; I want to allocate a sas&amp;nbsp; library , like this libname lb&amp;nbsp; " E:/test/project1";&lt;/P&gt;
&lt;P&gt;==&amp;gt; I want import .xls file into sas and export&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use sas free version : sas studio via virtualbox and the link : &lt;A href="http://localhost:10080" target="_blank"&gt;http://localhost:10080&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jan 2016 16:40:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/sas-standard-studio-save-a-files-allocation-a-library-import-and/m-p/241506#M109</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2016-01-02T16:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: sas standard studio : save a files , allocation a library, import and export</title>
      <link>https://communities.sas.com/t5/SAS-Studio/sas-standard-studio-save-a-files-allocation-a-library-import-and/m-p/241513#M110</link>
      <description>Save your files by either copy and pasting to a text file, I recommend this one because the browser refreshes unexpectedly. Or File&amp;gt;Save&lt;BR /&gt;&lt;BR /&gt;The key for #2/3 is to set up the shared drive, moved the files to the myfolders folder and to reference it as '/folders/myfolders/'&lt;BR /&gt;&lt;BR /&gt;To allocate a library you first need to set up a shared drive to that location. Generally you need to set up a folder called myfolders under C:\SAS-University-Edition\myfolders as specified in the instructions. You can set up your folders under here and then reference them as:&lt;BR /&gt;&lt;BR /&gt;libname mylib '/folders/myfolders/project1';&lt;BR /&gt;&lt;BR /&gt;To import files place them in the myfolders folder and then you can use proc import or a data step as in Base SAS, again using the '/folders/myfolders/excel_file.xlsx' path to the file.&lt;BR /&gt;&lt;BR /&gt;Detailed instructions for everything above is in the first link I referenced.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 02 Jan 2016 21:33:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/sas-standard-studio-save-a-files-allocation-a-library-import-and/m-p/241513#M110</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-02T21:33:40Z</dc:date>
    </item>
  </channel>
</rss>

