<?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 Several datasets into one rtf/pdf document in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Several-datasets-into-one-rtf-pdf-document/m-p/448930#M20721</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have several datasets but would like to print it in one rtf/pdf document. How can it be worked in practice? Particular dataset should be particular page in the document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not allowed to unite the datasets in one. What are the options of proc report? Or how can it be implemented in a macros?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Than you!&lt;/P&gt;</description>
    <pubDate>Tue, 27 Mar 2018 11:21:59 GMT</pubDate>
    <dc:creator>DmytroYermak</dc:creator>
    <dc:date>2018-03-27T11:21:59Z</dc:date>
    <item>
      <title>Several datasets into one rtf/pdf document</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Several-datasets-into-one-rtf-pdf-document/m-p/448930#M20721</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have several datasets but would like to print it in one rtf/pdf document. How can it be worked in practice? Particular dataset should be particular page in the document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not allowed to unite the datasets in one. What are the options of proc report? Or how can it be implemented in a macros?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Than you!&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 11:21:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Several-datasets-into-one-rtf-pdf-document/m-p/448930#M20721</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2018-03-27T11:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Several datasets into one rtf/pdf document</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Several-datasets-into-one-rtf-pdf-document/m-p/448961#M20723</link>
      <description>&lt;P&gt;Untested code, should create one pdf with the data of both datasets. Each proc starts printing on a new page.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file="....";

proc print data=sashelp.class;
run;

proc print data=sashelp.cars;
run;

ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Mar 2018 13:08:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Several-datasets-into-one-rtf-pdf-document/m-p/448961#M20723</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2018-03-27T13:08:40Z</dc:date>
    </item>
  </channel>
</rss>

