<?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 Removing elements of an ODS OUTPUT in SAS Studio in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-elements-of-an-ODS-OUTPUT-in-SAS-Studio/m-p/703941#M24733</link>
    <description>&lt;P&gt;Hi there&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working with a data set that has&amp;nbsp;&lt;SPAN&gt;573 observations and consists of&amp;nbsp;10 variables.&amp;nbsp;&lt;/SPAN&gt;In the code below, I'm trying to remove some of the elements from my output In the log, I'm getting a blue note that says, "NOTE: ODS statements in the SAS Studio environment may disable some output features." Will the approach (included below) I'm taking not work in SAS Studio?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* Step 2: Perform a Chi-Square Test and Save the Results *;&lt;BR /&gt;ODS TRACE ON;&lt;BR /&gt;PROC FREQ DATA = work.Analysis;&lt;BR /&gt;TABLES HypRelDeathInd * StateCd / NOPERCENT NOROW NOCUM CHISQ;&lt;BR /&gt;RUN;&lt;BR /&gt;ODS TRACE OFF;&lt;BR /&gt;&lt;BR /&gt;ODS OUTPUT CrossTabFreqs = Rslt.StatePercents&lt;BR /&gt;(KEEP = StateCd HypRelDeathInd Frequency Colpercent&lt;BR /&gt;WHERE = (HypRelDeathInd = 1 AND MISSING(StateCd) = 0));&lt;/P&gt;&lt;P&gt;ODS OUTPUT ChiSq = WORK.ChiSqResults&lt;BR /&gt;(DROP = TABLE&lt;BR /&gt;WHERE = (Statistic = 'Chi Square'));&lt;/P&gt;</description>
    <pubDate>Thu, 10 Dec 2020 15:12:55 GMT</pubDate>
    <dc:creator>AnnaWoolery</dc:creator>
    <dc:date>2020-12-10T15:12:55Z</dc:date>
    <item>
      <title>Removing elements of an ODS OUTPUT in SAS Studio</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-elements-of-an-ODS-OUTPUT-in-SAS-Studio/m-p/703941#M24733</link>
      <description>&lt;P&gt;Hi there&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working with a data set that has&amp;nbsp;&lt;SPAN&gt;573 observations and consists of&amp;nbsp;10 variables.&amp;nbsp;&lt;/SPAN&gt;In the code below, I'm trying to remove some of the elements from my output In the log, I'm getting a blue note that says, "NOTE: ODS statements in the SAS Studio environment may disable some output features." Will the approach (included below) I'm taking not work in SAS Studio?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* Step 2: Perform a Chi-Square Test and Save the Results *;&lt;BR /&gt;ODS TRACE ON;&lt;BR /&gt;PROC FREQ DATA = work.Analysis;&lt;BR /&gt;TABLES HypRelDeathInd * StateCd / NOPERCENT NOROW NOCUM CHISQ;&lt;BR /&gt;RUN;&lt;BR /&gt;ODS TRACE OFF;&lt;BR /&gt;&lt;BR /&gt;ODS OUTPUT CrossTabFreqs = Rslt.StatePercents&lt;BR /&gt;(KEEP = StateCd HypRelDeathInd Frequency Colpercent&lt;BR /&gt;WHERE = (HypRelDeathInd = 1 AND MISSING(StateCd) = 0));&lt;/P&gt;&lt;P&gt;ODS OUTPUT ChiSq = WORK.ChiSqResults&lt;BR /&gt;(DROP = TABLE&lt;BR /&gt;WHERE = (Statistic = 'Chi Square'));&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 15:12:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-elements-of-an-ODS-OUTPUT-in-SAS-Studio/m-p/703941#M24733</guid>
      <dc:creator>AnnaWoolery</dc:creator>
      <dc:date>2020-12-10T15:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Removing elements of an ODS OUTPUT in SAS Studio</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-elements-of-an-ODS-OUTPUT-in-SAS-Studio/m-p/704234#M24734</link>
      <description>Hi: Other classmates have posted about this SAME issue. You all are making the SAME mistake. Please remember that the ODS OUTPUT statement must go BEFORE the PROC FREQ step, not AFTER. You need ODS to OUTPUT the data set from PROC FREQ while the procedure is running. Putting the ODS OUTPUT statement AFTER the PROC FREQ step will NOT work.&lt;BR /&gt;Cynthia</description>
      <pubDate>Mon, 07 Dec 2020 18:19:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-elements-of-an-ODS-OUTPUT-in-SAS-Studio/m-p/704234#M24734</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-12-07T18:19:12Z</dc:date>
    </item>
  </channel>
</rss>

