<?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 spacing problem with line statement when sending output from proc report to ExcelXP in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/spacing-problem-with-line-statement-when-sending-output-from/m-p/89869#M9300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;the row height for the first line statement ( I have more than 1 line statement for my report) is extremely big. Is there an option we can use to adjust? i noticed the Row-height option, but really don't believe it is what i need.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Yu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;filename tagset url '&lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/excltags.tpl" style="color: #1155cc;" target="_blank"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/excltags.tpl&lt;/A&gt;';&lt;P&gt;&lt;/P&gt;&lt;P&gt;%include tagset;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp file='C:\sample.xls'&lt;/P&gt;&lt;P&gt;options( &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABSOLUTE_COLUMN_WIDTH="5,5.5,3.0,3,3" );&lt;/P&gt;&lt;P&gt;proc report data=sashelp.class nowd;&lt;/P&gt;&lt;P&gt;column sex name age&amp;nbsp; height weight N ;&lt;/P&gt;&lt;P&gt;define sex / order;&lt;/P&gt;&lt;P&gt;define name /display;&lt;/P&gt;&lt;P&gt;define height/sum;&lt;/P&gt;&lt;P&gt;define age/mean;&lt;/P&gt;&lt;P&gt;define weight/sum;&lt;/P&gt;&lt;P&gt;compute before sex;&lt;/P&gt;&lt;P&gt;s=sex;&lt;/P&gt;&lt;P&gt;endcomp;&lt;/P&gt;&lt;P&gt;compute after sex;&lt;/P&gt;&lt;P&gt;line "for Gender:" s $4.;&lt;/P&gt;&lt;P&gt;line "Average Age:" age.mean;&lt;/P&gt;&lt;P&gt;line "total Weight:" weight.sum;&lt;/P&gt;&lt;P&gt;endcomp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp close;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2012 20:32:04 GMT</pubDate>
    <dc:creator>AUTigers</dc:creator>
    <dc:date>2012-04-19T20:32:04Z</dc:date>
    <item>
      <title>spacing problem with line statement when sending output from proc report to ExcelXP</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/spacing-problem-with-line-statement-when-sending-output-from/m-p/89869#M9300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;the row height for the first line statement ( I have more than 1 line statement for my report) is extremely big. Is there an option we can use to adjust? i noticed the Row-height option, but really don't believe it is what i need.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Yu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;filename tagset url '&lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/excltags.tpl" style="color: #1155cc;" target="_blank"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/excltags.tpl&lt;/A&gt;';&lt;P&gt;&lt;/P&gt;&lt;P&gt;%include tagset;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp file='C:\sample.xls'&lt;/P&gt;&lt;P&gt;options( &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABSOLUTE_COLUMN_WIDTH="5,5.5,3.0,3,3" );&lt;/P&gt;&lt;P&gt;proc report data=sashelp.class nowd;&lt;/P&gt;&lt;P&gt;column sex name age&amp;nbsp; height weight N ;&lt;/P&gt;&lt;P&gt;define sex / order;&lt;/P&gt;&lt;P&gt;define name /display;&lt;/P&gt;&lt;P&gt;define height/sum;&lt;/P&gt;&lt;P&gt;define age/mean;&lt;/P&gt;&lt;P&gt;define weight/sum;&lt;/P&gt;&lt;P&gt;compute before sex;&lt;/P&gt;&lt;P&gt;s=sex;&lt;/P&gt;&lt;P&gt;endcomp;&lt;/P&gt;&lt;P&gt;compute after sex;&lt;/P&gt;&lt;P&gt;line "for Gender:" s $4.;&lt;/P&gt;&lt;P&gt;line "Average Age:" age.mean;&lt;/P&gt;&lt;P&gt;line "total Weight:" weight.sum;&lt;/P&gt;&lt;P&gt;endcomp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp close;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 20:32:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/spacing-problem-with-line-statement-when-sending-output-from/m-p/89869#M9300</guid>
      <dc:creator>AUTigers</dc:creator>
      <dc:date>2012-04-19T20:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: spacing problem with line statement when sending output from proc report to ExcelXP</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/spacing-problem-with-line-statement-when-sending-output-from/m-p/89870#M9301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; That does seem odd...the height of the row with the first LINE statement. This note indicated some type of problem with multiple LINE statements in a COMPUTE block: &lt;A href="http://support.sas.com/kb/34/828.html" title="http://support.sas.com/kb/34/828.html"&gt;http://support.sas.com/kb/34/828.html&lt;/A&gt; -- not exactly what you are reporting, but indicates some kind of issue could still exist with multiple LINE statements and TAGSETS.EXCELXP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to work with Tech Support on that that question. However, in order to write out multiple summary rows, an alternative to using a LINE statement in the first place is to use multiple BREAK statements, as shown on pages 7 and 8 of this paper:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/rnd/papers/sgf07/sgf2007-report.pdf" title="http://support.sas.com/rnd/papers/sgf07/sgf2007-report.pdf"&gt;http://support.sas.com/rnd/papers/sgf07/sgf2007-report.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 04:25:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/spacing-problem-with-line-statement-when-sending-output-from/m-p/89870#M9301</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-04-20T04:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: spacing problem with line statement when sending output from proc report to ExcelXP</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/spacing-problem-with-line-statement-when-sending-output-from/m-p/89871#M9302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for looking into my problem. i tried many other ways to make it removing the extra spaces. only autofit_height option works, but it also make the appearance of report looks very strange. everything on the report was squeezed to fit the smallest height as possible. i will look into the paper you mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yu &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 04:35:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/spacing-problem-with-line-statement-when-sending-output-from/m-p/89871#M9302</guid>
      <dc:creator>AUTigers</dc:creator>
      <dc:date>2012-04-20T04:35:25Z</dc:date>
    </item>
  </channel>
</rss>

