<?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: ODS PDF_proc report column header getting sorted in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-proc-report-column-header-getting-sorted/m-p/327660#M17792</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sorry, this is not the correct answer. &amp;nbsp;From the data you presented the output is as&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt;&amp;nbsp;has given. &amp;nbsp;I don't see anyway to have dataset labels appearing in the data, unless they are data. &amp;nbsp;Also, chaning the font should not make any difference to the layout of the data. &amp;nbsp;The only time I have seen a zoom make any difference to an outpu is the lines are sometimes not rendered until zoomed in. &amp;nbsp;I was advise that you contact SAS support and get this resolved as it could be anything from a bad SAS setup through to your program, and the information provided here doesn't give the output you describe.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jan 2017 09:31:45 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2017-01-26T09:31:45Z</dc:date>
    <item>
      <title>ODS PDF_proc report column header getting sorted</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-proc-report-column-header-getting-sorted/m-p/327104#M17782</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table with below data.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;month&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;X&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Y&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Z&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Jan2014&lt;/TD&gt;&lt;TD&gt;$3,492.57&lt;/TD&gt;&lt;TD&gt;$7,185.22&lt;/TD&gt;&lt;TD&gt;$2,026.43&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Feb2014&lt;/TD&gt;&lt;TD&gt;$2,816.10&lt;/TD&gt;&lt;TD&gt;$14,700.26&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Mar2014&lt;/TD&gt;&lt;TD&gt;$2,904.22&lt;/TD&gt;&lt;TD&gt;$11,052.74&lt;/TD&gt;&lt;TD&gt;$1,722.06&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Apr2014&lt;/TD&gt;&lt;TD&gt;$2,662.51&lt;/TD&gt;&lt;TD&gt;$13,353.37&lt;/TD&gt;&lt;TD&gt;$2,437.22&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;May2014&lt;/TD&gt;&lt;TD&gt;$3,615.86&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;$1,061.01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Jun2014&lt;/TD&gt;&lt;TD&gt;$3,178.15&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;$2,461.64&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;am using this code to print data to PDf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;pdf&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;startpage&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=now;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;pdf&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;text&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"^S={just=C font_weight=bold font_size=15pt font_face=arial} Monthly Rates by Segment"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;report&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=rates_all_Segment_1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;columns&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;month&lt;/P&gt;&lt;P&gt;X&lt;/P&gt;&lt;P&gt;Y&lt;/P&gt;&lt;P&gt;Z&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; month / order=data &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;display&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; X / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;display&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&amp;nbsp;Y / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;display&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&amp;nbsp;Z / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;display&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;output:&lt;/FONT&gt;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Jan2014&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;$3,492.57&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;$7,185.22&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;$2,026.43&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Feb2014&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;$2,816.10&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;########&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Mar2014&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;$2,904.22&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;########&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;$1,722.06&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Apr2014&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;$2,662.51&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;########&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;$2,437.22&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;May2014&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;$3,615.86&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;$1,061.01&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Jun2014&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;$3,178.15&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;$2,461.64&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;month&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;X&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Y&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Z&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;for some reason my header are getting sorted too. Need help on this.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Thanks&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 16:39:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-proc-report-column-header-getting-sorted/m-p/327104#M17782</guid>
      <dc:creator>sivakoya</dc:creator>
      <dc:date>2017-01-24T16:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF_proc report column header getting sorted</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-proc-report-column-header-getting-sorted/m-p/327109#M17783</link>
      <description>&lt;P&gt;Provide some example input data and the desired output. Since you don't show any headers it's a bit difficult to see what you mean.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 16:51:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-proc-report-column-header-getting-sorted/m-p/327109#M17783</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-01-24T16:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF_proc report column header getting sorted</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-proc-report-column-header-getting-sorted/m-p/327110#M17784</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;input data:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Month&amp;nbsp; X&amp;nbsp;&amp;nbsp; Y&amp;nbsp;&amp;nbsp; Z&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Jan14&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;Feb14&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;Mar14&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Desired Output:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Month&amp;nbsp; X&amp;nbsp;&amp;nbsp; Y&amp;nbsp;&amp;nbsp; Z&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Jan14&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;Feb14&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;Mar14&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;im getting this though&lt;/P&gt;&lt;P&gt;&lt;U&gt;&amp;nbsp;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Jan14&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;Feb14&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;Mar14&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&lt;U&gt;Month&amp;nbsp; X&amp;nbsp;&amp;nbsp; Y&amp;nbsp;&amp;nbsp; Z&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 16:54:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-proc-report-column-header-getting-sorted/m-p/327110#M17784</guid>
      <dc:creator>sivakoya</dc:creator>
      <dc:date>2017-01-24T16:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF_proc report column header getting sorted</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-proc-report-column-header-getting-sorted/m-p/327119#M17785</link>
      <description>&lt;P&gt;Provide test data&amp;nbsp;&lt;STRONG&gt;in the form of a datastep&lt;/STRONG&gt;. &amp;nbsp;We cannot see what your working with. &amp;nbsp;It looks to me like your headers are rows, not column headers at all, maybe you imported a text file and read in the first row (header row) as well. &amp;nbsp;If you don't know how to make a datastep of your data follow this:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 17:40:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-proc-report-column-header-getting-sorted/m-p/327119#M17785</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-01-24T17:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF_proc report column header getting sorted</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-proc-report-column-header-getting-sorted/m-p/327130#M17786</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/45151"&gt;@RW9&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; have;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;input&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; month_end &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;date7.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; x y;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;format&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; month_end &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;monyy5.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;datalines&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;30sep16 1 100&lt;/P&gt;&lt;P&gt;31oct16 1 50&lt;/P&gt;&lt;P&gt;30nov16 1 25&lt;/P&gt;&lt;P&gt;30dec16 1 10&lt;/P&gt;&lt;P&gt;30sep16 2 100&lt;/P&gt;&lt;P&gt;31oct16 2 0&lt;/P&gt;&lt;P&gt;30sep16 3 0&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;My dataset looks like this. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;when I se proc report and output this to PDF, column names are sorting along with rows and getting printed at bottom.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Font sise I was using was 15pts and the report is going to next page.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;I have tried rerunning the report with fontsize 10pts, now it works fine. Column names are printing at the top.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Thanks&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 18:24:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-proc-report-column-header-getting-sorted/m-p/327130#M17786</guid>
      <dc:creator>sivakoya</dc:creator>
      <dc:date>2017-01-24T18:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF_proc report column header getting sorted</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-proc-report-column-header-getting-sorted/m-p/327144#M17787</link>
      <description>&lt;P&gt;HI:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; When I use your posted data and almost the same version of the posted program I do not observe the same results. See the PDF and HTML output in the screen shot below.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/6874iBFDF8E2BEC6D7A90/image-size/original?v=1.0&amp;amp;px=-1" alt="test_headers.png" title="test_headers.png" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I am not sure how/why you are getting column headers at the bottom of the table except that the only time I've see that happen is when someone has all character variables and they accidentally read the first row in a comma separated file as data instead of using the FIRSTOBS=2 option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; But, you posted a program to make your data and I don't see what you are describing. You might want to look at the dataset with a PROC PRINT and see whether PROC PRINT displays the same type of row for the last row of data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Perhaps someone else has other suggestions. I'm stumped.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cynthia&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 18:53:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-proc-report-column-header-getting-sorted/m-p/327144#M17787</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-01-24T18:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF_proc report column header getting sorted</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-proc-report-column-header-getting-sorted/m-p/327147#M17788</link>
      <description>&lt;P&gt;Post the results of :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc contents data=&lt;FONT face="Courier New"&gt;rates_all_Segment_1;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;run;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;If you find that all of your variables are character that's the likely culprit.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;Or use the instructions at &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; to create datastep code to duplicate the rates_all_segment_1 data set.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;BTW your example data does not match the code provided with differently named date variable and missing the variable z. &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 19:02:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-proc-report-column-header-getting-sorted/m-p/327147#M17788</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-01-24T19:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF_proc report column header getting sorted</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-proc-report-column-header-getting-sorted/m-p/327594#M17790</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;thanks for your explanation. I have double checked my dataset and it is not all character variable set and I am not importing any file. For some reason I run the same code by decreasing the PDF font it perfects prints the data. If I increase the font variable names get sorted and gets printed at the end of the PDF page. Maybe&amp;nbsp;I am doing someting wrong, I am not sure. &amp;nbsp;Right now my problem is solved. If I ever see that problem again I will take screenshots and post it here.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 00:23:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-proc-report-column-header-getting-sorted/m-p/327594#M17790</guid>
      <dc:creator>sivakoya</dc:creator>
      <dc:date>2017-01-26T00:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF_proc report column header getting sorted</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-proc-report-column-header-getting-sorted/m-p/327660#M17792</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sorry, this is not the correct answer. &amp;nbsp;From the data you presented the output is as&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt;&amp;nbsp;has given. &amp;nbsp;I don't see anyway to have dataset labels appearing in the data, unless they are data. &amp;nbsp;Also, chaning the font should not make any difference to the layout of the data. &amp;nbsp;The only time I have seen a zoom make any difference to an outpu is the lines are sometimes not rendered until zoomed in. &amp;nbsp;I was advise that you contact SAS support and get this resolved as it could be anything from a bad SAS setup through to your program, and the information provided here doesn't give the output you describe.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 09:31:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-proc-report-column-header-getting-sorted/m-p/327660#M17792</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-01-26T09:31:45Z</dc:date>
    </item>
  </channel>
</rss>

