<?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 - New User in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-New-User/m-p/121683#M10080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kunal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this sample note &lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/kb/13/312.html"&gt;http://support.sas.com/kb/13/312.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when ever you install EG on local machine(want to run on local machine) make sure you also install the foundation services along with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Sep 2012 09:04:01 GMT</pubDate>
    <dc:creator>shivas</dc:creator>
    <dc:date>2012-09-14T09:04:01Z</dc:date>
    <item>
      <title>SAS EG - New User</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-New-User/m-p/121682#M10079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new SAS user and have got SAS EG license at office. Initially i was getting an error saying - current repositories does not have any servers defined etc etc..I configured the SAS EG to a server (ZLIAP003..i am not sure what is this).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i dont get the error but am unable to work on my local computer...be it importing files or defining libraries, i keep on getting the error that data doesn't exists. or the path doesn't exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need your help to resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 06:36:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-New-User/m-p/121682#M10079</guid>
      <dc:creator>Kunal</dc:creator>
      <dc:date>2012-09-14T06:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG - New User</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-New-User/m-p/121683#M10080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kunal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this sample note &lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/kb/13/312.html"&gt;http://support.sas.com/kb/13/312.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when ever you install EG on local machine(want to run on local machine) make sure you also install the foundation services along with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 09:04:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-New-User/m-p/121683#M10080</guid>
      <dc:creator>shivas</dc:creator>
      <dc:date>2012-09-14T09:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG - New User</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-New-User/m-p/121684#M10081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS EG is a CLIENT. SAS EG gives you a powerfull interface to write SAS code or to use wizards which in the background write SAS code for you. BUT: You need a SAS Server to actually execute your code. All the paths and the data must be accessible from your SAS Server and all the paths must be written in the way as they are seen from your SAS Server (where SAS executes). So c:\... is not the c-drive on your local machine but the c-drive of your server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can have several servers defined in EG. If you want to execute stuff on your personal machine you would need to see a server "local". If there is one then it means the full SAS is also installed on your local machine (so the Server component) and you can run stuff directly on your machine. Else you need to connect to a remote Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EG has an import wizard which allows you to import data from your local environment (you find that under Files/import). What happens there: EG (the client) uses some .net components to convert your data and combine it with some SAS code. This data/code bundle is then sent to the Server where the code is executed and reads the accompanying data - and the result is a SAS table (on the Server - but you can look at it using the EG client).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that gave you some more clarity as a start.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 09:11:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-New-User/m-p/121684#M10081</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2012-09-14T09:11:45Z</dc:date>
    </item>
  </channel>
</rss>

