<?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 access path of desktop in user's computer through macro variable in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-access-path-of-desktop-in-user-s-computer-through-macro/m-p/274269#M54701</link>
    <description>There is a piece of code needed to be submiteed by many other users, the paths of desktop vary in different computers, and I want to output the result of submission to desktop of each user, how to access desktop in coding? Ask each user to change the output destination path is boring as there are many users and lots of them don't know how to change it.</description>
    <pubDate>Wed, 01 Jun 2016 03:04:24 GMT</pubDate>
    <dc:creator>dijl</dc:creator>
    <dc:date>2016-06-01T03:04:24Z</dc:date>
    <item>
      <title>How to access path of desktop in user's computer through macro variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-access-path-of-desktop-in-user-s-computer-through-macro/m-p/274269#M54701</link>
      <description>There is a piece of code needed to be submiteed by many other users, the paths of desktop vary in different computers, and I want to output the result of submission to desktop of each user, how to access desktop in coding? Ask each user to change the output destination path is boring as there are many users and lots of them don't know how to change it.</description>
      <pubDate>Wed, 01 Jun 2016 03:04:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-access-path-of-desktop-in-user-s-computer-through-macro/m-p/274269#M54701</guid>
      <dc:creator>dijl</dc:creator>
      <dc:date>2016-06-01T03:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to access path of desktop in user's computer through macro variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-access-path-of-desktop-in-user-s-computer-through-macro/m-p/274275#M54704</link>
      <description>Desktop computing seem a bit old fashioned, but ok. &lt;BR /&gt;Why kind of code and output are we talking about?&lt;BR /&gt;What SAS license does your SAS clients have? Any server SAS in the environment? &lt;BR /&gt;Having SAS and programs in shared location might help?</description>
      <pubDate>Wed, 01 Jun 2016 04:30:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-access-path-of-desktop-in-user-s-computer-through-macro/m-p/274275#M54704</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-06-01T04:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to access path of desktop in user's computer through macro variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-access-path-of-desktop-in-user-s-computer-through-macro/m-p/274285#M54709</link>
      <description>&lt;P&gt;Use HTML/HTTP as medium&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- have the code create a &lt;FONT face="courier new,courier"&gt;$HOME/public_html&lt;/FONT&gt; directory, if it does not exist already&lt;/P&gt;
&lt;P&gt;- write the output there with &lt;FONT face="courier new,courier"&gt;ods html&lt;/FONT&gt; (example filename &lt;FONT face="courier new,courier"&gt;$HOME/public_html/output.html&lt;/FONT&gt;)&lt;/P&gt;
&lt;P&gt;- let the users open &lt;FONT face="courier new,courier"&gt;http://servername/~username/output.html&lt;/FONT&gt; in a browser&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This of course assumes that&lt;/P&gt;
&lt;P&gt;- your server runs UNIX&lt;/P&gt;
&lt;P&gt;- has a HTTP server running&lt;/P&gt;
&lt;P&gt;- the default configuration of the HTTP server regarding user directories has not been changed&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 05:59:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-access-path-of-desktop-in-user-s-computer-through-macro/m-p/274285#M54709</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-06-01T05:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to access path of desktop in user's computer through macro variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-access-path-of-desktop-in-user-s-computer-through-macro/m-p/274322#M54718</link>
      <description>&lt;P&gt;I'd be pretty peeved at a tool that dumped files on my desktop.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You dont have a common location such as C:\_localdata\exports&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or perhaps add a %window that asks a user to specify the output path.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 08:52:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-access-path-of-desktop-in-user-s-computer-through-macro/m-p/274322#M54718</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-01T08:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to access path of desktop in user's computer through macro variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-access-path-of-desktop-in-user-s-computer-through-macro/m-p/274323#M54719</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I'd be pretty peeved at a tool that dumped files on my desktop.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;lt;grin&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 08:54:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-access-path-of-desktop-in-user-s-computer-through-macro/m-p/274323#M54719</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-06-01T08:54:25Z</dc:date>
    </item>
  </channel>
</rss>

