<?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 rowspan in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/rowspan/m-p/22421#M3971</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'm using proc report to create a report with several column headers.&lt;BR /&gt;
I know how to get the "colspan" option, but I'm not getting the "rowspan" working.&lt;BR /&gt;
&lt;BR /&gt;
For example the following code:&lt;BR /&gt;
&lt;BR /&gt;
  proc report data=sashelp.class ;&lt;BR /&gt;
    column ('first' name age ('second' sex weight) ) ;&lt;BR /&gt;
  run ;&lt;BR /&gt;
&lt;BR /&gt;
When you see the result, the columns "name" and "age" have an empty block on top, next to "second". I would like columns "name" and "age" to be the same height as "second" and "sex" together.&lt;BR /&gt;
&lt;BR /&gt;
Can anyone help me with this?&lt;BR /&gt;
&lt;BR /&gt;
Thierry</description>
    <pubDate>Thu, 23 Apr 2009 08:39:03 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-04-23T08:39:03Z</dc:date>
    <item>
      <title>rowspan</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/rowspan/m-p/22421#M3971</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'm using proc report to create a report with several column headers.&lt;BR /&gt;
I know how to get the "colspan" option, but I'm not getting the "rowspan" working.&lt;BR /&gt;
&lt;BR /&gt;
For example the following code:&lt;BR /&gt;
&lt;BR /&gt;
  proc report data=sashelp.class ;&lt;BR /&gt;
    column ('first' name age ('second' sex weight) ) ;&lt;BR /&gt;
  run ;&lt;BR /&gt;
&lt;BR /&gt;
When you see the result, the columns "name" and "age" have an empty block on top, next to "second". I would like columns "name" and "age" to be the same height as "second" and "sex" together.&lt;BR /&gt;
&lt;BR /&gt;
Can anyone help me with this?&lt;BR /&gt;
&lt;BR /&gt;
Thierry</description>
      <pubDate>Thu, 23 Apr 2009 08:39:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/rowspan/m-p/22421#M3971</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-23T08:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: rowspan</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/rowspan/m-p/22422#M3972</link>
      <description>Thierry&lt;BR /&gt;
votre demande n'est pas claire&lt;BR /&gt;
If i have well understood&lt;BR /&gt;
try this    or try to sketch the way you are expecting the variables headers and text&lt;BR /&gt;
&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
ods rtf file="d:\temp\thierry.rtf" ;&lt;BR /&gt;
proc report data=sashelp.class nofs;&lt;BR /&gt;
    column ('first' name age sex )('second' weight)  ;&lt;BR /&gt;
  run ;&lt;BR /&gt;
ods rtf close;&lt;BR /&gt;
ods listing;&lt;BR /&gt;
&lt;BR /&gt;
André</description>
      <pubDate>Thu, 23 Apr 2009 13:00:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/rowspan/m-p/22422#M3972</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2009-04-23T13:00:16Z</dc:date>
    </item>
  </channel>
</rss>

