<?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 ODS OUTPUT in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT/m-p/759560#M240049</link>
    <description>&lt;P&gt;I need to create a figure with pearson correlation value, I use proc sgplot to create the figure;&lt;/P&gt;&lt;P&gt;so firstly I open the ods:&lt;/P&gt;&lt;P&gt;ods graphics / reset noborder width=800px height=370px attrpriority=none;&lt;BR /&gt;options orientation=landscape;&lt;BR /&gt;ods rtf file="xxxx" style=tjournal BODYTITLE_AUX nogtitle nogfootnote;&lt;/P&gt;&lt;P&gt;Then I compute the corr:&lt;/P&gt;&lt;P&gt;ODS select none;&lt;/P&gt;&lt;P&gt;proc corr data=forplot1(where=(_name_='UNCOST'));&lt;BR /&gt;var lborresn COL1;&lt;BR /&gt;ods output pearsoncorr=corruncost;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ODS select all;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my question is why I still get corr procedure in my output, since I used ods select none.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Aug 2021 23:31:37 GMT</pubDate>
    <dc:creator>wangmh008</dc:creator>
    <dc:date>2021-08-04T23:31:37Z</dc:date>
    <item>
      <title>ODS OUTPUT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT/m-p/759560#M240049</link>
      <description>&lt;P&gt;I need to create a figure with pearson correlation value, I use proc sgplot to create the figure;&lt;/P&gt;&lt;P&gt;so firstly I open the ods:&lt;/P&gt;&lt;P&gt;ods graphics / reset noborder width=800px height=370px attrpriority=none;&lt;BR /&gt;options orientation=landscape;&lt;BR /&gt;ods rtf file="xxxx" style=tjournal BODYTITLE_AUX nogtitle nogfootnote;&lt;/P&gt;&lt;P&gt;Then I compute the corr:&lt;/P&gt;&lt;P&gt;ODS select none;&lt;/P&gt;&lt;P&gt;proc corr data=forplot1(where=(_name_='UNCOST'));&lt;BR /&gt;var lborresn COL1;&lt;BR /&gt;ods output pearsoncorr=corruncost;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ODS select all;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my question is why I still get corr procedure in my output, since I used ods select none.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 23:31:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT/m-p/759560#M240049</guid>
      <dc:creator>wangmh008</dc:creator>
      <dc:date>2021-08-04T23:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: ODS OUTPUT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT/m-p/759576#M240065</link>
      <description>&lt;P&gt;Anything that creates output between and ODS Destination; Ods destination close; sandwich of statements will appear in the document created. You have to explicitly state the destination to avoid sending the output: Ods rtf select none;&lt;/P&gt;
&lt;P&gt;The default results window destination is the destination if not explicitly stated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I generally do all the data manipulation first then only include the procedures that create the output I want in the "sandwich".&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 01:07:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT/m-p/759576#M240065</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-08-05T01:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: ODS OUTPUT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT/m-p/759778#M240169</link>
      <description>&lt;P&gt;Thanks for the quick reply. It's very helpful. I will finish the data manipulation first next time.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 18:17:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT/m-p/759778#M240169</guid>
      <dc:creator>wangmh008</dc:creator>
      <dc:date>2021-08-05T18:17:57Z</dc:date>
    </item>
  </channel>
</rss>

