<?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 OUTPUT in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT/m-p/703406#M215513</link>
    <description>Thanks Allie. That was all it was. I wrote a PROC FREQ for the&lt;BR /&gt;StatePercents and thought that was sufficient. During office hours I tried&lt;BR /&gt;adding the PROC FREQ after the ODS OUTPUT but it did not work. Now of&lt;BR /&gt;course, it worked. Sas hates me. Good Luck!&lt;BR /&gt;</description>
    <pubDate>Thu, 03 Dec 2020 15:29:07 GMT</pubDate>
    <dc:creator>kristiepauly1</dc:creator>
    <dc:date>2020-12-03T15:29:07Z</dc:date>
    <item>
      <title>ODS OUTPUT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT/m-p/703248#M215467</link>
      <description>&lt;P&gt;My code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS OUTPUT ChiSq = data set (DROP = TABLE WHERE = (STATISTIC = 'Chi-Square'));&lt;/P&gt;&lt;P&gt;PROC PRINT DATA =data set;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I get the following warning:&lt;/P&gt;&lt;DIV class="sasWarning"&gt;WARNING: Output 'ChiSq' was not created. Make sure that the output object name, label, or path is spelled correctly. Also, verify that the appropriate procedure options are used to produce the requested output object. For example, verify that the NOPRINT option is not used.&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 21:17:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT/m-p/703248#M215467</guid>
      <dc:creator>kristiepauly1</dc:creator>
      <dc:date>2020-12-10T21:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: ODS OUTPUT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT/m-p/703249#M215468</link>
      <description>&lt;P&gt;The ODS OUTPUT statement needs to come immediately before in the body of Proc Freq.&lt;/P&gt;
&lt;P&gt;Since you show not Proc Freq code there is nothing to create chi-square output of any flavor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 01:56:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT/m-p/703249#M215468</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-12-03T01:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: ODS OUTPUT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT/m-p/703256#M215471</link>
      <description>&lt;P&gt;Hi Kristie,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try adding&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC FREQ DATA= LibName.Name;&lt;/P&gt;&lt;P&gt;TABLES&amp;nbsp; Hypertension * State / NOPERCENT NOROW MISSING NOCUM CHISQ;&lt;/P&gt;&lt;P&gt;RUN;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It took me a while to get this on my code and this is what worked&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 15:13:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT/m-p/703256#M215471</guid>
      <dc:creator>Allie_Haun</dc:creator>
      <dc:date>2020-12-10T15:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: ODS OUTPUT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT/m-p/703403#M215512</link>
      <description>That worked for me. I had 2 ODS OUTPUT statements and was thinking the&lt;BR /&gt;proc freq I ran with the first one was sufficient when I ran this one.&lt;BR /&gt;Thanks!&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Dec 2020 15:25:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT/m-p/703403#M215512</guid>
      <dc:creator>kristiepauly1</dc:creator>
      <dc:date>2020-12-03T15:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: ODS OUTPUT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT/m-p/703406#M215513</link>
      <description>Thanks Allie. That was all it was. I wrote a PROC FREQ for the&lt;BR /&gt;StatePercents and thought that was sufficient. During office hours I tried&lt;BR /&gt;adding the PROC FREQ after the ODS OUTPUT but it did not work. Now of&lt;BR /&gt;course, it worked. Sas hates me. Good Luck!&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Dec 2020 15:29:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT/m-p/703406#M215513</guid>
      <dc:creator>kristiepauly1</dc:creator>
      <dc:date>2020-12-03T15:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: ODS OUTPUT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT/m-p/703427#M215527</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/345153"&gt;@kristiepauly1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Thanks Allie. That was all it was. I wrote a PROC FREQ for the&lt;BR /&gt;StatePercents and thought that was sufficient. During office hours I tried&lt;BR /&gt;adding the PROC FREQ after the ODS OUTPUT but it did not work. Now of&lt;BR /&gt;course, it worked. Sas hates me. Good Luck!&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Likely not any where near as much as Excel hates me (an vice versa)&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 16:04:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT/m-p/703427#M215527</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-12-03T16:04:14Z</dc:date>
    </item>
  </channel>
</rss>

