<?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 Wrapping long row headers in tabulate in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Wrapping-long-row-headers-in-tabulate/m-p/179809#M45877</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm tabulating something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class catvar1 catvar2;&lt;/P&gt;&lt;P&gt;var contvar;&lt;/P&gt;&lt;P&gt;label contvar "A very very very very long label";&lt;/P&gt;&lt;P&gt;table mean*contvar*catvar1,catvar2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I get the long label to wrap? I'm currently outputing to ODS RTF, where it doesn't wrap. I know that I can output to ODS markup tagset=excelXP and open the sheet up in Excel (where the labels will wrap). However, I have a lot of tables, and would prefer to go (almost) straight from SAS to a Word (or RTF) file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2014 05:38:29 GMT</pubDate>
    <dc:creator>BruceBrad</dc:creator>
    <dc:date>2014-10-10T05:38:29Z</dc:date>
    <item>
      <title>Wrapping long row headers in tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Wrapping-long-row-headers-in-tabulate/m-p/179809#M45877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm tabulating something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class catvar1 catvar2;&lt;/P&gt;&lt;P&gt;var contvar;&lt;/P&gt;&lt;P&gt;label contvar "A very very very very long label";&lt;/P&gt;&lt;P&gt;table mean*contvar*catvar1,catvar2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I get the long label to wrap? I'm currently outputing to ODS RTF, where it doesn't wrap. I know that I can output to ODS markup tagset=excelXP and open the sheet up in Excel (where the labels will wrap). However, I have a lot of tables, and would prefer to go (almost) straight from SAS to a Word (or RTF) file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 05:38:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Wrapping-long-row-headers-in-tabulate/m-p/179809#M45877</guid>
      <dc:creator>BruceBrad</dc:creator>
      <dc:date>2014-10-10T05:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Wrapping long row headers in tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Wrapping-long-row-headers-in-tabulate/m-p/179810#M45878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a go at using &lt;A href="http://support.sas.com/documentation/cdl/en/odsug/67325/HTML/default/viewer.htm#p11xia2ltavr8ln17srq8vn4rnqc.htm"&gt;inline formatting&lt;/A&gt;, see example below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: Consolas; font-size: 11pt;"&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;escapechar&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;"~"&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;tabulate&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=sashelp.cars;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; origin type;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; type, origin&lt;BR /&gt;&amp;nbsp; ;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;label&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; type = &lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;"Type of the cars~{NEWLINE}as specified by~{NEWLINE}the car manufacturer"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; origin = &lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;"Origin of the cars~{NEWLINE}where most parts are~{NEWLINE}made and assembled"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp; ;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 12:11:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Wrapping-long-row-headers-in-tabulate/m-p/179810#M45878</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2014-10-10T12:11:16Z</dc:date>
    </item>
  </channel>
</rss>

