<?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: sas report in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-report/m-p/264105#M18337</link>
    <description>&lt;P&gt;If column XXXX in a SAS dataset shall not be zero, use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;if XXXX ne 0;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;(subsetting if) during creation of the dataset.&lt;/P&gt;
&lt;P&gt;If you want rows excluded from a report, use this dataset option in the data= part of the PROC statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;(where=(XXXX ne 0))&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 15 Apr 2016 07:23:42 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-04-15T07:23:42Z</dc:date>
    <item>
      <title>sas report</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-report/m-p/264096#M18335</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have one job which generates excel report weekly basis.&lt;/P&gt;
&lt;P&gt;now i got assignment like i have to remove &lt;STRONG&gt;ROWS &lt;/STRONG&gt;which have zero(0) value in excel report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have to delete thows rows only without deleting those colums so can i have any solution on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: this is sas code which executes daily basis in job&amp;amp; creates excel report.&lt;/P&gt;
&lt;P&gt;Now the job is getting failled again and again just because of these zero(0) presents in particular &lt;STRONG&gt;columns&lt;/STRONG&gt; so i want to delete that &lt;STRONG&gt;row&lt;/STRONG&gt; which have zero(0) into their &lt;STRONG&gt;columns&lt;/STRONG&gt; but i dont wanna remove &lt;STRONG&gt;columns&lt;/STRONG&gt; .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank u&lt;/P&gt;
&lt;P&gt;Need immediate solution&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 07:04:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-report/m-p/264096#M18335</guid>
      <dc:creator>Tushh</dc:creator>
      <dc:date>2016-04-15T07:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: sas report</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-report/m-p/264105#M18337</link>
      <description>&lt;P&gt;If column XXXX in a SAS dataset shall not be zero, use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;if XXXX ne 0;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;(subsetting if) during creation of the dataset.&lt;/P&gt;
&lt;P&gt;If you want rows excluded from a report, use this dataset option in the data= part of the PROC statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;(where=(XXXX ne 0))&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Apr 2016 07:23:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-report/m-p/264105#M18337</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-04-15T07:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: sas report</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-report/m-p/264108#M18338</link>
      <description>&lt;P&gt;We don't have enough information to answer.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If Excel report is generated by proc report for instance, your columns maybe a row I'm your dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The he general premise is to add/modify your WHERE code, filtering records you are not interested in.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 07:34:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-report/m-p/264108#M18338</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-15T07:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: sas report</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-report/m-p/264190#M18345</link>
      <description>&lt;P&gt;Another approach that may be feasible is presummarize data then filter before using the report procedure to format the output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will need to provide example data, procedure code and tell us which output rows are not acceptable if you want tested code.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 14:53:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-report/m-p/264190#M18345</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-04-15T14:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: sas report</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-report/m-p/265330#M18409</link>
      <description>&lt;P&gt;Thank U&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 07:16:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/sas-report/m-p/265330#M18409</guid>
      <dc:creator>Tushh</dc:creator>
      <dc:date>2016-04-21T07:16:33Z</dc:date>
    </item>
  </channel>
</rss>

