<?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 proc reprot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-reprot/m-p/13737#M1669</link>
    <description>Hi ,&lt;BR /&gt;
I build this proc report :&lt;BR /&gt;
&lt;BR /&gt;
ods html file="\\risuilt\home\sas\MISHNE_LIFE\demografic.html";&lt;BR /&gt;
proc report data=aaa nowindows out=t;&lt;BR /&gt;
title demografic period;&lt;BR /&gt;
column age gender, count ;&lt;BR /&gt;
define age/group;&lt;BR /&gt;
define gender/across format=$H_GENDER8.;&lt;BR /&gt;
define count/sum format=comma12.;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
&lt;BR /&gt;
Some of the result is:&lt;BR /&gt;
&lt;BR /&gt;
                           male female&lt;BR /&gt;
                 age 1    .       15&lt;BR /&gt;
&lt;BR /&gt;
im trying to change the nulls to zero&lt;BR /&gt;
&lt;BR /&gt;
any suggestions?</description>
    <pubDate>Sun, 08 Nov 2009 08:52:22 GMT</pubDate>
    <dc:creator>yonib</dc:creator>
    <dc:date>2009-11-08T08:52:22Z</dc:date>
    <item>
      <title>proc reprot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-reprot/m-p/13737#M1669</link>
      <description>Hi ,&lt;BR /&gt;
I build this proc report :&lt;BR /&gt;
&lt;BR /&gt;
ods html file="\\risuilt\home\sas\MISHNE_LIFE\demografic.html";&lt;BR /&gt;
proc report data=aaa nowindows out=t;&lt;BR /&gt;
title demografic period;&lt;BR /&gt;
column age gender, count ;&lt;BR /&gt;
define age/group;&lt;BR /&gt;
define gender/across format=$H_GENDER8.;&lt;BR /&gt;
define count/sum format=comma12.;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
&lt;BR /&gt;
Some of the result is:&lt;BR /&gt;
&lt;BR /&gt;
                           male female&lt;BR /&gt;
                 age 1    .       15&lt;BR /&gt;
&lt;BR /&gt;
im trying to change the nulls to zero&lt;BR /&gt;
&lt;BR /&gt;
any suggestions?</description>
      <pubDate>Sun, 08 Nov 2009 08:52:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-reprot/m-p/13737#M1669</guid>
      <dc:creator>yonib</dc:creator>
      <dc:date>2009-11-08T08:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: proc reprot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-reprot/m-p/13738#M1670</link>
      <description>Explore the SAS OPTIONS MISSING=  parameter.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Sun, 08 Nov 2009 16:06:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-reprot/m-p/13738#M1670</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-11-08T16:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: proc reprot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-reprot/m-p/13739#M1671</link>
      <description>Thanks Scott , i will check it !</description>
      <pubDate>Mon, 09 Nov 2009 10:34:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-reprot/m-p/13739#M1671</guid>
      <dc:creator>yonib</dc:creator>
      <dc:date>2009-11-09T10:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: proc reprot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-reprot/m-p/13740#M1672</link>
      <description>While the missing option will probabaly suffice in this situation you would be better served by the PROC REPORT option COMPLETEROWS.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc report nowd list headline data=sashelp.class completerows;&lt;BR /&gt;
   columns age sex, n;&lt;BR /&gt;
   define age / group;&lt;BR /&gt;
   define sex / across;&lt;BR /&gt;
   run;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Mon, 09 Nov 2009 12:03:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-reprot/m-p/13740#M1672</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2009-11-09T12:03:58Z</dc:date>
    </item>
  </channel>
</rss>

