<?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 How to set the length of the output of a column from proc report? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-the-length-of-the-output-of-a-column-from-proc-report/m-p/576309#M163101</link>
    <description>&lt;P&gt;How do you set the length of the output of a column from proc report?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;E.g length $100;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2019 18:13:56 GMT</pubDate>
    <dc:creator>DavidPhillips2</dc:creator>
    <dc:date>2019-07-24T18:13:56Z</dc:date>
    <item>
      <title>How to set the length of the output of a column from proc report?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-the-length-of-the-output-of-a-column-from-proc-report/m-p/576309#M163101</link>
      <description>&lt;P&gt;How do you set the length of the output of a column from proc report?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;E.g length $100;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 18:13:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-set-the-length-of-the-output-of-a-column-from-proc-report/m-p/576309#M163101</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2019-07-24T18:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the length of the output of a column from proc report?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-the-length-of-the-output-of-a-column-from-proc-report/m-p/576382#M163136</link>
      <description>&lt;P&gt;define VAR / ... width=100 format=$100.;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 21:21:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-set-the-length-of-the-output-of-a-column-from-proc-report/m-p/576382#M163136</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-07-24T21:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the length of the output of a column from proc report?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-the-length-of-the-output-of-a-column-from-proc-report/m-p/576387#M163140</link>
      <description>&lt;P&gt;In ODS destinations you can try&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;define age / style(column)=[cellwidth=.5in];&lt;/P&gt;
&lt;P&gt;setting a specified width long enough to hold 100 characters of the expected font. I would guess 8in to 10in might get started.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may have issues with ODS PDF or RTF and the papersize setting as the width of the logical paper may not hold 100 characters across if you are trying to prevent line wrapping in a cell, especially if other columns are involved.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 21:40:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-set-the-length-of-the-output-of-a-column-from-proc-report/m-p/576387#M163140</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-07-24T21:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the length of the output of a column from proc report?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-the-length-of-the-output-of-a-column-from-proc-report/m-p/576548#M163207</link>
      <description>&lt;P&gt;&lt;SPAN&gt;define VAR / ... width=40%&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 12:22:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-set-the-length-of-the-output-of-a-column-from-proc-report/m-p/576548#M163207</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-07-25T12:22:36Z</dc:date>
    </item>
  </channel>
</rss>

