<?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 view datasets in Enterprise Guide when working interactively in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-view-datasets-in-Enterprise-Guide-when-working/m-p/400955#M25765</link>
    <description>&lt;P&gt;I am transitioning from Base SAS to Enterprise Guide and am trying to figure out how to maintain my interactive workflow.&amp;nbsp; In Base SAS, I will typically run code line by line while I am testing to so that I can carefully watch the log.&amp;nbsp; I have figured out how to do this using the project log in EG, but I am running into an issue with finding datasets after I run another step.&amp;nbsp; For example, consider the following&amp;nbsp;nonsensical code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data test;&lt;BR /&gt;infile datalines delimiter=',';&lt;BR /&gt;input var1 $ var2 ;&lt;BR /&gt;datalines;&lt;BR /&gt;a , 1&lt;BR /&gt;b, 2&lt;BR /&gt;c,3&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%put hello world;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data test2;&lt;BR /&gt;set test;&lt;BR /&gt;if var2=1 then var2=4;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run the first data step, 'test' is created and I can see it in the process flow.&amp;nbsp; Then, when I run the put statement, the dataset 'test' disappears from the process flow. Where did it go? How do I see my working directory?&amp;nbsp; When I run the second data step, 'test2' is successfully created.&amp;nbsp; Therefore, the dataset 'test' must still exist as it is being used to create 'test2', but I don't see it in the process flow to view it.&amp;nbsp; How do I view datasets after running additional lines of code?&lt;/P&gt;</description>
    <pubDate>Wed, 04 Oct 2017 13:26:02 GMT</pubDate>
    <dc:creator>astein2</dc:creator>
    <dc:date>2017-10-04T13:26:02Z</dc:date>
    <item>
      <title>How to view datasets in Enterprise Guide when working interactively</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-view-datasets-in-Enterprise-Guide-when-working/m-p/400955#M25765</link>
      <description>&lt;P&gt;I am transitioning from Base SAS to Enterprise Guide and am trying to figure out how to maintain my interactive workflow.&amp;nbsp; In Base SAS, I will typically run code line by line while I am testing to so that I can carefully watch the log.&amp;nbsp; I have figured out how to do this using the project log in EG, but I am running into an issue with finding datasets after I run another step.&amp;nbsp; For example, consider the following&amp;nbsp;nonsensical code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data test;&lt;BR /&gt;infile datalines delimiter=',';&lt;BR /&gt;input var1 $ var2 ;&lt;BR /&gt;datalines;&lt;BR /&gt;a , 1&lt;BR /&gt;b, 2&lt;BR /&gt;c,3&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%put hello world;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data test2;&lt;BR /&gt;set test;&lt;BR /&gt;if var2=1 then var2=4;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run the first data step, 'test' is created and I can see it in the process flow.&amp;nbsp; Then, when I run the put statement, the dataset 'test' disappears from the process flow. Where did it go? How do I see my working directory?&amp;nbsp; When I run the second data step, 'test2' is successfully created.&amp;nbsp; Therefore, the dataset 'test' must still exist as it is being used to create 'test2', but I don't see it in the process flow to view it.&amp;nbsp; How do I view datasets after running additional lines of code?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 13:26:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-view-datasets-in-Enterprise-Guide-when-working/m-p/400955#M25765</guid>
      <dc:creator>astein2</dc:creator>
      <dc:date>2017-10-04T13:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to view datasets in Enterprise Guide when working interactively</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-view-datasets-in-Enterprise-Guide-when-working/m-p/400961#M25767</link>
      <description>&lt;P&gt;You can set EG to automatically add results to the process flow (Tools - Options - Results)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To see datasets in your WORK, navigate to SASApp - Libraries - WORK in the server list.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 13:29:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-view-datasets-in-Enterprise-Guide-when-working/m-p/400961#M25767</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-04T13:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to view datasets in Enterprise Guide when working interactively</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-view-datasets-in-Enterprise-Guide-when-working/m-p/400977#M25769</link>
      <description>Thank you. Sorry for such a newbie question.</description>
      <pubDate>Wed, 04 Oct 2017 13:46:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-view-datasets-in-Enterprise-Guide-when-working/m-p/400977#M25769</guid>
      <dc:creator>astein2</dc:creator>
      <dc:date>2017-10-04T13:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to view datasets in Enterprise Guide when working interactively</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-view-datasets-in-Enterprise-Guide-when-working/m-p/401080#M25771</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/61592"&gt;@astein2&lt;/a&gt; wrote:&lt;BR /&gt;Thank you. Sorry for such a newbie question.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No problem. Getting used to the peculiarities of user interfaces takes its time.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 17:34:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-view-datasets-in-Enterprise-Guide-when-working/m-p/401080#M25771</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-04T17:34:31Z</dc:date>
    </item>
  </channel>
</rss>

