<?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 PROC MEANS PDF with long variable labels alignment/pagination problem in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-MEANS-PDF-with-long-variable-labels-alignment-pagination/m-p/528195#M22205</link>
    <description>&lt;P&gt;When I run PROC MEANS and send the output to PDF, the default is a column for variable label that is narrow and often wraps to two lines to fit the whole thing. That would be OK, but none of the other columns skip a line to keep up with the label. So after any label wraps, the&amp;nbsp; associated statistics (the ones you'd normally&amp;nbsp;read left to right across a row) are actually from other variables--nothing lines up. How can I get the other columns to automatically stay aligned with the intended variable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;var1&amp;nbsp; this is a long label that continues&amp;nbsp;123.5&lt;/P&gt;&lt;P&gt;var2 on the next line&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 238.4&lt;/P&gt;&lt;P&gt;var3&amp;nbsp;this is actually&amp;nbsp;var2's label&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 437.2&lt;/P&gt;&lt;P&gt;var4 this is actually var3's label&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123.9&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jan 2019 22:49:46 GMT</pubDate>
    <dc:creator>garret</dc:creator>
    <dc:date>2019-01-17T22:49:46Z</dc:date>
    <item>
      <title>PROC MEANS PDF with long variable labels alignment/pagination problem</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-MEANS-PDF-with-long-variable-labels-alignment-pagination/m-p/528195#M22205</link>
      <description>&lt;P&gt;When I run PROC MEANS and send the output to PDF, the default is a column for variable label that is narrow and often wraps to two lines to fit the whole thing. That would be OK, but none of the other columns skip a line to keep up with the label. So after any label wraps, the&amp;nbsp; associated statistics (the ones you'd normally&amp;nbsp;read left to right across a row) are actually from other variables--nothing lines up. How can I get the other columns to automatically stay aligned with the intended variable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;var1&amp;nbsp; this is a long label that continues&amp;nbsp;123.5&lt;/P&gt;&lt;P&gt;var2 on the next line&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 238.4&lt;/P&gt;&lt;P&gt;var3&amp;nbsp;this is actually&amp;nbsp;var2's label&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 437.2&lt;/P&gt;&lt;P&gt;var4 this is actually var3's label&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123.9&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 22:49:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-MEANS-PDF-with-long-variable-labels-alignment-pagination/m-p/528195#M22205</guid>
      <dc:creator>garret</dc:creator>
      <dc:date>2019-01-17T22:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MEANS PDF with long variable labels alignment/pagination problem</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-MEANS-PDF-with-long-variable-labels-alignment-pagination/m-p/528197#M22206</link>
      <description>Change the page orientation to be landscape instead of portrait?</description>
      <pubDate>Thu, 17 Jan 2019 22:53:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-MEANS-PDF-with-long-variable-labels-alignment-pagination/m-p/528197#M22206</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-17T22:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MEANS PDF with long variable labels alignment/pagination problem</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-MEANS-PDF-with-long-variable-labels-alignment-pagination/m-p/528207#M22207</link>
      <description>&lt;P&gt;Or send the output to a data set and use Proc Print where you have more display controls than Proc Means.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 23:29:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-MEANS-PDF-with-long-variable-labels-alignment-pagination/m-p/528207#M22207</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-01-17T23:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MEANS PDF with long variable labels alignment/pagination problem</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-MEANS-PDF-with-long-variable-labels-alignment-pagination/m-p/528396#M22211</link>
      <description>Any details on how one might do that?</description>
      <pubDate>Fri, 18 Jan 2019 17:39:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-MEANS-PDF-with-long-variable-labels-alignment-pagination/m-p/528396#M22211</guid>
      <dc:creator>garret</dc:creator>
      <dc:date>2019-01-18T17:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MEANS PDF with long variable labels alignment/pagination problem</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-MEANS-PDF-with-long-variable-labels-alignment-pagination/m-p/528407#M22212</link>
      <description>&lt;A href="https://blogs.sas.com/content/sgf/2015/07/17/customizing-output-from-proc-means/" target="_blank"&gt;https://blogs.sas.com/content/sgf/2015/07/17/customizing-output-from-proc-means/&lt;/A&gt;</description>
      <pubDate>Fri, 18 Jan 2019 18:09:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-MEANS-PDF-with-long-variable-labels-alignment-pagination/m-p/528407#M22212</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-18T18:09:26Z</dc:date>
    </item>
  </channel>
</rss>

