<?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 Entreprise guide interface in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Entreprise-guide-interface/m-p/247026#M17525</link>
    <description>&lt;P&gt;Actions 1 to 3 can be done in a code window.&lt;/P&gt;
&lt;P&gt;Action 4 is impossible, one cannot access SAS datasets without defined libraries. That is very basic SAS knowledge.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ah, yes, and the documentation is here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/onlinedoc/guide/" target="_self"&gt;https://support.sas.com/documentation/onlinedoc/guide/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 30 Jan 2016 11:06:18 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-01-30T11:06:18Z</dc:date>
    <item>
      <title>SAS Entreprise guide interface</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Entreprise-guide-interface/m-p/247022#M17524</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Please, I want to do these actions on SAS Entreprise guide interface :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Action 1:&lt;/P&gt;
&lt;P&gt;Proc sql;&lt;/P&gt;
&lt;P&gt;create table m1 as&lt;/P&gt;
&lt;P&gt;select distinct v&lt;/P&gt;
&lt;P&gt;from toto;&lt;/P&gt;
&lt;P&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Action 2:&lt;/P&gt;
&lt;P&gt;proc sql;&lt;/P&gt;
&lt;P&gt;create table m2 as&lt;/P&gt;
&lt;P&gt;select *&lt;/P&gt;
&lt;P&gt;from test&lt;/P&gt;
&lt;P&gt;where g in('5','6') and h&amp;gt;1 and j=1;&lt;/P&gt;
&lt;P&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Action 3:&lt;/P&gt;
&lt;P&gt;using : left join, inner join, full join in SAS EG&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Action 4:&lt;/P&gt;
&lt;P&gt;Compare two data (d1, d2) are not in the same folder without opening any data or allocating the libraries&lt;/P&gt;
&lt;P&gt;I do not want to make&lt;/P&gt;
&lt;P&gt;{ ==&amp;gt; Libname lb1 "c:/m";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libname lb2 "c:/n";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;==&amp;gt; data-- &amp;gt;compare&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;Any documantion for using SAS EG are welcomed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2016 09:10:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Entreprise-guide-interface/m-p/247022#M17524</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2016-01-30T09:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Entreprise guide interface</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Entreprise-guide-interface/m-p/247026#M17525</link>
      <description>&lt;P&gt;Actions 1 to 3 can be done in a code window.&lt;/P&gt;
&lt;P&gt;Action 4 is impossible, one cannot access SAS datasets without defined libraries. That is very basic SAS knowledge.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ah, yes, and the documentation is here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/onlinedoc/guide/" target="_self"&gt;https://support.sas.com/documentation/onlinedoc/guide/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2016 11:06:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Entreprise-guide-interface/m-p/247026#M17525</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-01-30T11:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Entreprise guide interface</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Entreprise-guide-interface/m-p/247149#M17528</link>
      <description>Action 1-3 use query builder which generates SAS SQL code in the background. You can view the code and customize it as well. Or you can include a code node and paste your code into a window.&lt;BR /&gt;&lt;BR /&gt;Action 4. Use a merge with relevant BY. &lt;BR /&gt;You can post the full path in your set statements.&lt;BR /&gt;&lt;BR /&gt;Data compare;&lt;BR /&gt;Merge 'c:\path\mysasdataset1.sas7bdat'&lt;BR /&gt;           'c:\path\mysasdataset2.sas7bdat';&lt;BR /&gt;By id;&lt;BR /&gt;&lt;BR /&gt;Run;</description>
      <pubDate>Mon, 01 Feb 2016 02:01:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Entreprise-guide-interface/m-p/247149#M17528</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-01T02:01:36Z</dc:date>
    </item>
  </channel>
</rss>

