<?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 : How can i display column name in 90 degree angle by using proc report? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-How-can-i-display-column-name-in-90-degree-angle-by/m-p/337317#M18056</link>
    <description>&lt;P&gt;The only way I can think of is to use the SPLIT= option and then insert the split character into the column headers.&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=sashelp.class nowd split='*';
  column name age height;
	define name / order 'N*a*m*e';
	define age / 'A*g*e' format=3.;
	define height / 'H*e*i*g*h*t' format=8.2 ;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 02 Mar 2017 12:14:31 GMT</pubDate>
    <dc:creator>MichaelLarsen</dc:creator>
    <dc:date>2017-03-02T12:14:31Z</dc:date>
    <item>
      <title>Proc report : How can i display column name in 90 degree angle by using proc report?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-How-can-i-display-column-name-in-90-degree-angle-by/m-p/337166#M18055</link>
      <description />
      <pubDate>Wed, 01 Mar 2017 22:32:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-How-can-i-display-column-name-in-90-degree-angle-by/m-p/337166#M18055</guid>
      <dc:creator>dhrums28</dc:creator>
      <dc:date>2017-03-01T22:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report : How can i display column name in 90 degree angle by using proc report?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-How-can-i-display-column-name-in-90-degree-angle-by/m-p/337317#M18056</link>
      <description>&lt;P&gt;The only way I can think of is to use the SPLIT= option and then insert the split character into the column headers.&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=sashelp.class nowd split='*';
  column name age height;
	define name / order 'N*a*m*e';
	define age / 'A*g*e' format=3.;
	define height / 'H*e*i*g*h*t' format=8.2 ;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Mar 2017 12:14:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-How-can-i-display-column-name-in-90-degree-angle-by/m-p/337317#M18056</guid>
      <dc:creator>MichaelLarsen</dc:creator>
      <dc:date>2017-03-02T12:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report : How can i display column name in 90 degree angle by using proc report?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-How-can-i-display-column-name-in-90-degree-angle-by/m-p/337407#M18057</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Using SPLIT with PROC REPORT will work. PROC PRINT has an option that does the equivalent automatically, without using SPLIT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; However, the challenge with this approach is that for vision-impaired people who use a screen reader, putting a line feed between every character in a header causes the header to be read incorrectly. So you have to be very sure of your audience and whether they need assistive technology before you use this approach.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Some destinations will support rotation for output like Excel: &lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/msoffice2k/#rotate" target="_blank"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/msoffice2k/#rotate&lt;/A&gt;&amp;nbsp;showing rotated headers for MSOFFICE2K_X. and the new ODS EXCEL supports rotate with TAGATTR, as shown here: &lt;A href="https://support.sas.com/rnd/base/ods/odsmarkup/TipSheet_ods_xl_xp.pdf" target="_blank"&gt;https://support.sas.com/rnd/base/ods/odsmarkup/TipSheet_ods_xl_xp.pdf&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cynthia&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 15:29:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-How-can-i-display-column-name-in-90-degree-angle-by/m-p/337407#M18057</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-03-02T15:29:55Z</dc:date>
    </item>
  </channel>
</rss>

