<?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: How to access old output result in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/How-to-access-old-output-result/m-p/363893#M2633</link>
    <description>&lt;P&gt;Dear Yegen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply! This is very helpful but not exactly what I wanted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Say I have to proc freq commonds, if I submit them together (in one run), then I will have the following result.&lt;/P&gt;&lt;P&gt;But if i submit them separately, in two runs, then I can only see the second output table in SAS&amp;nbsp;studio the previous results will be erased. But with SAS desk, i can still view the first proc freq results, even though I submit them separately.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to change to the SAS desk's&amp;nbsp;result&amp;nbsp;design.&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 wishes.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13900i0C299F562DCD026A/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Capture.JPG" title="Capture.JPG" /&gt;</description>
    <pubDate>Fri, 02 Jun 2017 17:51:31 GMT</pubDate>
    <dc:creator>Xiaoningdemao</dc:creator>
    <dc:date>2017-06-02T17:51:31Z</dc:date>
    <item>
      <title>How to access old output result</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-access-old-output-result/m-p/363581#M2629</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recently moved form SAS desk version to SAS studio. In the desk version, unless you delete the result, it stays there forever, and the new commond's result just stack on.&lt;/P&gt;&lt;P&gt;But in the studio, every time i submit a commond, the old results are all gone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;want to chage it back to the way as in&amp;nbsp;desk version. I tryed to change the preference, but i cannot find the one for this concern.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for any help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best wishes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 19:59:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-access-old-output-result/m-p/363581#M2629</guid>
      <dc:creator>Xiaoningdemao</dc:creator>
      <dc:date>2017-06-01T19:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to access old output result</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-access-old-output-result/m-p/363696#M2632</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/90105"&gt;@Xiaoningdemao&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Great that you have moved to SAS Studio, it's a very convenient&amp;nbsp;way of using SAS&amp;nbsp;(especially if one is a Mac user or wants to be more cloudy)!&amp;nbsp;I can refer you to&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt;'s answer to a related&amp;nbsp;question:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Analytics-U/How-do-I-turn-off-output-in-Studio-University-Edition/td-p/277820" target="_blank"&gt;https://communities.sas.com/t5/SAS-Analytics-U/How-do-I-turn-off-output-in-Studio-University-Edition/td-p/277820&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although the person who asked the question was wondering how to turn off the output / result, you can use ODS to change the path of your output and save it directly in a folder. That way, you can access your output right away even if it is not saved in your &lt;STRONG&gt;Results&lt;/STRONG&gt; window.&lt;BR /&gt;&lt;BR /&gt;Additionally, here&amp;nbsp;is the link that provides some information on&amp;nbsp;ODS and how to change the output environment:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/webeditorug/68828/HTML/default/viewer.htm#n0lyxx45gr31pan1vmm8z5f952l3.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/webeditorug/68828/HTML/default/viewer.htm#n0lyxx45gr31pan1vmm8z5f952l3.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For instance, you can use the following code&amp;nbsp;if&amp;nbsp;you want to save your&amp;nbsp;result in a given folder (e.g., in your Output folder).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html path='SPECIFY LOCATION OF YOUR FOLDER';&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;I hope this helps a bit, but I think the links provided&amp;nbsp;above should give you&amp;nbsp;some guidance on how to save your output in SAS Studio and get around of losing your&amp;nbsp;results.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 06:15:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-access-old-output-result/m-p/363696#M2632</guid>
      <dc:creator>Yegen</dc:creator>
      <dc:date>2017-06-02T06:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to access old output result</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-access-old-output-result/m-p/363893#M2633</link>
      <description>&lt;P&gt;Dear Yegen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply! This is very helpful but not exactly what I wanted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Say I have to proc freq commonds, if I submit them together (in one run), then I will have the following result.&lt;/P&gt;&lt;P&gt;But if i submit them separately, in two runs, then I can only see the second output table in SAS&amp;nbsp;studio the previous results will be erased. But with SAS desk, i can still view the first proc freq results, even though I submit them separately.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to change to the SAS desk's&amp;nbsp;result&amp;nbsp;design.&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 wishes.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13900i0C299F562DCD026A/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Capture.JPG" title="Capture.JPG" /&gt;</description>
      <pubDate>Fri, 02 Jun 2017 17:51:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-access-old-output-result/m-p/363893#M2633</guid>
      <dc:creator>Xiaoningdemao</dc:creator>
      <dc:date>2017-06-02T17:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to access old output result</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-access-old-output-result/m-p/363966#M2636</link>
      <description>&lt;P&gt;If you are using SAS 9.4 maintenance release 1 or later, you can run programs in interactive mode in SAS Studio.&amp;nbsp; The screen shot below shows the location of the interactive mode icon in SAS Studio, between the find and replace code icon and the format code icon.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG title="Interactive mode icon in SAS Studio.png" alt="Interactive mode icon in SAS Studio.png" src="https://communities.sas.com/t5/image/serverpage/image-id/9215iCCB568C1FEFEA063/image-size/original?v=1.0&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is an check box in the Preferences to start new programs in interactive mode.&amp;nbsp; That check box is in the Display section in the screen shot below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG title="Start new programs in interactive mode check box in SAS Studio preferences.png" alt="Start new programs in interactive mode check box in SAS Studio preferences.png" src="https://communities.sas.com/t5/image/serverpage/image-id/9217iB84848055CDF3F8F/image-size/original?v=1.0&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See "Working in Interactive Mode" in the SAS Studio documentation for more details.&amp;nbsp; I tried to add a link here, but it went to the wrong spot. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 23:24:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-access-old-output-result/m-p/363966#M2636</guid>
      <dc:creator>SuzanneDorinski</dc:creator>
      <dc:date>2017-06-02T23:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to access old output result</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-access-old-output-result/m-p/364319#M2670</link>
      <description>Dear SuzanneDorinski,&lt;BR /&gt;&lt;BR /&gt;Thank you very much! This is exactly what I need!&lt;BR /&gt;&lt;BR /&gt;Best wishes.&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jun 2017 17:22:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-access-old-output-result/m-p/364319#M2670</guid>
      <dc:creator>Xiaoningdemao</dc:creator>
      <dc:date>2017-06-05T17:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to access old output result</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-access-old-output-result/m-p/364420#M2675</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/90105"&gt;@Xiaoningdemao&lt;/a&gt;, glad to see that&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12496"&gt;@SuzanneDorinski&lt;/a&gt;was able to solve the issue.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 00:41:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-access-old-output-result/m-p/364420#M2675</guid>
      <dc:creator>Yegen</dc:creator>
      <dc:date>2017-06-06T00:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to access old output result</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-access-old-output-result/m-p/365122#M2697</link>
      <description>Thanks~&lt;BR /&gt;&lt;BR /&gt;Have a good day. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Wed, 07 Jun 2017 18:03:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-access-old-output-result/m-p/365122#M2697</guid>
      <dc:creator>Xiaoningdemao</dc:creator>
      <dc:date>2017-06-07T18:03:54Z</dc:date>
    </item>
  </channel>
</rss>

