<?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 Report in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Report/m-p/26750#M6138</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I need to create a summary report with all counts.So I created a count for each dataset and together put it on the one dataset,but the output is not so exact if I use the below code,&lt;BR /&gt;
&lt;BR /&gt;
data summaryReport;&lt;BR /&gt;
set Var1 Var2 Var3 Var4 ;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
	Var1	Var2	Var3	Var4&lt;BR /&gt;
	38			&lt;BR /&gt;
		   0		&lt;BR /&gt;
			   0	&lt;BR /&gt;
				   40&lt;BR /&gt;
&lt;BR /&gt;
I need an output as below,&lt;BR /&gt;
&lt;BR /&gt;
Var1	38&lt;BR /&gt;
Var2	0&lt;BR /&gt;
var3	0&lt;BR /&gt;
var4	40&lt;BR /&gt;
&lt;BR /&gt;
Please let me know.&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Shw

Message was edited by: Raveenat</description>
    <pubDate>Thu, 10 Mar 2011 21:04:00 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2011-03-10T21:04:00Z</dc:date>
    <item>
      <title>Report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Report/m-p/26750#M6138</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I need to create a summary report with all counts.So I created a count for each dataset and together put it on the one dataset,but the output is not so exact if I use the below code,&lt;BR /&gt;
&lt;BR /&gt;
data summaryReport;&lt;BR /&gt;
set Var1 Var2 Var3 Var4 ;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
	Var1	Var2	Var3	Var4&lt;BR /&gt;
	38			&lt;BR /&gt;
		   0		&lt;BR /&gt;
			   0	&lt;BR /&gt;
				   40&lt;BR /&gt;
&lt;BR /&gt;
I need an output as below,&lt;BR /&gt;
&lt;BR /&gt;
Var1	38&lt;BR /&gt;
Var2	0&lt;BR /&gt;
var3	0&lt;BR /&gt;
var4	40&lt;BR /&gt;
&lt;BR /&gt;
Please let me know.&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Shw

Message was edited by: Raveenat</description>
      <pubDate>Thu, 10 Mar 2011 21:04:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Report/m-p/26750#M6138</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-03-10T21:04:00Z</dc:date>
    </item>
  </channel>
</rss>

