<?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: Must find directory where SEGuide was run from in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Must-find-directory-where-SEGuide-was-run-from/m-p/17835#M3205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you create a program node in Enterprise Guide and submit:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;%put&lt;/SPAN&gt; _ALL_;&lt;/P&gt;&lt;P&gt;You will find a lot of information in macro variables from the log, like;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: Courier New; font-size: 12pt;"&gt;_CLIENTPROJECTPATH&lt;/SPAN&gt; - where your .egp-file is located&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Courier New; font-size: 12pt;"&gt;SASWORKLOCATION&lt;/SPAN&gt; - the location of your temporary work library&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Courier New; font-size: 12pt;"&gt;_CLIENTMACHINE&lt;/SPAN&gt; - the name of the maschine submitting from&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Courier New; font-size: 12pt;"&gt;_SASHOSTNAME&lt;/SPAN&gt; - the host that executes your code&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The macro variables can be used in SAS code like @_CLIENTPROJECTPATH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jun 2011 16:20:00 GMT</pubDate>
    <dc:creator>ClausØrskov</dc:creator>
    <dc:date>2011-06-29T16:20:00Z</dc:date>
    <item>
      <title>Must find directory where SEGuide was run from</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Must-find-directory-where-SEGuide-was-run-from/m-p/17832#M3202</link>
      <description>Before a project is loaded, is there a way to determine de directory where the application was started?&lt;BR /&gt;
&lt;BR /&gt;
(e.g: &lt;B&gt;C:\SeGuide.exe&lt;/B&gt;, but loading &lt;B&gt;D:\RandomProject.EGP&lt;/B&gt; should result in &lt;B&gt;C:\&lt;/B&gt;)&lt;BR /&gt;
&lt;BR /&gt;
Thank all in advance!</description>
      <pubDate>Tue, 21 Jun 2011 09:39:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Must-find-directory-where-SEGuide-was-run-from/m-p/17832#M3202</guid>
      <dc:creator>RFLinnenbank</dc:creator>
      <dc:date>2011-06-21T09:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Must find directory where SEGuide was run from</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Must-find-directory-where-SEGuide-was-run-from/m-p/17833#M3203</link>
      <description>Can you give us some insight what the purpose of this is?</description>
      <pubDate>Wed, 22 Jun 2011 00:33:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Must-find-directory-where-SEGuide-was-run-from/m-p/17833#M3203</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2011-06-22T00:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Must find directory where SEGuide was run from</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Must-find-directory-where-SEGuide-was-run-from/m-p/17834#M3204</link>
      <description>You could always use regedit to export the registry and then read that file to get the information.  It's a kluge, but it works.</description>
      <pubDate>Wed, 22 Jun 2011 14:26:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Must-find-directory-where-SEGuide-was-run-from/m-p/17834#M3204</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-06-22T14:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Must find directory where SEGuide was run from</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Must-find-directory-where-SEGuide-was-run-from/m-p/17835#M3205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you create a program node in Enterprise Guide and submit:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;%put&lt;/SPAN&gt; _ALL_;&lt;/P&gt;&lt;P&gt;You will find a lot of information in macro variables from the log, like;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: Courier New; font-size: 12pt;"&gt;_CLIENTPROJECTPATH&lt;/SPAN&gt; - where your .egp-file is located&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Courier New; font-size: 12pt;"&gt;SASWORKLOCATION&lt;/SPAN&gt; - the location of your temporary work library&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Courier New; font-size: 12pt;"&gt;_CLIENTMACHINE&lt;/SPAN&gt; - the name of the maschine submitting from&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Courier New; font-size: 12pt;"&gt;_SASHOSTNAME&lt;/SPAN&gt; - the host that executes your code&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The macro variables can be used in SAS code like @_CLIENTPROJECTPATH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 16:20:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Must-find-directory-where-SEGuide-was-run-from/m-p/17835#M3205</guid>
      <dc:creator>ClausØrskov</dc:creator>
      <dc:date>2011-06-29T16:20:00Z</dc:date>
    </item>
  </channel>
</rss>

