<?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: unusual extensions when saving datasets in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/unusual-extensions-when-saving-datasets/m-p/259266#M339</link>
    <description>&lt;P&gt;The answer below assumes you're using SAS University Edition.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How are you saving your dataset? Using the point and click tool?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The easiest way would be to create a library and copy the file to the location.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instructions on how to set up shared drive to save your dataset can be found here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/software/products/university-edition/faq/shared_folder_access_existing.htm" target="_blank"&gt;http://support.sas.com/software/products/university-edition/faq/shared_folder_access_existing.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname myloc '/folders/myshortcuts/my_data';

proc datasets library=work nodetails nolist;
copy in=work out=myloc;
select data_save;
run;quit;

libname myloc;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 27 Mar 2016 18:00:24 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-03-27T18:00:24Z</dc:date>
    <item>
      <title>unusual extensions when saving datasets</title>
      <link>https://communities.sas.com/t5/SAS-Studio/unusual-extensions-when-saving-datasets/m-p/259255#M338</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;When&amp;nbsp;attempting to save datasets, I sometimes get a '.clt" extension. Sometimes &amp;nbsp;&amp;nbsp;'.log' will appear behind '.sas' while saving and I find that I have a log rather than the dataset.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 27 Mar 2016 11:28:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/unusual-extensions-when-saving-datasets/m-p/259255#M338</guid>
      <dc:creator>teleous0</dc:creator>
      <dc:date>2016-03-27T11:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: unusual extensions when saving datasets</title>
      <link>https://communities.sas.com/t5/SAS-Studio/unusual-extensions-when-saving-datasets/m-p/259266#M339</link>
      <description>&lt;P&gt;The answer below assumes you're using SAS University Edition.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How are you saving your dataset? Using the point and click tool?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The easiest way would be to create a library and copy the file to the location.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instructions on how to set up shared drive to save your dataset can be found here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/software/products/university-edition/faq/shared_folder_access_existing.htm" target="_blank"&gt;http://support.sas.com/software/products/university-edition/faq/shared_folder_access_existing.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname myloc '/folders/myshortcuts/my_data';

proc datasets library=work nodetails nolist;
copy in=work out=myloc;
select data_save;
run;quit;

libname myloc;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 27 Mar 2016 18:00:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/unusual-extensions-when-saving-datasets/m-p/259266#M339</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-27T18:00:24Z</dc:date>
    </item>
  </channel>
</rss>

