<?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: Proc Report split='*' in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Report-split/m-p/68008#M19463</link>
    <description>Hi:&lt;BR /&gt;
  Remember that FLOW is a LISTING only option. To insert line feeds or line breaks with ODS RTF, PDF and HTML destinations, you would either:&lt;BR /&gt;
1) use the CELLWIDTH= style attribute to make the cell smaller (will NOT work for LISTING)&lt;BR /&gt;
2) use ODS ESCAPECHAR to insert the line feed ESCAPECHAR string (will NOT work for LISTING)&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Fri, 28 Aug 2009 19:17:32 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2009-08-28T19:17:32Z</dc:date>
    <item>
      <title>Proc Report split='*'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Report-split/m-p/68006#M19461</link>
      <description>I know that in Proc report you can use a split character to break the text in a long column title but how do you accomplish this for the text withing the report?</description>
      <pubDate>Fri, 28 Aug 2009 18:48:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Report-split/m-p/68006#M19461</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-08-28T18:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report split='*'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Report-split/m-p/68007#M19462</link>
      <description>Does this help?&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
data test;&lt;BR /&gt;
   a = 'This*text*is*split';&lt;BR /&gt;
   run;&lt;BR /&gt;
proc report split='*' list nowd;&lt;BR /&gt;
   column a;&lt;BR /&gt;
   define a / flow;&lt;BR /&gt;
   run;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Fri, 28 Aug 2009 19:10:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Report-split/m-p/68007#M19462</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2009-08-28T19:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report split='*'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Report-split/m-p/68008#M19463</link>
      <description>Hi:&lt;BR /&gt;
  Remember that FLOW is a LISTING only option. To insert line feeds or line breaks with ODS RTF, PDF and HTML destinations, you would either:&lt;BR /&gt;
1) use the CELLWIDTH= style attribute to make the cell smaller (will NOT work for LISTING)&lt;BR /&gt;
2) use ODS ESCAPECHAR to insert the line feed ESCAPECHAR string (will NOT work for LISTING)&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 28 Aug 2009 19:17:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Report-split/m-p/68008#M19463</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-08-28T19:17:32Z</dc:date>
    </item>
  </channel>
</rss>

