<?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: proc report column width with ods pdf in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-column-width-with-ods-pdf/m-p/47249#M6146</link>
    <description>The WIDTH option only controls the width of columns in monospace (listing, Report Window) output. To control the width of a column in PDF output (and HTML and RTF output), use the STYLE option and specify a value for the WIDTH style attribute.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/proc/59565/HTML/default/a002473627.htm#a003072087" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/59565/HTML/default/a002473627.htm#a003072087&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/proc/59565/HTML/default/a000146851.htm#a000531789" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/59565/HTML/default/a000146851.htm#a000531789&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/59523/HTML/default/a002972093.htm#a002592786" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/odsug/59523/HTML/default/a002972093.htm#a002592786&lt;/A&gt;</description>
    <pubDate>Thu, 18 Sep 2008 12:25:39 GMT</pubDate>
    <dc:creator>Tim_SAS</dc:creator>
    <dc:date>2008-09-18T12:25:39Z</dc:date>
    <item>
      <title>proc report column width with ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-column-width-with-ods-pdf/m-p/47248#M6145</link>
      <description>I am trying to create a PDF using a pretty simple proc report statement. My issue is that while I can change the width of the columns on the proc report viewer, the width of the columns never changes on the resulting PDF. That is, I always end up with skinny columns in my PDF file no matter what I set the column widths to.&lt;BR /&gt;
&lt;BR /&gt;
I assume that it is something to do with ODS - is there something I should be including in my ODS PDF statement?&lt;BR /&gt;
&lt;BR /&gt;
My code:&lt;BR /&gt;
&lt;BR /&gt;
ods pdf file="P:\delete_me.pdf" notoc;&lt;BR /&gt;
&lt;BR /&gt;
proc report data=rollup headline headskip nowindows;&lt;BR /&gt;
title 'HMR Report';&lt;BR /&gt;
&lt;BR /&gt;
column name ('HMR for Mammogram' mam_pct mam_denom) &lt;BR /&gt;
			('HMR for Pap Test' pap_pct pap_denom);&lt;BR /&gt;
define name / order 'Clinician Name';&lt;BR /&gt;
define mam_pct / display 'Remind Order Placed at Visit (%)' width=20 format=percent10.1;&lt;BR /&gt;
define mam_denom / display 'n' width=20;&lt;BR /&gt;
define pap_pct / display 'Remind Order Placed at Visit (%)' format=percent10.1;&lt;BR /&gt;
define pap_denom / display 'n';&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
ods pdf close;</description>
      <pubDate>Wed, 17 Sep 2008 23:24:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-column-width-with-ods-pdf/m-p/47248#M6145</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-09-17T23:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: proc report column width with ods pdf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-column-width-with-ods-pdf/m-p/47249#M6146</link>
      <description>The WIDTH option only controls the width of columns in monospace (listing, Report Window) output. To control the width of a column in PDF output (and HTML and RTF output), use the STYLE option and specify a value for the WIDTH style attribute.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/proc/59565/HTML/default/a002473627.htm#a003072087" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/59565/HTML/default/a002473627.htm#a003072087&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/proc/59565/HTML/default/a000146851.htm#a000531789" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/59565/HTML/default/a000146851.htm#a000531789&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/59523/HTML/default/a002972093.htm#a002592786" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/odsug/59523/HTML/default/a002972093.htm#a002592786&lt;/A&gt;</description>
      <pubDate>Thu, 18 Sep 2008 12:25:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-column-width-with-ods-pdf/m-p/47249#M6146</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2008-09-18T12:25:39Z</dc:date>
    </item>
  </channel>
</rss>

