<?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 How do I insert line breaks in ROW labels in ods pdf? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-insert-line-breaks-in-ROW-labels-in-ods-pdf/m-p/33493#M4875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to improve readability by controlling where ods pdf breaks long ROW labels. I already know how to handle COLUMN labels, by using the SPLIT command in PROC TEMPLATE. I am using SAS 9.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the relevant bits of my ods code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf file="c:\tmp\2010_D22.pdf";&lt;/P&gt;&lt;P&gt;data_null;set de22uccs;&lt;/P&gt;&lt;P&gt;[title lines]&lt;/P&gt;&lt;P&gt;format ucause $de22_pr.;&lt;/P&gt;&lt;P&gt;file print ods=(template="mytable");&lt;/P&gt;&lt;P&gt;put _ods_;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format statement $de22_pr contains long lines like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;'12'='N00-N07, N17-N19, N25-N27. NEPHRITIS, NEPH. SYNDROME, NEPHROSIS'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: #0000ff; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;I tried using the SPLIT command (SPLIT='*') and inserting a * into this line. The * simply appeared in my output.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;I tried using &amp;lt;BR&amp;gt; (from ods html) but it doesn't work in ods pdf.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;Any ideas would be appreaciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;David&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Oct 2011 14:47:33 GMT</pubDate>
    <dc:creator>doakley</dc:creator>
    <dc:date>2011-10-24T14:47:33Z</dc:date>
    <item>
      <title>How do I insert line breaks in ROW labels in ods pdf?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-insert-line-breaks-in-ROW-labels-in-ods-pdf/m-p/33493#M4875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to improve readability by controlling where ods pdf breaks long ROW labels. I already know how to handle COLUMN labels, by using the SPLIT command in PROC TEMPLATE. I am using SAS 9.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the relevant bits of my ods code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf file="c:\tmp\2010_D22.pdf";&lt;/P&gt;&lt;P&gt;data_null;set de22uccs;&lt;/P&gt;&lt;P&gt;[title lines]&lt;/P&gt;&lt;P&gt;format ucause $de22_pr.;&lt;/P&gt;&lt;P&gt;file print ods=(template="mytable");&lt;/P&gt;&lt;P&gt;put _ods_;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format statement $de22_pr contains long lines like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;'12'='N00-N07, N17-N19, N25-N27. NEPHRITIS, NEPH. SYNDROME, NEPHROSIS'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: #0000ff; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;I tried using the SPLIT command (SPLIT='*') and inserting a * into this line. The * simply appeared in my output.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;I tried using &amp;lt;BR&amp;gt; (from ods html) but it doesn't work in ods pdf.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;Any ideas would be appreaciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;David&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 14:47:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-insert-line-breaks-in-ROW-labels-in-ods-pdf/m-p/33493#M4875</guid>
      <dc:creator>doakley</dc:creator>
      <dc:date>2011-10-24T14:47:33Z</dc:date>
    </item>
    <item>
      <title>How do I insert line breaks in ROW labels in ods pdf?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-insert-line-breaks-in-ROW-labels-in-ods-pdf/m-p/33494#M4876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the &lt;STRONG&gt;NEWLINE&lt;/STRONG&gt; inline function. If the ODS escapechar is ^ then it would be coded as ^{NEWLINE}. See &lt;A href="http://support.sas.com/documentation/cdl/en/odsug/61723/HTML/default/viewer.htm#a002233270.htm"&gt;http://support.sas.com/documentation/cdl/en/odsug/61723/HTML/default/viewer.htm#a002233270.htm&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 18:04:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-insert-line-breaks-in-ROW-labels-in-ods-pdf/m-p/33494#M4876</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2011-10-24T18:04:33Z</dc:date>
    </item>
  </channel>
</rss>

