<?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 with proc freq in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-with-proc-freq/m-p/446729#M20637</link>
    <description>&lt;P&gt;You could avoid the warning by dropping the variables in a subsequent data step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FREQ is making the first data set based on the first tabled variable.&lt;/P&gt;
&lt;P&gt;Then it makes the second data set based on the second tabled variable.&lt;/P&gt;
&lt;P&gt;At this phase it reconciles the different variables in the first and send data sets and combines them into one.&lt;/P&gt;
&lt;P&gt;At the first step, it does not know about the second part, so you get a warning.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Mar 2018 11:47:10 GMT</pubDate>
    <dc:creator>WarrenKuhfeld</dc:creator>
    <dc:date>2018-03-19T11:47:10Z</dc:date>
    <item>
      <title>ods with proc freq</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-with-proc-freq/m-p/446719#M20635</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods output onewayfreqs=onefreq (drop=f_name f_sex);&lt;BR /&gt;proc freq data=sashelp.class;&lt;BR /&gt;tables name sex;&lt;BR /&gt;run;&lt;BR /&gt;ods output close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here i've run the program ...&lt;/P&gt;&lt;P&gt;log shown like this..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WARNING: The variable f_sex in the DROP, KEEP, or RENAME list has never been referenced&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in that onefreq dataset i don't need f_name, f_sex variables so that i used code like this...&lt;/P&gt;&lt;P&gt;tell me the way to avoid this warning..&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 11:14:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-with-proc-freq/m-p/446719#M20635</guid>
      <dc:creator>rajeshV89</dc:creator>
      <dc:date>2018-03-19T11:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: ods with proc freq</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-with-proc-freq/m-p/446721#M20636</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in this warning it mentioned f_sex only but i've given f_name and f_sex in drop option...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sas&amp;nbsp;didn't considered f_name varaiable&amp;nbsp;here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but ouput&amp;nbsp;dataset doesn't contains both of the variables..&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 11:17:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-with-proc-freq/m-p/446721#M20636</guid>
      <dc:creator>rajeshV89</dc:creator>
      <dc:date>2018-03-19T11:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: ods with proc freq</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-with-proc-freq/m-p/446729#M20637</link>
      <description>&lt;P&gt;You could avoid the warning by dropping the variables in a subsequent data step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FREQ is making the first data set based on the first tabled variable.&lt;/P&gt;
&lt;P&gt;Then it makes the second data set based on the second tabled variable.&lt;/P&gt;
&lt;P&gt;At this phase it reconciles the different variables in the first and send data sets and combines them into one.&lt;/P&gt;
&lt;P&gt;At the first step, it does not know about the second part, so you get a warning.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 11:47:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-with-proc-freq/m-p/446729#M20637</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2018-03-19T11:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: ods with proc freq</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-with-proc-freq/m-p/446730#M20638</link>
      <description>&lt;P&gt;thanks for ur answer...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i got to know the process the proc freq does...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;again thanks..&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 11:52:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-with-proc-freq/m-p/446730#M20638</guid>
      <dc:creator>rajeshV89</dc:creator>
      <dc:date>2018-03-19T11:52:59Z</dc:date>
    </item>
  </channel>
</rss>

