<?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: proc report error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-report-error/m-p/418292#M102748</link>
    <description>&lt;P&gt;Thanks, Cynthia.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Dec 2017 20:34:33 GMT</pubDate>
    <dc:creator>ybz12003</dc:creator>
    <dc:date>2017-12-04T20:34:33Z</dc:date>
    <item>
      <title>proc report error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-report-error/m-p/417945#M102663</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have an error message in the log while I run the codes below,&amp;nbsp;&amp;nbsp; please help.&amp;nbsp; Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;report&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=have &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;out&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=report &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;headline&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;headskip&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;column&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Class Label Product;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Class /&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;group&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;width&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;150&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;left&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Label /&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;group&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;width&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;150&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;left&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Product /&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;group&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;width&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;150&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;left&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;WARNING: A GROUP, ORDER, or ACROSS variable is missing on every observation.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2017 14:35:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-report-error/m-p/417945#M102663</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2017-12-02T14:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: proc report error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-report-error/m-p/417950#M102664</link>
      <description>&lt;P&gt;Maxim 3: Know your data.&lt;/P&gt;
&lt;P&gt;Run proc freq on your variables to see which one has only missing values.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2017 15:01:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-report-error/m-p/417950#M102664</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-12-02T15:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: proc report error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-report-error/m-p/417954#M102665</link>
      <description>Hi:&lt;BR /&gt;  In addition to &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;'s suggestion to run PROC FREQ, if you are expecting missing data in any GROUP or ORDER variable, you will also want to consult the PROC REPORT documentation to read about the MISSING option. &lt;BR /&gt;&lt;BR /&gt;  Note that you did not have an ERROR message -- you have a WARNING message -- you will not receive any output until you correctly add the MISSING option to your code.&lt;BR /&gt;&lt;BR /&gt;  In addition, options like HEADLINE, HEADSKIP and WIDTH are LISTING only options and are ignored by ODS HTML and other ODS destinations.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Sat, 02 Dec 2017 15:50:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-report-error/m-p/417954#M102665</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-12-02T15:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: proc report error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-report-error/m-p/418292#M102748</link>
      <description>&lt;P&gt;Thanks, Cynthia.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 20:34:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-report-error/m-p/418292#M102748</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2017-12-04T20:34:33Z</dc:date>
    </item>
  </channel>
</rss>

