<?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: ODS PDF and Proc Print in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-and-Proc-Print/m-p/230#M73</link>
    <description>Did you check the ODS PRINTER FAQ at Technical Support,&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/topics/templateFAQ/Template.html" target="_blank"&gt;http://support.sas.com/rnd/base/topics/templateFAQ/Template.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
There are a couple of items in the FAQ that address your question, at least partially.&lt;BR /&gt;
&lt;BR /&gt;
 -- David Kelley, SAS&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: David@SAS at Mar 20, 2006 7:38 PM

&lt;BR /&gt;
Message was edited by: David@SAS at Mar 20, 2006 7:39 PM&lt;BR /&gt;</description>
    <pubDate>Tue, 21 Mar 2006 00:34:55 GMT</pubDate>
    <dc:creator>David_SAS</dc:creator>
    <dc:date>2006-03-21T00:34:55Z</dc:date>
    <item>
      <title>ODS PDF and Proc Print</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-and-Proc-Print/m-p/229#M72</link>
      <description>I use ODS PDF and Proc Print to create reports for emailing to users.  About the first half of the report each data line is split into 2 lines of output.  The second half of the report contains all the data on one output line, with the data elements wrapped in the column.  I would prefer the later style as it would reduce the number of pages in the report.  Any ideas how to force the data to all be on one line consistently?</description>
      <pubDate>Mon, 20 Mar 2006 17:43:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-and-Proc-Print/m-p/229#M72</guid>
      <dc:creator>Brian_Neil</dc:creator>
      <dc:date>2006-03-20T17:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF and Proc Print</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-and-Proc-Print/m-p/230#M73</link>
      <description>Did you check the ODS PRINTER FAQ at Technical Support,&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/topics/templateFAQ/Template.html" target="_blank"&gt;http://support.sas.com/rnd/base/topics/templateFAQ/Template.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
There are a couple of items in the FAQ that address your question, at least partially.&lt;BR /&gt;
&lt;BR /&gt;
 -- David Kelley, SAS&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: David@SAS at Mar 20, 2006 7:38 PM

&lt;BR /&gt;
Message was edited by: David@SAS at Mar 20, 2006 7:39 PM&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Mar 2006 00:34:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-and-Proc-Print/m-p/230#M73</guid>
      <dc:creator>David_SAS</dc:creator>
      <dc:date>2006-03-21T00:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF and Proc Print</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-and-Proc-Print/m-p/231#M74</link>
      <description>You can try using the UNIFORM option on the ODS PDF statement to have all pages print uniformly.</description>
      <pubDate>Tue, 21 Mar 2006 13:22:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-and-Proc-Print/m-p/231#M74</guid>
      <dc:creator>Kathryn_SAS</dc:creator>
      <dc:date>2006-03-21T13:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF and Proc Print</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-and-Proc-Print/m-p/232#M75</link>
      <description>Brian,&lt;BR /&gt;
&lt;BR /&gt;
I would like to see a sample of your output and possibly a code snippet.  Could you write to ods@sas.com with this information?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Tue, 21 Mar 2006 15:04:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-and-Proc-Print/m-p/232#M75</guid>
      <dc:creator>ScottH_SAS</dc:creator>
      <dc:date>2006-03-21T15:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF and Proc Print</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-and-Proc-Print/m-p/233#M76</link>
      <description>Possibly the UNIFORM option could help you, too. It adds some overhead to your step, but tells ODS to check all the columns to set a uniform column width. This may or may not have the desired effect.&lt;BR /&gt;
cynthia&lt;BR /&gt;
&lt;BR /&gt;
ODS PDF file='wombat.pdf' UNIFORM;&lt;BR /&gt;
...code...&lt;BR /&gt;
ODS PDF CLOSE;</description>
      <pubDate>Wed, 05 Apr 2006 17:26:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-and-Proc-Print/m-p/233#M76</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2006-04-05T17:26:55Z</dc:date>
    </item>
  </channel>
</rss>

