<?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 - results lost after a run error in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-results-lost-after-a-run-error/m-p/274626#M19054</link>
    <description>&lt;P&gt;SAS Enterprise Guide works differently than SAS Foundation (Base SAS windowing environment). &amp;nbsp;When you run a program/task, the log/output/results of that task are&amp;nbsp;&lt;STRONG&gt;replaced&lt;/STRONG&gt; in your process flow, not accumulated. &amp;nbsp;Data sets and other files are not actually deleted (unless the code you run directs that to happen), but EG brings you back just the results of your latest "run". &amp;nbsp;If you have an error in the program, then you might not see any results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to see the log output accumulate, turn on the Project Log feature (View-&amp;gt;Project Log). That will keep track of all of the SAS logs for each iteration of code you run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your data sets are always available in their respective libraries -- look at the Server List, navigate to the libraries you want, and add the data you want to track to your project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unlike Base SAS, SAS Enterprise Guide doesn't offer a good method for interactive procedures: the line-by-line submission of code for certain PROCs like PROC REG or IML or GLM -- those procedures that stay "open" until you submit a QUIT statement. &amp;nbsp;If you need that method of working in a client interface, SAS Studio (a web based programming interface for SAS) does offer a special interactive mode (but it's also not the default way of working).&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jun 2016 12:11:29 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2016-06-02T12:11:29Z</dc:date>
    <item>
      <title>SAS EG - results lost after a run error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-results-lost-after-a-run-error/m-p/274501#M19047</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i'm a new user to SAS EG but i've been using SAS Foundation for a few years now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My issue:&lt;/P&gt;&lt;P&gt;I open and run sections of sas code in EG, but i find that whenever i run a section of code and get stopped due to errors, the results (i.e. macro variables created, libraries, temp datasets) from the previous sections of code i ran are all lost after and I need to rerun everything again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;am i using EG 'wrong'? i've never experienced something like this when i use SAS Foundation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 22:03:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-results-lost-after-a-run-error/m-p/274501#M19047</guid>
      <dc:creator>lai302120</dc:creator>
      <dc:date>2016-06-01T22:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG - results lost after a run error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-results-lost-after-a-run-error/m-p/274547#M19050</link>
      <description>&lt;P&gt;Submit in EG: proc options; run; and check in the log to see if the ERRORABEND SAS option is set. This may well explain the behaviour you are seeing - your session dropping if there is a SAS error. This option is not usually used for interactive SAS but it may be a default setting you are picking up from your SAS server.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 05:10:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-results-lost-after-a-run-error/m-p/274547#M19050</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-06-02T05:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG - results lost after a run error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-results-lost-after-a-run-error/m-p/274626#M19054</link>
      <description>&lt;P&gt;SAS Enterprise Guide works differently than SAS Foundation (Base SAS windowing environment). &amp;nbsp;When you run a program/task, the log/output/results of that task are&amp;nbsp;&lt;STRONG&gt;replaced&lt;/STRONG&gt; in your process flow, not accumulated. &amp;nbsp;Data sets and other files are not actually deleted (unless the code you run directs that to happen), but EG brings you back just the results of your latest "run". &amp;nbsp;If you have an error in the program, then you might not see any results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to see the log output accumulate, turn on the Project Log feature (View-&amp;gt;Project Log). That will keep track of all of the SAS logs for each iteration of code you run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your data sets are always available in their respective libraries -- look at the Server List, navigate to the libraries you want, and add the data you want to track to your project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unlike Base SAS, SAS Enterprise Guide doesn't offer a good method for interactive procedures: the line-by-line submission of code for certain PROCs like PROC REG or IML or GLM -- those procedures that stay "open" until you submit a QUIT statement. &amp;nbsp;If you need that method of working in a client interface, SAS Studio (a web based programming interface for SAS) does offer a special interactive mode (but it's also not the default way of working).&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 12:11:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-results-lost-after-a-run-error/m-p/274626#M19054</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-06-02T12:11:29Z</dc:date>
    </item>
  </channel>
</rss>

