<?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 control the Output in SAS result window in SAS EG in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-control-the-Output-in-SAS-result-window-in-SAS-EG/m-p/148666#M11698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris . Thanks for the link but I did not find what I am looking for. Still puzzled with use of ods _all_ close together with ods tagsets .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2014 14:22:36 GMT</pubDate>
    <dc:creator>ucvikas</dc:creator>
    <dc:date>2014-05-07T14:22:36Z</dc:date>
    <item>
      <title>How to control the Output in SAS result window in SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-control-the-Output-in-SAS-result-window-in-SAS-EG/m-p/148664#M11696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have code where ods tagsets are used to create multitab .xls file . once code is executed in SAS EG I can see the outputs in SAS result window .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to restrict the outputs which will be displayed in the SAS result window; for that purpose I used ODS _all_close . but after using this I could not print any output in SAS result window .Only part which was before this could be seen in the SAS result window . I think it closed all output destination .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one tell me how to open all destination or some thing just opposite of "ODS _all_close" . Does SAS has some thing ODS _all_ Open kind of feature ? Or anyother way to deal with problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to restrict using&amp;nbsp; ods listing close , ods result off&amp;nbsp; etc but it did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could manage in listing output but not in SAS result window.&lt;/P&gt;&lt;P&gt;see the attached dummy code which reproduces it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 14:09:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-control-the-Output-in-SAS-result-window-in-SAS-EG/m-p/148664#M11696</guid>
      <dc:creator>ucvikas</dc:creator>
      <dc:date>2014-05-07T14:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to control the Output in SAS result window in SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-control-the-Output-in-SAS-result-window-in-SAS-EG/m-p/148665#M11697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can control how EG generates ODS statements in the Program properties.&amp;nbsp; See this blog post for details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2014/04/16/ods-control-in-eg/" title="http://blogs.sas.com/content/sasdummy/2014/04/16/ods-control-in-eg/"&gt; Take control of ODS results in SAS Enterprise Guide - The SAS Dummy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 14:12:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-control-the-Output-in-SAS-result-window-in-SAS-EG/m-p/148665#M11697</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2014-05-07T14:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to control the Output in SAS result window in SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-control-the-Output-in-SAS-result-window-in-SAS-EG/m-p/148666#M11698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris . Thanks for the link but I did not find what I am looking for. Still puzzled with use of ods _all_ close together with ods tagsets .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 14:22:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-control-the-Output-in-SAS-result-window-in-SAS-EG/m-p/148666#M11698</guid>
      <dc:creator>ucvikas</dc:creator>
      <dc:date>2014-05-07T14:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to control the Output in SAS result window in SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-control-the-Output-in-SAS-result-window-in-SAS-EG/m-p/148667#M11699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EG generates the ODS destinations with an ID= attribute, which you can use to your advantage to toggle the flow of output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supposing that you are using the default SAS Report output destination, you can "turn off" the output to it with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS tagsets.sasreport13(ID=EGSR) select NONE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you want it on again, use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS tagsets.sasreport13(ID=EGSR) select ALL;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These statements would be slightly different for the HTML destination.&amp;nbsp; Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS HTML(ID=EGHTML) select NONE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 14:34:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-control-the-Output-in-SAS-result-window-in-SAS-EG/m-p/148667#M11699</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2014-05-07T14:34:06Z</dc:date>
    </item>
  </channel>
</rss>

