<?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: Save the resulting dataset in the AUTOLOAD folder in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Save-the-resulting-dataset-in-the-AUTOLOAD-folder/m-p/296832#M20233</link>
    <description>&lt;P&gt;Copying a dataset to the SAS VA Autoload folder is as simple as putting it here &amp;nbsp;- please note this is the default location for Windows so it may be different for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;\SAS\Config\Lev1\AppData\SASVisualAnalytics\VisualAnalyticsAdministrator\ AutoLoad&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A simple SAS program can move it there:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname autoload "\\MySASVAServer\SAS\Config\Lev1\AppData\SASVisualAnalytics\VisualAnalyticsAdministrator\
AutoLoad";

data autoload.MyTable;
  set MyTable;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Sep 2016 20:24:52 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2016-09-06T20:24:52Z</dc:date>
    <item>
      <title>Save the resulting dataset in the AUTOLOAD folder</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Save-the-resulting-dataset-in-the-AUTOLOAD-folder/m-p/296531#M20214</link>
      <description>&lt;P&gt;I am connected using ODBC to a database table and I am loading that table into SAS Enterpside Guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want to do is to save the table content as a &lt;EM&gt;SAS data set&lt;/EM&gt; but in Visual Analytics AUTOLOAD folder. It is apparently saved in the WORK library with my current settings which does not serve my purpose.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/4833iC28B7C49B91A541A/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" width="734" height="287" /&gt;&lt;/P&gt;&lt;P&gt;So I guess I can split my problem into two questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;How can I create a dataset from the query?&lt;/LI&gt;&lt;LI&gt;How can I save this dataset in a folder I want and not the &lt;EM&gt;WORK&lt;/EM&gt; library?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks in advance but please do not answer with general statements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2016 13:01:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Save-the-resulting-dataset-in-the-AUTOLOAD-folder/m-p/296531#M20214</guid>
      <dc:creator>pedrammobedi</dc:creator>
      <dc:date>2016-09-05T13:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Save the resulting dataset in the AUTOLOAD folder</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Save-the-resulting-dataset-in-the-AUTOLOAD-folder/m-p/296694#M20223</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/80788"&gt;@pedrammobedi﻿&lt;/a&gt;, I believe your questions are being answered on a different post. Maybe it would be interesting if you refer to the links on the other posts and mention if the question is solved or not &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2016 11:32:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Save-the-resulting-dataset-in-the-AUTOLOAD-folder/m-p/296694#M20223</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2016-09-06T11:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Save the resulting dataset in the AUTOLOAD folder</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Save-the-resulting-dataset-in-the-AUTOLOAD-folder/m-p/296695#M20224</link>
      <description>This question is not solved. But if I get an answer on my other question, I can remove this one since my problem is very near a solution thanks to you.</description>
      <pubDate>Tue, 06 Sep 2016 11:36:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Save-the-resulting-dataset-in-the-AUTOLOAD-folder/m-p/296695#M20224</guid>
      <dc:creator>pedrammobedi</dc:creator>
      <dc:date>2016-09-06T11:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Save the resulting dataset in the AUTOLOAD folder</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Save-the-resulting-dataset-in-the-AUTOLOAD-folder/m-p/296832#M20233</link>
      <description>&lt;P&gt;Copying a dataset to the SAS VA Autoload folder is as simple as putting it here &amp;nbsp;- please note this is the default location for Windows so it may be different for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;\SAS\Config\Lev1\AppData\SASVisualAnalytics\VisualAnalyticsAdministrator\ AutoLoad&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A simple SAS program can move it there:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname autoload "\\MySASVAServer\SAS\Config\Lev1\AppData\SASVisualAnalytics\VisualAnalyticsAdministrator\
AutoLoad";

data autoload.MyTable;
  set MyTable;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2016 20:24:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Save-the-resulting-dataset-in-the-AUTOLOAD-folder/m-p/296832#M20233</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-09-06T20:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Save the resulting dataset in the AUTOLOAD folder</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Save-the-resulting-dataset-in-the-AUTOLOAD-folder/m-p/297723#M20276</link>
      <description>Thanks and sorry for the delay. Let me try this and come back to you.</description>
      <pubDate>Mon, 12 Sep 2016 12:06:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Save-the-resulting-dataset-in-the-AUTOLOAD-folder/m-p/297723#M20276</guid>
      <dc:creator>pedrammobedi</dc:creator>
      <dc:date>2016-09-12T12:06:54Z</dc:date>
    </item>
  </channel>
</rss>

