<?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: ODS in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODS/m-p/11029#M2648</link>
    <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
Sorry should have been more clear as to which SAS I was using. But the solution you provided for EG worked.&lt;BR /&gt;
&lt;BR /&gt;
Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
    <pubDate>Thu, 17 Feb 2011 09:35:17 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2011-02-17T09:35:17Z</dc:date>
    <item>
      <title>ODS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODS/m-p/11026#M2645</link>
      <description>Hi Guys&lt;BR /&gt;
&lt;BR /&gt;
Sorry I am new at SAS but when I have the ods format on SAS Editor and run it, it doesn't seem to open in the word document (if programmed for word) and just opens in a result viewer within sas and I have to keep scrolling up and down to look at the graph. Which is really annoying and frustating as I cant seem to see the whole picture that way&lt;BR /&gt;
&lt;BR /&gt;
Can anyone please tell me how I can change the setting so it opens up in word. Rather that the result viewer in SAS&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance</description>
      <pubDate>Wed, 16 Feb 2011 11:28:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODS/m-p/11026#M2645</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-02-16T11:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: ODS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODS/m-p/11027#M2646</link>
      <description>Trusting that you are in SAS Enterprise Guide for this...&lt;BR /&gt;
&lt;BR /&gt;
Tools-&amp;gt;Options-&amp;gt;Results - there are settings for which applications to use by default.  You can select to open RTF results outside of EG instead of embedded.  Actually, I recommend that option for people who use RTF all of the time.  Embedding the Microsoft Word viewer in the EG process can slow things down within EG, and the experience can get a little squirrelly, especially if you have lots of addins for Microsoft Word.&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Wed, 16 Feb 2011 16:23:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODS/m-p/11027#M2646</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2011-02-16T16:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: ODS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODS/m-p/11028#M2647</link>
      <description>Hi:&lt;BR /&gt;
  Are you using SAS Enterprise Guide or the SAS Display Manager and Results Viewer???&lt;BR /&gt;
                             &lt;BR /&gt;
  If you are using the SAS Display Manager, then follow these steps:&lt;BR /&gt;
 Tools--&amp;gt; Options--&amp;gt; Preferences--&amp;gt; Results&lt;BR /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;Then UNCHECK the choice: View results as they are generated&lt;BR /&gt;
Underneath this choice on the Results tab, will be another choice --&lt;BR /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; For " View results using:" choice &lt;BR /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Select "Preferred web browser" (uncheck Internal browser)&lt;BR /&gt;
                &lt;BR /&gt;
Also, I am not sure what you mean by "when I have the ods format on SAS Editor" -- you might mean that you have turned on automatic file creation (either HTML or LISTING) from the above Preferences tab. If so, SAS automatically writes the files to your default directory with a name that it assigns. And, if you are using Enterprise Guide, then EG also chooses the name and default location for your output.&lt;BR /&gt;
                             &lt;BR /&gt;
To have the most control over the name and location of your ODS output, you can use a basic "sandwich" technique for invoking ODS and specifying the name and disk location of the output results (shown below for ODS RTF):&lt;BR /&gt;
 [pre]&lt;BR /&gt;
ods _all_ close;  /* closes all open ODS destinations */&lt;BR /&gt;
                              &lt;BR /&gt;
ods rtf file='c:\temp\myoutput.rtf';  /* opens RTF output with specific name */&lt;BR /&gt;
*** your code goes here;&lt;BR /&gt;
ods rtf close;    /* closes the RTF file */&lt;BR /&gt;
[/pre]&lt;BR /&gt;
                                       &lt;BR /&gt;
After the above code runs, you should be able to use Windows Explorer to navigate to the C:\temp directory and open the file "myoutput.rtf" using Word or any other word processor of your choice.&lt;BR /&gt;
                     &lt;BR /&gt;
cynthia&lt;BR /&gt;
 (If you are using SAS on Unix or on a 64 bit Windows 7 system, then you may need to investigate the SAS Remote Browser and related system options:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/34/036.html" target="_blank"&gt;http://support.sas.com/kb/34/036.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/hostvms/62450/HTML/default/viewer.htm#a002606037.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostvms/62450/HTML/default/viewer.htm#a002606037.htm&lt;/A&gt; )</description>
      <pubDate>Wed, 16 Feb 2011 16:53:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODS/m-p/11028#M2647</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-02-16T16:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: ODS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODS/m-p/11029#M2648</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
Sorry should have been more clear as to which SAS I was using. But the solution you provided for EG worked.&lt;BR /&gt;
&lt;BR /&gt;
Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 17 Feb 2011 09:35:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODS/m-p/11029#M2648</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-02-17T09:35:17Z</dc:date>
    </item>
  </channel>
</rss>

