<?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: different in proc report between  width statement  and cellwidth statement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/different-in-proc-report-between-width-statement-and-cellwidth/m-p/492563#M129450</link>
    <description>&lt;P&gt;There is a response from &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt; on the same. Please refer to the page below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/Defining-Column-widths-with-Proc-Report-and-ODS/td-p/28280" target="_self"&gt;https://communities.sas.com/t5/ODS-and-Base-Reporting/Defining-Column-widths-with-Proc-Report-and-ODS/td-p/28280&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Sep 2018 08:43:47 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2018-09-05T08:43:47Z</dc:date>
    <item>
      <title>different in proc report between  width statement  and cellwidth statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/different-in-proc-report-between-width-statement-and-cellwidth/m-p/492562#M129449</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;What is the different in proc report between &amp;nbsp;width statement &amp;nbsp;and cellwidth statement?&lt;/P&gt;&lt;P&gt;Are both adjust column width?&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 08:39:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/different-in-proc-report-between-width-statement-and-cellwidth/m-p/492562#M129449</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2018-09-05T08:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: different in proc report between  width statement  and cellwidth statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/different-in-proc-report-between-width-statement-and-cellwidth/m-p/492563#M129450</link>
      <description>&lt;P&gt;There is a response from &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt; on the same. Please refer to the page below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/Defining-Column-widths-with-Proc-Report-and-ODS/td-p/28280" target="_self"&gt;https://communities.sas.com/t5/ODS-and-Base-Reporting/Defining-Column-widths-with-Proc-Report-and-ODS/td-p/28280&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 08:43:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/different-in-proc-report-between-width-statement-and-cellwidth/m-p/492563#M129450</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2018-09-05T08:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: different in proc report between  width statement  and cellwidth statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/different-in-proc-report-between-width-statement-and-cellwidth/m-p/492641#M129492</link>
      <description>&lt;P&gt;'width' is obsolete, it is just suited for LISTING destination . use 'cellwidth' just fine.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 13:01:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/different-in-proc-report-between-width-statement-and-cellwidth/m-p/492641#M129492</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-09-05T13:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: different in proc report between  width statement  and cellwidth statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/different-in-proc-report-between-width-statement-and-cellwidth/m-p/492643#M129493</link>
      <description>&lt;P&gt;Hi: To clarify the use of WIDTH -- There are actually 2 ways to specify WIDTH in PROC REPORT. LISTING destination uses the WIDTH option, not in any special syntax:&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;define varname / display 'label' width=6;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;or you can use a style override for other ODS destinations in which WIDTH and CELLWIDTH are aliases:&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;define varname / display 'label' &lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt; style(column)={width=1.5in color=red};&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;define varname /display 'label' &lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt; style(column)={cellwidth=1.5in color=red};&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt; In the simple LISTING example, WIDTH is the number of characters wide the column needs to be when displayed in a fixed pitch font. In the STYLE override examples, WIDTH= or CELLWIDTH= can be used interchangeably and you specify a number, followed by a unit of measure, pixels, inches, cm or percent.&lt;BR /&gt;&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 13:09:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/different-in-proc-report-between-width-statement-and-cellwidth/m-p/492643#M129493</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-09-05T13:09:54Z</dc:date>
    </item>
  </channel>
</rss>

