<?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: SAS EG appdata\local\temp\seg%uniqueId% in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-appdata-local-temp-seg-uniqueId/m-p/491614#M31691</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when i look into my log, the macro var is GLOBAL SASWORKLOCATION "F:\SASWORK\_TD26536_NVMP1412_\Prc2/" (which i take SEG&amp;lt;uniqueID&amp;gt; as 26536 on the serveur where SAS is running) , whereas The Temporary files location is "C:\Users\mylogin\AppData\Local\Temp\SEG652"(which SEG&amp;lt;uniqueID&amp;gt; is 652 ). Am i right or missing something ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to figure SEG&amp;lt;uniqueID&amp;gt; out using code sas in order to read Temporary files from my computeur&amp;nbsp; in a data step .&lt;/P&gt;&lt;P&gt;Maybe, i had to stress the work is on a SAS serveur, and i wanted to know the SEG&amp;lt;uniqueID&amp;gt; on my local computeur (client).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, is it possible ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and best regards.&lt;/P&gt;</description>
    <pubDate>Fri, 31 Aug 2018 12:32:29 GMT</pubDate>
    <dc:creator>cperichon_macif</dc:creator>
    <dc:date>2018-08-31T12:32:29Z</dc:date>
    <item>
      <title>SAS EG appdata\local\temp\seg%uniqueId%</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-appdata-local-temp-seg-uniqueId/m-p/491244#M31675</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EG&amp;nbsp;stores the log files temporarily on disk&amp;nbsp;in the Windows&amp;nbsp;%temp% directory in a path with this format:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%temp%\SEG&amp;lt;uniqueID&amp;gt;\&amp;lt;uniqueID&amp;gt;\result.log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i find the uniqueid used by SAS EG when the project is opened ? by writing code sas and not use the menu bar help,about and configuration details .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:00:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-appdata-local-temp-seg-uniqueId/m-p/491244#M31675</guid>
      <dc:creator>cperichon_macif</dc:creator>
      <dc:date>2018-08-30T14:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG appdata\local\temp\seg%uniqueId%</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-appdata-local-temp-seg-uniqueId/m-p/491609#M31690</link>
      <description>&lt;P&gt;You can get the SEG&amp;lt;uniqueID&amp;gt; number by going to Help -&amp;gt; About SAS Enterprise Guide -&amp;gt; Configuration Details. The Temporary files location is under the Current Process heading.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are wanting to figure it out using SAS code, you can run %put _GLOBAL_; and look at the log. The SASWORKLOCATION macro has the SEG&amp;lt;uniqueID&amp;gt; number in the path.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 12:11:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-appdata-local-temp-seg-uniqueId/m-p/491609#M31690</guid>
      <dc:creator>hoswee</dc:creator>
      <dc:date>2018-08-31T12:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG appdata\local\temp\seg%uniqueId%</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-appdata-local-temp-seg-uniqueId/m-p/491614#M31691</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when i look into my log, the macro var is GLOBAL SASWORKLOCATION "F:\SASWORK\_TD26536_NVMP1412_\Prc2/" (which i take SEG&amp;lt;uniqueID&amp;gt; as 26536 on the serveur where SAS is running) , whereas The Temporary files location is "C:\Users\mylogin\AppData\Local\Temp\SEG652"(which SEG&amp;lt;uniqueID&amp;gt; is 652 ). Am i right or missing something ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to figure SEG&amp;lt;uniqueID&amp;gt; out using code sas in order to read Temporary files from my computeur&amp;nbsp; in a data step .&lt;/P&gt;&lt;P&gt;Maybe, i had to stress the work is on a SAS serveur, and i wanted to know the SEG&amp;lt;uniqueID&amp;gt; on my local computeur (client).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, is it possible ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and best regards.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 12:32:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-appdata-local-temp-seg-uniqueId/m-p/491614#M31691</guid>
      <dc:creator>cperichon_macif</dc:creator>
      <dc:date>2018-08-31T12:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG appdata\local\temp\seg%uniqueId%</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-appdata-local-temp-seg-uniqueId/m-p/491788#M31703</link>
      <description>&lt;P&gt;Do you have SAS installed locally as well as on a remote SAS server? If not then SAS doesn't store any SAS data locally on your PC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you do have SAS installed locally then the only way a SAS program running on your remote SAS server can read SAS data on your PC would be by having a folder share set up. This can only be done by IT administrators.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EG does contain a tool for transferring SAS data or files between your remote SAS server and your PC but it can only be used via the EG menus, not using a program.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Sep 2018 01:26:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-appdata-local-temp-seg-uniqueId/m-p/491788#M31703</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-09-01T01:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG appdata\local\temp\seg%uniqueId%</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-appdata-local-temp-seg-uniqueId/m-p/492008#M31706</link>
      <description>&lt;P&gt;I see that i'm not clear &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my config is a remote SAS serveur with the "work" on the same serveur .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, when i use SAS EG (Enterprise Guide) from my local PC (SAS EG is installed on my local PC) , SAS EG creates temporary files on my local pc ("C:\Users\mylogin\AppData\Local\Temp\SEGxxxx). Theses files are not Data files (they are on the work sas serveur of course) , but files from the SAS EG itself, like SAS program, log files and so on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just wanted to know (if it's possible), how could i know the number in order to read them straight from SAS EG is running inside a sas program .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case, i want to know this number "652" "C:\Users\mylogin\AppData\Local\Temp\SEG652" from a sas program inside SAS EG.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope i'm clearer !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice day.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 08:27:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-appdata-local-temp-seg-uniqueId/m-p/492008#M31706</guid>
      <dc:creator>cperichon_macif</dc:creator>
      <dc:date>2018-09-03T08:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG appdata\local\temp\seg%uniqueId%</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-appdata-local-temp-seg-uniqueId/m-p/492036#M31707</link>
      <description>&lt;P&gt;Sorry, you won't find this unique ID (which is based on the process ID of the SEGUide.exe process) in SAS code.&amp;nbsp; When using local SAS with EG, you can find it because it also influences the WORK folder.&amp;nbsp; But with a remote SAS session, that does not apply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What are you trying to accomplish?&amp;nbsp; What do you need to use the local temp folder for?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 12:12:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-appdata-local-temp-seg-uniqueId/m-p/492036#M31707</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-09-03T12:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG appdata\local\temp\seg%uniqueId%</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-appdata-local-temp-seg-uniqueId/m-p/492569#M31752</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just wanted to access to the current log of the project(.egp) in order to save it in another place, but also keeping in the project, when i save it. That's why i don't use a proc printto.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the meantime, i found out in SAS EG Menu Bar, Export project log as a project step .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's useful for me and do the job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 09:24:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-appdata-local-temp-seg-uniqueId/m-p/492569#M31752</guid>
      <dc:creator>cperichon_macif</dc:creator>
      <dc:date>2018-09-05T09:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG appdata\local\temp\seg%uniqueId%</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-appdata-local-temp-seg-uniqueId/m-p/492647#M31756</link>
      <description>&lt;P&gt;Glad to hear that exporting the Project Log as a step in the project&amp;nbsp;addresses your need.&amp;nbsp; Just fyi...&amp;nbsp; you can also perform Project Log operations (such as clear,&amp;nbsp;enable/disable, saveas, and email) via automation...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Enterprise-Guide/Auto-Purge-Project-Log-in-EG/m-p/436983/highlight/true#M28212" target="_self"&gt;https://communities.sas.com/t5/SAS-Enterprise-Guide/Auto-Purge-Project-Log-in-EG/m-p/436983/highlight/true#M28212&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 13:19:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-appdata-local-temp-seg-uniqueId/m-p/492647#M31756</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2018-09-05T13:19:02Z</dc:date>
    </item>
  </channel>
</rss>

