<?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 and ODS in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-EG-and-ODS/m-p/481260#M21332</link>
    <description>&lt;P&gt;Thank you, Cynthia.&amp;nbsp; Yeah, I was referring to the results options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jul 2018 20:44:02 GMT</pubDate>
    <dc:creator>TashaChapman14</dc:creator>
    <dc:date>2018-07-25T20:44:02Z</dc:date>
    <item>
      <title>SAS EG and ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-EG-and-ODS/m-p/480954#M21328</link>
      <description>&lt;P&gt;Hey all!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Long time SAS programmer still getting used to the EG environment...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question about how ODS works in the EG world.&amp;nbsp; I know that you can automatically set your results settings (Tools &amp;gt; Options &amp;gt; Results &amp;gt; Results General) to display your format in multiple destinations, and I use this for a good chunk of my day-to-day ad hoc work.&amp;nbsp; However, sometimes the options available are limited, so I want to use ODS code to explicitly get exactly the output that I want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, here's the question... If I have my results generator set to automatically create an Excel file, but then I also use ODS Excel to create an Excel file, does it create two separate files with two separate sets of options?&amp;nbsp; I believe it does, but I wanted to hear from the community with invariably more EG experience than I have...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tasha&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 21:55:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-EG-and-ODS/m-p/480954#M21328</guid>
      <dc:creator>TashaChapman14</dc:creator>
      <dc:date>2018-07-24T21:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG and ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-EG-and-ODS/m-p/480984#M21329</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If you turn on the ODS EXCEL choice in the Results Window and then you also use explicit ODS EXCEL statements in your code, you will see 2 outputs inside EG, as shown below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eg_ods_excel.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21988i5C6DFDE4204948D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="eg_ods_excel.png" alt="eg_ods_excel.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 01:38:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-EG-and-ODS/m-p/480984#M21329</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-07-25T01:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG and ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-EG-and-ODS/m-p/481180#M21330</link>
      <description>&lt;P&gt;Yes, Cynthia that does help.&amp;nbsp; Thank you!&amp;nbsp; So, just to make sure I'm 100% clear on how this works, is it fair to say that the two Excel files would be controlled by different options?&amp;nbsp; I.E., the file created through the ODS Excel code would be controlled by the options in my ODS Excel code, and the automatic generated file would be controlled by options selected through the EG menus...&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 16:48:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-EG-and-ODS/m-p/481180#M21330</guid>
      <dc:creator>TashaChapman14</dc:creator>
      <dc:date>2018-07-25T16:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG and ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-EG-and-ODS/m-p/481208#M21331</link>
      <description>Hi:&lt;BR /&gt;  I'm not sure what you mean by "EG menus" -- to the extent that you change options or included code in the Results options, then yes, the automatic generated file would be controlled by options there. &lt;BR /&gt;&lt;BR /&gt;  I was answering your question in the context of writing code. The code in my ODS "sandwich" was typed into the Program Editor, so there were no other EG menu choices at play other than what I set in the Results window.&lt;BR /&gt;&lt;BR /&gt;  To make sure you are really clear about which options control which output, I'd recommend just running a few experiments...typically, however, the automatic results are fairly "vanilla" without any special options at play.&lt;BR /&gt;&lt;BR /&gt;  When I think of EG menu choices, I think of them in terms of tasks, like the LIST data task or the frequency or means or summary table tasks. But I thought if you were talking about writing your own ODS EXCEL statements, that you'd have code inside those statements (in which case, EG menu options for Results wouldn't impact the explicit "full control" output).&lt;BR /&gt;&lt;BR /&gt;  Of course, in all honesty, when I know I am going to take full control of the output and make an explicit ODS EXCEL output file, I tend to put&lt;BR /&gt;ODS _ALL_ CLOSE; before my first ODS EXCEL statement and I just turn off all the automatic output for that program. So, in that case, I only ever get the output I expect. I don't like to "spend" the time creating all the other output, if I don't really care about it.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Wed, 25 Jul 2018 17:47:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-EG-and-ODS/m-p/481208#M21331</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-07-25T17:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG and ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-EG-and-ODS/m-p/481260#M21332</link>
      <description>&lt;P&gt;Thank you, Cynthia.&amp;nbsp; Yeah, I was referring to the results options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 20:44:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-EG-and-ODS/m-p/481260#M21332</guid>
      <dc:creator>TashaChapman14</dc:creator>
      <dc:date>2018-07-25T20:44:02Z</dc:date>
    </item>
  </channel>
</rss>

