<?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 REPORT designing table in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-designing-table/m-p/168824#M43663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using proc report to generate some basic reports, but I'm getting some problems managing table.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="a.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/8576_a.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;It seems a normal looking report, but what i want is that 'Age' would be in one cell without blank one above.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="a.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/8577_a.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible? Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jan 2015 12:06:30 GMT</pubDate>
    <dc:creator>karolisb</dc:creator>
    <dc:date>2015-01-05T12:06:30Z</dc:date>
    <item>
      <title>PROC REPORT designing table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-designing-table/m-p/168824#M43663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using proc report to generate some basic reports, but I'm getting some problems managing table.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="a.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/8576_a.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;It seems a normal looking report, but what i want is that 'Age' would be in one cell without blank one above.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="a.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/8577_a.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible? Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 12:06:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-designing-table/m-p/168824#M43663</guid>
      <dc:creator>karolisb</dc:creator>
      <dc:date>2015-01-05T12:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT designing table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-designing-table/m-p/168825#M43664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would help if we could see the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 13:10:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-designing-table/m-p/168825#M43664</guid>
      <dc:creator>OS2Rules</dc:creator>
      <dc:date>2015-01-05T13:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT designing table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-designing-table/m-p/168826#M43665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use proc tabulate instead . or post it at &lt;A _jive_internal="true" data-containerid="2007" data-containertype="14" data-objectid="6" data-objecttype="14" href="https://communities.sas.com/community/support-communities/ods_and_base_reporting" style="color: #0e66ba; background-color: #f0f8fb;"&gt;ODS and Base Reporting&lt;/A&gt; and see if Cynthia@sas has a good idea .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;ods listing close;
ods html file='x.html' style=sasweb;
proc tabulate data=sashelp.class;
 class age sex;
 var weight;
 table age=' ',sex=' '*weight=' '*(mean min max)/box='Age';
run;
ods html close;
ods listing;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="c.png" class="jive-image" src="https://communities.sas.com/legacyfs/online/8580_c.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 13:23:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-designing-table/m-p/168826#M43665</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-01-05T13:23:36Z</dc:date>
    </item>
  </channel>
</rss>

