<?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: Changing default output location when dragging sas files to windows editor in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Changing-default-output-location-when-dragging-sas-files-to/m-p/300122#M63360</link>
    <description>&lt;P&gt;Is this using Enterprise Guide?&lt;/P&gt;
&lt;P&gt;I believe that drag-and-drop behaves differently between Base SAS and EG.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Sep 2016 14:37:13 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-09-22T14:37:13Z</dc:date>
    <item>
      <title>Changing default output location when dragging sas files to windows editor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Changing-default-output-location-when-dragging-sas-files-to/m-p/300112#M63356</link>
      <description>&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Objective: Drag programming files from Windows file manager to the enhanced editor and execute without creating default output files in the directory from which I dragged my programming code. I am using SAS 9.4 (64-bit).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Rambling: I assume this has something to do with creating some directory specific modification of the sas9.cfg file but the details elude me. Identifying the "correct" community to post this request also eludes me. Thank you for your patience.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 14:00:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Changing-default-output-location-when-dragging-sas-files-to/m-p/300112#M63356</guid>
      <dc:creator>Chuck_White</dc:creator>
      <dc:date>2016-09-22T14:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default output location when dragging sas files to windows editor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Changing-default-output-location-when-dragging-sas-files-to/m-p/300114#M63357</link>
      <description>&lt;P&gt;More specifically, I know how to direct output but additional html files are being saved to my project directory and I don't seem to be able to control that.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 14:03:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Changing-default-output-location-when-dragging-sas-files-to/m-p/300114#M63357</guid>
      <dc:creator>Chuck_White</dc:creator>
      <dc:date>2016-09-22T14:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default output location when dragging sas files to windows editor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Changing-default-output-location-when-dragging-sas-files-to/m-p/300121#M63359</link>
      <description>&lt;P&gt;Sorry, I have never encountered this behaviour. &amp;nbsp;Have you tried File-&amp;gt;Open from within SAS? &amp;nbsp;Its hard to emulate this, my SAS is virtual. &amp;nbsp;What "HTML" files are you talking about, are these files you create, maybe you haven't specified a path, and SAS is redirecting them to its temp area - which may in turn be defaulted to the file open area - this is the behaviour in Batch SAS, but normally when interactive SAS is started up a temporary area is created by the system, so this doesn't happen with interactive SAS. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 14:33:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Changing-default-output-location-when-dragging-sas-files-to/m-p/300121#M63359</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-09-22T14:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default output location when dragging sas files to windows editor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Changing-default-output-location-when-dragging-sas-files-to/m-p/300122#M63360</link>
      <description>&lt;P&gt;Is this using Enterprise Guide?&lt;/P&gt;
&lt;P&gt;I believe that drag-and-drop behaves differently between Base SAS and EG.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 14:37:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Changing-default-output-location-when-dragging-sas-files-to/m-p/300122#M63360</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-09-22T14:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default output location when dragging sas files to windows editor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Changing-default-output-location-when-dragging-sas-files-to/m-p/300129#M63364</link>
      <description>&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Sorry, but I misspecified the problem. A corrected objective follows:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Objective: Double clicking files in the Windows file manager to start SAS with the program files loaded to the enhanced editor sends default output files to the directory where I am storing my programming code. I would like for those output files to go elsewhere, preferably someplace where they are automatically deleted after use. I am using SAS 9.4 (64-bit).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Potential Solution: Use the following code in my programs:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;ods html path="C:\Users\[WINDOWS USER NAME]\Downloads";&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Rambling: Trying to explain a problem to someone else is a wonderful way to concentrate the mind.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 14:58:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Changing-default-output-location-when-dragging-sas-files-to/m-p/300129#M63364</guid>
      <dc:creator>Chuck_White</dc:creator>
      <dc:date>2016-09-22T14:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default output location when dragging sas files to windows editor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Changing-default-output-location-when-dragging-sas-files-to/m-p/300131#M63366</link>
      <description>&lt;P&gt;I would suggest then that you need an autoexec.sas file in the location where the programs are. &amp;nbsp;This file is loaded as SAS is started (from any location) and sets up default locations and links.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/hostunx/63053/HTML/default/viewer.htm#p13flc1vsrqwr8n1vutzds8rp3t0.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostunx/63053/HTML/default/viewer.htm#p13flc1vsrqwr8n1vutzds8rp3t0.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 15:01:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Changing-default-output-location-when-dragging-sas-files-to/m-p/300131#M63366</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-09-22T15:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default output location when dragging sas files to windows editor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Changing-default-output-location-when-dragging-sas-files-to/m-p/300161#M63372</link>
      <description>&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Thank you for the autoexec.sas suggestion though it’s not immediately obvious to me as to how I set the default output/html location that way. However, after scanning through sasv9.cfg, it looks like “!TEMP\SAS Temporary Files” is a good place to direct output I don’t want to save… as long as there aren’t any unintended consequences. It’s the default location of the SAS “work” directory under Windows.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 17:23:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Changing-default-output-location-when-dragging-sas-files-to/m-p/300161#M63372</guid>
      <dc:creator>Chuck_White</dc:creator>
      <dc:date>2016-09-22T17:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default output location when dragging sas files to windows editor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Changing-default-output-location-when-dragging-sas-files-to/m-p/300194#M63383</link>
      <description>&lt;P&gt;Silly me, I was looking for something more dramatic. The sole contents of my autoexec.sas file are as follows:&lt;/P&gt;&lt;P&gt;ods html path="!TEMP\SAS Temporary Files";&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 19:37:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Changing-default-output-location-when-dragging-sas-files-to/m-p/300194#M63383</guid>
      <dc:creator>Chuck_White</dc:creator>
      <dc:date>2016-09-22T19:37:25Z</dc:date>
    </item>
  </channel>
</rss>

