<?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: ODS PDF, Proc Report - Spanrows and Row height in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117857#M10304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am aware of that attempted fix, but in my particular example it does not work as desired (the second example shows how it fails). Look at Asia/Women's casual. Women's casual is no longer centered vertically properly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;define style test;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;parent=styles.sansprinter;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;class vcenter from headersandfooters /&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;vjust=center&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;cellwidth=1.25in&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;cellheight=.15in;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;end;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;quit;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods pdf file = "repeat.pdf" style=test;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc report data=sashelp.shoes nowd spanrows;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;column Region Product Subsidiary Stores Sales Inventory Returns;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;define Region / group style=vcenter;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;define Product / group style=vcenter;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;define Subsidiary / group;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;define Stores / group;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;define Sales / group;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;define Inventory / group;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;define Returns / group;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods pdf close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Apr 2013 01:14:44 GMT</pubDate>
    <dc:creator>MarcusMaher</dc:creator>
    <dc:date>2013-04-24T01:14:44Z</dc:date>
    <item>
      <title>ODS PDF, Proc Report - Spanrows and Row height</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117855#M10302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial; font-size: small; background-color: #ffffff;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;I am trying to do vertical merging in proc report in ods pdf. If the text in the merged cell needs to be wrapped, by default SAS is making the first ropdf w in the group high enough to hold the entire text (which is undesirable). See first example:&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;proc template;&lt;/SPAN&gt;&lt;BR style="font-family: arial, sans-serif; font-size: 13px;" /&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;define style test;&lt;/SPAN&gt;&lt;BR style="font-family: arial, sans-serif; font-size: 13px;" /&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;parent=styles.s&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;ansprinter;&lt;/SPAN&gt;&lt;BR style="font-family: arial, sans-serif; font-size: 13px;" /&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;class vcenter from headersandfoote&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;rs /&lt;/SPAN&gt;&lt;BR style="font-family: arial, sans-serif; font-size: 13px;" /&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;vjust=center&lt;/SPAN&gt;&lt;BR style="font-family: arial, sans-serif; font-size: 13px;" /&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;cellwidth=1.25i&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;n;&lt;/SPAN&gt;&lt;BR style="font-family: arial, sans-serif; font-size: 13px;" /&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;end;&lt;/SPAN&gt;&lt;BR style="font-family: arial, sans-serif; font-size: 13px;" /&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;quit;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;ods pdf file = "repeat.pdf" style=test; &lt;/SPAN&gt;&lt;BR style="font-family: arial, sans-serif; font-size: 13px;" /&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;proc report data=sashelp.sh&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;oes nowd spanrows; &lt;/SPAN&gt;&lt;BR style="font-family: arial, sans-serif; font-size: 13px;" /&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;column Region Product Subsidiary Stores Sales Inventory Returns; &lt;/SPAN&gt;&lt;BR style="font-family: arial, sans-serif; font-size: 13px;" /&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;define Region / group style=vcenter; &lt;/SPAN&gt;&lt;BR style="font-family: arial, sans-serif; font-size: 13px;" /&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;define Product / group style=vcenter; &lt;/SPAN&gt;&lt;BR style="font-family: arial, sans-serif; font-size: 13px;" /&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;define Subsidiary / group; &lt;/SPAN&gt;&lt;BR style="font-family: arial, sans-serif; font-size: 13px;" /&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;define Stores / group; &lt;/SPAN&gt;&lt;BR style="font-family: arial, sans-serif; font-size: 13px;" /&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;define Sales / group; &lt;/SPAN&gt;&lt;BR style="font-family: arial, sans-serif; font-size: 13px;" /&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;define Inventory / group; &lt;/SPAN&gt;&lt;BR style="font-family: arial, sans-serif; font-size: 13px;" /&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;define Returns / group; &lt;/SPAN&gt;&lt;BR style="font-family: arial, sans-serif; font-size: 13px;" /&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;run; &lt;/SPAN&gt;&lt;BR style="font-family: arial, sans-serif; font-size: 13px;" /&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 13px;"&gt;ods pdf close;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;If, as part of a style I use cellheight=&amp;nbsp; then the vjust=center option doesn't seem to work all the time. Run the code below and notice the problem with Asia/Women's casual. &lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;DIV&gt;proc template;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define style test;&lt;/P&gt;&lt;P&gt;parent=styles.sansprinter;&lt;/P&gt;&lt;P&gt;class vcenter from headersandfooters /&lt;/P&gt;&lt;P&gt;vjust=center&lt;/P&gt;&lt;P&gt;cellwidth=1.25in&lt;/P&gt;&lt;P&gt;cellheight=.15in;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;ods pdf file = "repeat.pdf" style=test; &lt;/P&gt;&lt;P&gt;proc report data=sashelp.shoes nowd spanrows; &lt;/P&gt;&lt;P&gt;column Region Product Subsidiary Stores Sales Inventory Returns; &lt;/P&gt;&lt;P&gt;define Region / group style=vcenter; &lt;/P&gt;&lt;P&gt;define Product / group style=vcenter; &lt;/P&gt;&lt;P&gt;define Subsidiary / group; &lt;/P&gt;&lt;P&gt;define Stores / group; &lt;/P&gt;&lt;P&gt;define Sales / group; &lt;/P&gt;&lt;P&gt;define Inventory / group; &lt;/P&gt;&lt;P&gt;define Returns / group; &lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;/DIV&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;Thanks!&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;-- &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial; font-size: small; background-color: #ffffff;"&gt;Marcus&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 20:50:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117855#M10302</guid>
      <dc:creator>MarcusMaher</dc:creator>
      <dc:date>2013-04-23T20:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF, Proc Report - Spanrows and Row height</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117856#M10303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt; There was a Tech Support note about this &lt;A href="http://support.sas.com/kb/45/549.html" title="http://support.sas.com/kb/45/549.html"&gt;45549 - Wrapped text strings in the first column cause unwanted white space in subsequent rows in PROC REPORT and PROC TABULATE output routed to ODS PDF&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I think this is the same issue that you are running into. There is a simple fix as described in the note.&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 00:53:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117856#M10303</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-04-24T00:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF, Proc Report - Spanrows and Row height</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117857#M10304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am aware of that attempted fix, but in my particular example it does not work as desired (the second example shows how it fails). Look at Asia/Women's casual. Women's casual is no longer centered vertically properly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;define style test;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;parent=styles.sansprinter;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;class vcenter from headersandfooters /&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;vjust=center&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;cellwidth=1.25in&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;cellheight=.15in;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;end;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;quit;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods pdf file = "repeat.pdf" style=test;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc report data=sashelp.shoes nowd spanrows;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;column Region Product Subsidiary Stores Sales Inventory Returns;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;define Region / group style=vcenter;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;define Product / group style=vcenter;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;define Subsidiary / group;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;define Stores / group;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;define Sales / group;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;define Inventory / group;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;define Returns / group;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods pdf close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 01:14:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117857#M10304</guid>
      <dc:creator>MarcusMaher</dc:creator>
      <dc:date>2013-04-24T01:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF, Proc Report - Spanrows and Row height</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117858#M10305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;First, you have the incorrect value for the VJUST attribute -- it is TOP, MIDDLE or BOTTOM (T, M, B) so CENTER is not a valid value (&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/61723/HTML/default/viewer.htm#a002972093.htm" title="http://support.sas.com/documentation/cdl/en/odsug/61723/HTML/default/viewer.htm#a002972093.htm"&gt;SAS(R) 9.2 Output Delivery System: User's Guide&lt;/A&gt;). Next, if the fix in the Tech Support note doesn't work for you, then I would suggest you open a track with Tech Support. Third, I would see whether the change works as a simple style= override first before moving into style template world.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, when I run your code using SAS 9.3 and ODS PDF, without a style template and using only the techniques mentioned in the TS note, I don't see any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #951890;"&gt;&lt;STRONG style=": ; color: #000000; font-family: 'courier new', courier;"&gt;ods pdf file = "c:\temp\vjust_mid.pdf" notoc;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;STRONG style=": ; color: #000000; font-family: 'courier new', courier;"&gt;proc report data=sashelp.shoes nowd spanrows;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;STRONG style=": ; color: #000000; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where region in ('Asia', 'United States') and&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;STRONG style=": ; color: #000000; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (product contains 'Casual' or product contains 'Dress');&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;STRONG style=": ; color: #000000; font-family: 'courier new', courier;"&gt;column Region Product Subsidiary Stores Sales Inventory Returns;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;STRONG style=": ; color: #000000; font-family: 'courier new', courier;"&gt;define Region / group&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;STRONG style=": ; color: #000000; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(header)={vjust=middle}&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;STRONG style=": ; color: #000000; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)={vjust=middle cellheight=.2in};&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;STRONG style=": ; color: #000000; font-family: 'courier new', courier;"&gt;define Product / group&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;STRONG style=": ; color: #000000; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(header)={vjust=middle}&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;STRONG style=": ; color: #000000; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)={vjust=middle cellheight=.2in};&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;STRONG style=": ; color: #000000; font-family: 'courier new', courier;"&gt;define Subsidiary / group&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;STRONG style=": ; color: #000000; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(header)={vjust=middle}&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;STRONG style=": ; color: #000000; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)={vjust=middle cellheight=.2in};&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;STRONG style=": ; color: #000000; font-family: 'courier new', courier;"&gt;define Stores / group;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #2c2cfb;"&gt;&lt;STRONG style=": ; color: #000000; font-family: 'courier new', courier;"&gt;define Sales / group;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;STRONG style=": ; color: #000000; font-family: 'courier new', courier;"&gt;define Inventory / group;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;STRONG style=": ; color: #000000; font-family: 'courier new', courier;"&gt;define Returns / group;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #151490;"&gt;&lt;STRONG style=": ; color: #000000; font-family: 'courier new', courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #2c2cfb;"&gt;&lt;STRONG style=": ; color: #000000; font-family: 'courier new', courier;"&gt;ods pdf close;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 03:48:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117858#M10305</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-04-24T03:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF, Proc Report - Spanrows and Row height</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117859#M10306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This example does work. It's unfortunate that I can't use a style template but at least I should be able to get it to work. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 14:39:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117859#M10306</guid>
      <dc:creator>MarcusMaher</dc:creator>
      <dc:date>2013-04-24T14:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF, Proc Report - Spanrows and Row height</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117860#M10307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upon further review it actually didn't work - I shrank the width of the column down to force wrapping and I still have the same issue. I will submit the problem to technical support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf file = "repeat.pdf" style=test; &lt;/P&gt;&lt;P&gt;proc report data=sashelp.shoes nowd spanrows; &lt;/P&gt;&lt;P&gt;column Region Product Subsidiary Stores Sales Inventory Returns; &lt;/P&gt;&lt;P&gt;define Region / group ; &lt;/P&gt;&lt;P&gt;define Product / group ; &lt;/P&gt;&lt;P&gt;define Subsidiary / group; &lt;/P&gt;&lt;P&gt;define Stores / group; &lt;/P&gt;&lt;P&gt;define Sales / group; &lt;/P&gt;&lt;P&gt;define Inventory / group; &lt;/P&gt;&lt;P&gt;define Returns / group;&lt;/P&gt;&lt;P&gt;compute returns;&lt;/P&gt;&lt;P&gt;&amp;nbsp; call define(1,'style','style={vjust=middle cellwidth=.75in cellheight=.15in}');&lt;/P&gt;&lt;P&gt;&amp;nbsp; call define(2,'style','style={vjust=middle cellwidth=.75in cellheight=.15in}');&lt;/P&gt;&lt;P&gt;endcomp;&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 16:07:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117860#M10307</guid>
      <dc:creator>MarcusMaher</dc:creator>
      <dc:date>2013-04-24T16:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF, Proc Report - Spanrows and Row height</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117861#M10308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For posterity, from technical support:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;You can't control for height AND width- but this should work to prevent the wrapped text. It is considered a workaround to an outstanding issue. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 19:44:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117861#M10308</guid>
      <dc:creator>MarcusMaher</dc:creator>
      <dc:date>2013-04-29T19:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF, Proc Report - Spanrows and Row height</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117862#M10309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has this issue been addressed?&amp;nbsp; I have a similar issue -- row height is massive due to accounting for the width in the height.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a useable solution, or am i better off writing a vba macro to shrink the height of the first x rows?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 15:49:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117862#M10309</guid>
      <dc:creator>bullman</dc:creator>
      <dc:date>2013-12-26T15:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF, Proc Report - Spanrows and Row height</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117863#M10310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; When running a version of the original poster's code in SAS 9.4, I see that you still CANNOT specify both width and height (see #1 report). However, if you only specify cellwidth, then the height autoadjusts in PDF. See the screen shots from running the attached code. Since you did not post any code, it is impossible to comment on what you should do or to even understand what issue you are encountering. I do not find row height to be "massive" when I code cellwidth only (see #2 report). And, when I have 1 observation with a really long value (see #3 row for Alfred) and another observation with a value that is not long (see #3 row for Alice), I do not find the row height to be "massive" for -both- of the rows. The row height is appropriate for all the rows in the table when I control for cellwidth only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you are having specific issues, then I would suggest you open a track with Tech Support, where they can look at ALL of your code and give you specific recommendations based on real code, with real results. Saying your row height is "massive" without providing data or code or results doesn't give people enough information to make constructive comments.&amp;nbsp; Any comments on what you should do to "fix" the problem (in my opinion), will be fairly meaningless, since there is not enough information to understand what the problem really is.&lt;/P&gt;&lt;P&gt;&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;proc sort data=sashelp.shoes out=shoes;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; by region product subsidiary;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; where region in ('Asia', 'Pacific') and&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; product in ('Boot', 'Slipper', "Women's Dress", "Women's Casual");&lt;/STRONG&gt;&lt;BR /&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;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods _all_ close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;options leftmargin=.25in rightmargin=.25in topmargin=.25in bottommargin=.25in orientation=portrait;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf file = "c:\temp\cellwidth_question_1_2.pdf" style=printer; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc report data=shoes nowd spanrows; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title "1) specify both width and height -- see Asia for Women's Dress";&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;column Region Product Subsidiary Stores Sales Inventory Returns; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define Region / group style(header)={background=pink}&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)={background=pink vjust=middle cellwidth=.75in cellheight=.15in}; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define Product / group style(header)={background=yellow}&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)={background=yellow vjust=middle cellwidth=.75in cellheight=.15in}; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define Subsidiary / group; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define Stores / group; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define Sales / group; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define Inventory / group; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define Returns / group;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc report data=shoes nowd spanrows; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title "2) specify width only -- see Asia for Women's Dress";&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;column Region Product Subsidiary Stores Sales Inventory Returns; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define Region / group style(header)={background=pink}&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)={background=pink vjust=middle cellwidth=.75in}; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define Product / group style(header)={background=yellow}&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)={background=yellow vjust=middle cellwidth=.75in}; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define Subsidiary / group style(column)={vjust=m}; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define Stores / group style(column)={vjust=m}; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define Sales / group style(column)={vjust=m}; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define Inventory / group style(column)={vjust=m}; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;define Returns / group style(column)={vjust=m};&lt;/STRONG&gt;&lt;BR /&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 pdf close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;data longtxt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; length longvar $270 &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; shortvar $12 shortvar2 $13 shortvar_nl $25;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; set sashelp.class(obs=2);&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; shortvar = 'aaaaaaaaaaaa';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; shortvar_nl = 'aaaaaa~{newline 1}aaaaaa';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; if _n_ = 1 then do;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; longvar = catx(' ','Twas brillig and the slithy toves.',&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&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;&amp;nbsp; 'Did gyre and gimble in the wabe',&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&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;&amp;nbsp; 'All mimsy were the borogroves',&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&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;&amp;nbsp; 'And the mome raths outgrabe.',&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&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;&amp;nbsp; 'Beware the Jabberwock my son',&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&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;&amp;nbsp; 'The jaws that bite, the claws that snatch.',&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&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;&amp;nbsp; 'Beware the jubjub bird and shun',&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&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;&amp;nbsp; 'the frumious Bandersnatch.');&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; end;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; else if _n_ = 2 then longvar = 'xxxxx';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; longvar2 = longvar;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run; &lt;/STRONG&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods _all_ close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;options leftmargin=.25in rightmargin=.25in topmargin=.25in bottommargin=.25in orientation=landscape;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf file='c:\temp\cellwidth_question_3.pdf' style=printer;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; ods escapechar='~';&lt;/STRONG&gt;&lt;BR /&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; &lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; proc report data=longtxt nowd;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; column name shortvar shortvar_nl longvar longvar2;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; title '3) Really LONG char var wraps based on cellwidth';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define name / display style(column)={just=c};&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define shortvar/ display&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)={cellwidth=.10in};&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define shortvar_nl/display;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define longvar/ display&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)={cellwidth=2in};&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define longvar2/display&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)={cellwidth=4in};&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; run;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods _all_ close;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title; footnote;&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11001iBDA7E4FD42D69781/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="specify_width_height.png" title="specify_width_height.png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11002iF4C248F89CD312A3/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="really_long_char_string_not_massive.png" title="really_long_char_string_not_massive.png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11003iB5FFF7DF871964EC/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="specify_width_only.png" title="specify_width_only.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 17:17:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117863#M10310</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-12-26T17:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF, Proc Report - Spanrows and Row height</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117864#M10311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the in depth response.&amp;nbsp; I was overly vague in my intial question and should have specified that I am outputting to excel via excel XP.&amp;nbsp; As far as I can tell, the title row height does not adjust for how many columns I will have, and thus ends up as wide as would be necessary if the text were wrapped in a standard cell's width.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an snippet of my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods select all;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ods tagsets.excelxp style=styles.slsrep10&lt;/P&gt;&lt;P&gt;&amp;nbsp; OPTIONS ( Sheet_Name = "tabname"&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sheet_Interval = 'proc'&lt;/P&gt;&lt;P&gt;&amp;nbsp; Orientation = 'landscape'&lt;/P&gt;&lt;P&gt;&amp;nbsp; FitToPage = 'yes'&lt;/P&gt;&lt;P&gt;&amp;nbsp; Pages_FitWidth = '1'&lt;/P&gt;&lt;P&gt;&amp;nbsp; Center_Horizontal = 'yes'&lt;/P&gt;&lt;P&gt;&amp;nbsp; Embedded_Titles = 'yes'&lt;/P&gt;&lt;P&gt;&amp;nbsp; Embedded_Footnotes = 'yes'&lt;/P&gt;&lt;P&gt;&amp;nbsp; Autofilter = 'yes'&lt;/P&gt;&lt;P&gt;&amp;nbsp; Frozen_Headers = '7'&lt;/P&gt;&lt;P&gt;&amp;nbsp; Row_Repeat = '1-7'&lt;/P&gt;&lt;P&gt;&amp;nbsp; Absolute_Column_Width = '7,12,12,12,12,12,12,12' );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc report data=datasetname nowd;&lt;/P&gt;&lt;P&gt;&amp;nbsp; TITLE1 font=swiss color=black bcolor=CXFFFFFF "Title XYZ"&lt;/P&gt;&lt;P&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Title2&amp;nbsp; font=swiss color=black bcolor=CXFFFFFF "Really&amp;nbsp; REALLY REALLY REALLY long title"&lt;/P&gt;&lt;P&gt;&amp;nbsp; Title3&amp;nbsp; font=swiss color=black bcolor=CXFFFFFF "Really REALLY REALLY REALLY REALLY long title"&lt;/P&gt;&lt;P&gt;&amp;nbsp; Title4&amp;nbsp; font=swiss color=black bcolor=CXFFFFFF "Really REALLY REALLY REALLY REALLY REALLY long title"&lt;/P&gt;&lt;P&gt;&amp;nbsp; Title5&amp;nbsp; font=swiss color=black bcolor=CXFFFFFF "Really REALLY REALLY REALLY REALLY REALLY REALLY long title"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; column&lt;/P&gt;&lt;P&gt;&amp;nbsp; column_a&lt;/P&gt;&lt;P&gt;&amp;nbsp; column_b&lt;/P&gt;&lt;P&gt;&amp;nbsp; column_c&lt;/P&gt;&lt;P&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; define column_a / display "Column A Name";&lt;/P&gt;&lt;P&gt;&amp;nbsp; define column_b / display "Column A Name";&lt;/P&gt;&lt;P&gt;&amp;nbsp; define column_c / display "Column A Name";&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 21:33:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117864#M10311</guid>
      <dc:creator>bullman</dc:creator>
      <dc:date>2014-01-02T21:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF, Proc Report - Spanrows and Row height</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117865#M10312</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; Yes, mentioning that you were using an *entirely* different destination than the PDF destination which was the subject of the original post would have been helpful. This is just another reason why I recommend against "piggybacking" a new post onto an old post. Most people, me included, think that you have a LOT in common with the original post, (such as the destination) when that was not, in fact, the case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; In addition, are you sure your code runs? Do you get error messages in the log? For one issue, where is your PROC REPORT statement? For a second issue, your COLUMN statement&amp;nbsp; seems wrong to me (I would expect to see column a b c; and not what you show:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;column&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;column a&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;column b&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;column c&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;... and your DEFINE statements don't look correct either:&lt;/P&gt;&lt;P&gt;DEFINE COLUMN A / ...; instead of the usual&amp;nbsp; DEFINE A / "Column A Name";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would expect some error messages in the log from your code. The third issue is that you do not have semicolons at the end of your TITLE statements (only TITLE1) and the 4th issue is that you are using a custom style, but don't show whether the custom style does anything to redefine the TITLE attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Is this your &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;ACTUAL&lt;/STRONG&gt;&lt;/SPAN&gt; code, that &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;really&lt;/STRONG&gt;&lt;/SPAN&gt; runs, without errors? Also, can you clarify your statement about "the title row height does not adjust for how many columns I will have" -- I do not expect the ROW HEIGHT to adjust for the number of columns you have. I expect the WIDTH allocated to the TITLES to expand based on the number of columns you have. So, if you only have 3 columns you will have a "narrower" table for the titles to span than if you have 20 columns or a "wider" table for the titles to span. Can you post a screen shot that shows exactly what the issue is. Without data and without a correct program to run, it is nearly impossible to make a constructive suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; And, I also don't understand why you're even using the SWISS font for your titles. That doesn't make sense to me. SWISS was an old font that folks used to use with SAS/GRAPH, it's just not as nice as Arial or Helvetica...and there's a possibility that folks getting the spreadsheet won't have it.&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, 03 Jan 2014 00:01:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117865#M10312</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-01-03T00:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF, Proc Report - Spanrows and Row height</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117866#M10313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cynthia, you are correct. was coding in a rush. See above edits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally, I have opened a track with IT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 00:21:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117866#M10313</guid>
      <dc:creator>bullman</dc:creator>
      <dc:date>2014-01-03T00:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF, Proc Report - Spanrows and Row height</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117867#M10314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... and the errors in the TITLE statements (no semi-colons)...again, does your code really run??? And does it really produce results? I'd be very interested in seeing what it looks like. For example, you only define 3 columns, but your absolute_column_width suboption is setting sizes for 8 columns.&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 01:45:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Proc-Report-Spanrows-and-Row-height/m-p/117867#M10314</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-01-03T01:45:57Z</dc:date>
    </item>
  </channel>
</rss>

