<?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: How to increase a column width using proc report in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-increase-a-column-width-using-proc-report/m-p/331950#M74674</link>
    <description>&lt;P&gt;Are you sure the data in table is not truncated ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; style(column)={cellspacing=.20pt just=left &lt;STRONG&gt;cellwidth&lt;/STRONG&gt;=12cm} &lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 12 Feb 2017 12:35:15 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2017-02-12T12:35:15Z</dc:date>
    <item>
      <title>How to increase a column width using proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-increase-a-column-width-using-proc-report/m-p/331775#M74607</link>
      <description>&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With my code I am getting the output with truncated last value. In the last value the parenthesis is missing. I tried several times didnot get fixed. Please suggest. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;output getting:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Subjects with at Least One&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;07 ( 05.0)&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;04 ( 02.7)&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;08 ( 68.2)&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;06 ( 62.9)&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;02 ( 60.5)&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;030 ( 02.2&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc report data=one center headskip nowd missing split='|'&lt;BR /&gt;style(report)={outputwidth=100% cellpadding=3 rules=groups frame=above}&lt;BR /&gt;style(header)={font_weight=bold fontsize=10pt fontstyle=ROMAN}&lt;BR /&gt;style(lines)={cellpadding=3 fontsize=3pt};&lt;/P&gt;&lt;P&gt;column aebodsys aedecod aetext cnt_pct6 cnt_pct1 cnt_pct2 cnt_pct3 cnt_pct4 cnt_pct5;&lt;BR /&gt;define aebodsys/group noprint;&lt;BR /&gt;define aedecod/group noprint;&lt;BR /&gt;define aetext/"System Organ Class|&lt;BR /&gt;Preferred Term, n (%)&lt;BR /&gt;" style(column)={asis=on cellspacing=.25pt just=left width=10%} style(HEADER)={JUST=l} flow;&lt;BR /&gt;&lt;BR /&gt;define cnt_pct6/ "Placebo|N=&amp;amp;e" style(column)={cellspacing=.20pt just=left width=6%} style(HEADER)={JUST=l} flow;&lt;BR /&gt;define cnt_pct1/ "07.5 mg|N=&amp;amp;a" style(column)={cellspacing=.20pt just=left width=6%} style(HEADER)={JUST=l} flow;&lt;BR /&gt;define cnt_pct2/ "05 mg|N=&amp;amp;b" style(column)={cellspacing=.20pt just=left width=6%} style(HEADER)={JUST=l} flow;&lt;BR /&gt;define cnt_pct3/ "050 mg|N=&amp;amp;c" style(column)={cellspacing=.20pt just=left width=6%} style(HEADER)={JUST=l} flow;&lt;BR /&gt;define cnt_pct4/ "000 mg|N=&amp;amp;d" style(column)={cellspacing=.20pt just=left width=6%} style(HEADER)={JUST=l} flow ;&lt;BR /&gt;define cnt_pct5/"Combined|OOO-000|N=&amp;amp;f" style(column)={cellspacing=.20pt just=left width=12%} style(HEADER)={JUST=l} flow;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 03:44:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-increase-a-column-width-using-proc-report/m-p/331775#M74607</guid>
      <dc:creator>knveraraju91</dc:creator>
      <dc:date>2017-02-11T03:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase a column width using proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-increase-a-column-width-using-proc-report/m-p/331853#M74647</link>
      <description>&lt;P&gt;Please supply a sample of your data one as a datasetep so we can recreate the issue.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 19:31:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-increase-a-column-width-using-proc-report/m-p/331853#M74647</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-02-11T19:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase a column width using proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-increase-a-column-width-using-proc-report/m-p/331950#M74674</link>
      <description>&lt;P&gt;Are you sure the data in table is not truncated ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; style(column)={cellspacing=.20pt just=left &lt;STRONG&gt;cellwidth&lt;/STRONG&gt;=12cm} &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2017 12:35:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-increase-a-column-width-using-proc-report/m-p/331950#M74674</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-02-12T12:35:15Z</dc:date>
    </item>
  </channel>
</rss>

