<?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: Splitting heading in proc report in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Splitting-heading-in-proc-report/m-p/330704#M74251</link>
    <description>&lt;P&gt;Thank you for the detailed explanation &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks everyone for your answers. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Feb 2017 03:40:52 GMT</pubDate>
    <dc:creator>PoojaP1</dc:creator>
    <dc:date>2017-02-08T03:40:52Z</dc:date>
    <item>
      <title>Splitting heading in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Splitting-heading-in-proc-report/m-p/330019#M73938</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me with the below question I came across :-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Q. How can you create output with headings that break as shown below (Using PROC REPORT)&amp;nbsp;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;style of&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Average&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Maximum&lt;/P&gt;&lt;P&gt;house&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bedrooms&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Baths&lt;/P&gt;&lt;P&gt;CONDO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.75&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; 2.5&lt;/P&gt;&lt;P&gt;RANCH&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;SPLIT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suppose, we have to use the SPLIT= option here in column headings in DEFINE statements. But, I found the solution which says - 'These headings split this way be default'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone please explain ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2017 08:57:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Splitting-heading-in-proc-report/m-p/330019#M73938</guid>
      <dc:creator>PoojaP1</dc:creator>
      <dc:date>2017-02-05T08:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting heading in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Splitting-heading-in-proc-report/m-p/330022#M73939</link>
      <description>&lt;P&gt;Have you tried to produce the report yourself? Automatic splitting depends on the output format. Using the listing format, eight chars is default width for a column.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2017 12:15:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Splitting-heading-in-proc-report/m-p/330022#M73939</guid>
      <dc:creator>error_prone</dc:creator>
      <dc:date>2017-02-05T12:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting heading in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Splitting-heading-in-proc-report/m-p/330028#M73943</link>
      <description>&lt;P&gt;Yes, I did try this code for myself, and I saw no splitting. But, the solution being shown says that the splitting is default as per the length of the particular numeric/character field.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2017 15:12:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Splitting-heading-in-proc-report/m-p/330028#M73943</guid>
      <dc:creator>PoojaP1</dc:creator>
      <dc:date>2017-02-05T15:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting heading in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Splitting-heading-in-proc-report/m-p/330183#M74006</link>
      <description>&lt;P&gt;If you use ODS to create the report then try using&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;STRONG&gt;ODS escapechar =&amp;nbsp;&lt;/STRONG&gt; option.&lt;/P&gt;
&lt;P&gt;I know it works with titles anf footnotes.&lt;/P&gt;
&lt;P&gt;Try using it with proc report heading.&lt;/P&gt;
&lt;P&gt;remark - I have no experience with it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;usage as:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods escapechar = '~';
footnote ' long text ~n more text';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 Feb 2017 14:07:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Splitting-heading-in-proc-report/m-p/330183#M74006</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-02-06T14:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting heading in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Splitting-heading-in-proc-report/m-p/330218#M74013</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; In the LISTING window, the wrapping of the header text occurs at the column width. You can see in the comparison of the LISTING window that there is a difference between HTML output (the default) and LISTING output. So, when asked a question like this, it is always important to clarify - -what destination is the output being sent to. LISTING is no longer the default destination, HTML is the default, since SAS 9.2. So if you want to be explicit and control where the headers break, no matter what destination, then use the SPLIT= option in either PROC PRINT or PROC REPORT. Otherwise, if you only want LISTING, then rely on the defaults. I prefer the method of explicitly using SPLIT= because then there is no doubt about what is controlling the header lines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cynthia&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/7114iFC8661ABE5E9489B/image-size/original?v=1.0&amp;amp;px=-1" alt="compare_listing_other.png" title="compare_listing_other.png" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 15:42:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Splitting-heading-in-proc-report/m-p/330218#M74013</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-02-06T15:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting heading in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Splitting-heading-in-proc-report/m-p/330704#M74251</link>
      <description>&lt;P&gt;Thank you for the detailed explanation &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks everyone for your answers. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 03:40:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Splitting-heading-in-proc-report/m-p/330704#M74251</guid>
      <dc:creator>PoojaP1</dc:creator>
      <dc:date>2017-02-08T03:40:52Z</dc:date>
    </item>
  </channel>
</rss>

