<?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 Re: Problem when opening RTF ODS tables in MS Word in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Problem-when-opening-RTF-ODS-tables-in-MS-Word/m-p/172497#M12390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When dealing with ODS output it is a good idea to post the ods options as well as an example of your output. KEEPN and STARTPAGE=NO might be aplicable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of my solutions for tables and ODS RTF or Tagsets.RTF are pretty adhoc so I'm not sure which might help.&lt;/P&gt;&lt;P&gt;The footnote issue &lt;STRONG&gt;might&lt;/STRONG&gt; be solveable by using either the POSTTEXT style element with a table or ODS TEXT as the SAS behavior for footnotes is bottom of page resulting in the excessive white space. The downside of POSTTEXT or ODS TEXT is they only appear once after a table if it splits across pages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Dec 2013 16:50:49 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2013-12-13T16:50:49Z</dc:date>
    <item>
      <title>Problem when opening RTF ODS tables in MS Word</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Problem-when-opening-RTF-ODS-tables-in-MS-Word/m-p/172496#M12389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with the conversion of SAS RTF output to Word. I'm using SAS 9.3 with an RTF ODS output (via styles and proc template) to create statistical summary tables. Many times when I open the resulting RTFs in Word I find that Word seems to think that it can only fit a limited amount of rows on one page (leaving a lot of whitespace at the bottom of each page). It can be especially large when I use a footnote. It looks horrible and increases the size of the documents considerably. I would like to produce more optimal page layout with the number of rows per page closer to what can be fit. Does anybody know why this happens and whether you can force Word to display a larger number of rows on a page. For columns you can simply use the CELLWIDTH option, but I haven't found anything that controls the rows. I run my reports per page (BY pagord). Below is an example of my proc template and structure of the proc report. In the styles we only specify things like margins, font sizes, etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance!&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Just&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;PROC TEMPLATE;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEFINE STYLE styles.xxx;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PARENT=styles.printer;&lt;/SPAN&gt;&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;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STYLE Fonts from Fonts /&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'TitleFont' = ("Times New Roman",8pt,Bold Italic)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'headingFont' = ("Times New Roman",8pt,Bold)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'footFont' =&amp;nbsp; ("Times New Roman",8pt,Bold Italic)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'docFont' = ("Times New Roman",8pt)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'FixedHeadingFont' = ("Arial",9pt,Bold);&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STYLE Table from Output /&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; frame = hsides&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cellpadding = 0.021in&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cellspacing = 0in&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; borderwidth = 0.01in;&lt;/SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STYLE Body from Document /&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; topmargin = 1.25in&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bottommargin = 1.00in&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rightmargin = 0.5in&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; leftmargin = 0.5in;&lt;/SPAN&gt;&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;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STYLE Header from Header /&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; frame = hsides&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; backgroundcolor = transparent&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; borderwidth = 0.01in;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; END;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;PROC REPORT NOWD DATA=xxx MISSING SPLIT='~';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BY pagord.;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COLUMN pagord xxx yyy zzz &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEFINE pagord&amp;nbsp; / ORDER NOPRINT ORDER=INTERNAL;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEFINE xxx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / ORDER STYLE=[JUST=C WIDTH=1.1cm] "Xxxx"; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEFINE yyy&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / ORDER STYLE=[JUST=C CELLWIDTH=1.1cm] 'Yyyy';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEFINE zzz&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / DISPLAY STYLE=[JUST=C CELLWIDTH=1.3cm] 'Zzzz';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; line-height: 1.5em;"&gt;RUN;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 10:36:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Problem-when-opening-RTF-ODS-tables-in-MS-Word/m-p/172496#M12389</guid>
      <dc:creator>JustvanEs</dc:creator>
      <dc:date>2013-12-13T10:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when opening RTF ODS tables in MS Word</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Problem-when-opening-RTF-ODS-tables-in-MS-Word/m-p/172497#M12390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When dealing with ODS output it is a good idea to post the ods options as well as an example of your output. KEEPN and STARTPAGE=NO might be aplicable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of my solutions for tables and ODS RTF or Tagsets.RTF are pretty adhoc so I'm not sure which might help.&lt;/P&gt;&lt;P&gt;The footnote issue &lt;STRONG&gt;might&lt;/STRONG&gt; be solveable by using either the POSTTEXT style element with a table or ODS TEXT as the SAS behavior for footnotes is bottom of page resulting in the excessive white space. The downside of POSTTEXT or ODS TEXT is they only appear once after a table if it splits across pages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 16:50:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Problem-when-opening-RTF-ODS-tables-in-MS-Word/m-p/172497#M12390</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-12-13T16:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when opening RTF ODS tables in MS Word</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Problem-when-opening-RTF-ODS-tables-in-MS-Word/m-p/172498#M12391</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; Consider the following code and compare the 3 outputs. You can change the margins, you can change the fontsize, you can change the cellpadding and impact the number of rows that fit on a page.&lt;/P&gt;&lt;P&gt;Cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;options topmargin=3in bottommargin=3in;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods rtf file='c:\temp\margin_examp1.rtf';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc report data=sashelp.shoes(obs=100);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title '1) 3in margins using all defaults';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods rtf close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;options topmargin=3in bottommargin=3in;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods rtf file='c:\temp\margin_examp2.rtf';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc report data=sashelp.shoes(obs=100)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(report)={cellpadding=1px fontsize=8pt};&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title '2) 3in margins, but changing defaults get more rows';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods rtf close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;options topmargin=.5in bottommargin=.5in;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods rtf file='c:\temp\margin_examp3.rtf';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc report data=sashelp.shoes(obs=100)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(report)={cellpadding=1px fontsize=8pt};&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title '3) .5in margins, but changing defaults get more rows';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods rtf close;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 17:57:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Problem-when-opening-RTF-ODS-tables-in-MS-Word/m-p/172498#M12391</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-12-13T17:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when opening RTF ODS tables in MS Word</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Problem-when-opening-RTF-ODS-tables-in-MS-Word/m-p/172499#M12392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for all your help sofar! Maybe I should have been more specific in the details of my output. I've further tested and I think the main issue is the following: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Background:The tables we create usually span across multiple pages, but we build our proc report per page (BY pagord in my example). Mainly just to have the control to change the footnotes across pages of the same table. With tables, we always want to keep table layout as consistent as possible across pages of the same table. Column X should have the same width across all pages of the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we don't restrict (set any widths for columns, etc.) this will result in Word determining for each page of the table the width of columns by itself. Columns will then (usually) have varying width across pages, depending on the length of the actual content for that page. So we started setting the width of each column to the optimal width by hand (via the Style option in the define statement). We then have nice consistency in column widths across pages. However, when we do this, we suddenly get a dramatic decrease in the number of rows we can fit on a page (according to Word). Based on visual inspection I would say that the cellwidths we use are large enough to fit the content of the page. I see no wrapping of text or any other strange things, but Word seems to somehow think that it can only fit a smaller number of rows on a page with these settings. Footnotes seem to take a bit more space than strictly needed, but this is not a major issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I've tested 2 options:&lt;/P&gt;&lt;P&gt;a) set the width of each cell by hand (via STYLE(column) in the define statements&lt;/P&gt;&lt;P&gt;b) setting a limit on the total proc report width (via STYLE(report) in the proc report statement)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The header is the same in both cases as are all other details of the reports, but with option b) I can fit 29 rows on 1 page, while I am lucky to get 19 rows on a page with option a).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody explain why I get this difference? Many thanks for all your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Just&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 08:56:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Problem-when-opening-RTF-ODS-tables-in-MS-Word/m-p/172499#M12392</guid>
      <dc:creator>JustvanEs</dc:creator>
      <dc:date>2013-12-16T08:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when opening RTF ODS tables in MS Word</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Problem-when-opening-RTF-ODS-tables-in-MS-Word/m-p/172500#M12393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, As I indicated in my post, many different factors can impact the output you create. I find it useful to either set the width for the entire report OR set the individual column widths, but not to do both. I am not sure why you are seeing such a dramatic difference in the number of rows per page. I would have expected a few rows difference, but not that many.&amp;nbsp; Have you looked at TAGSETS.RTF??? Generally vertical measurement issues are not as troublesome with this destination, because with "regular" RTF, Microsoft Word controls page breaking, which is why you have to resort to "fake" page break variables, but with TAGSETS.RTF, the vertical measurement is controlled by SAS. So this might be a useful destination to try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; However, I really think that you need to work with Tech Support on this issue. Because the difference in the number of rows is so dramatic, I would say that someone needs to look at ALL of your data and ALL of your code, including your ODS statements and margin options. You only showed the STYLE template and PROC REPORT, but didn't show your ODS statements or indicate your margin settings -- as you can see in my examples, the margins will make a difference in the number of rows that fit on the page, so will CELLPADDING, so there are other factors that just CELLWIDTH to take into account and Tech Support is best equipped to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 14:35:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Problem-when-opening-RTF-ODS-tables-in-MS-Word/m-p/172500#M12393</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-12-16T14:35:43Z</dc:date>
    </item>
  </channel>
</rss>

