<?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: Fit several proc outputs into one pdf page before moving to another. in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Fit-several-proc-outputs-into-one-pdf-page-before-moving-to/m-p/556486#M9831</link>
    <description>Thanks for the help!</description>
    <pubDate>Mon, 06 May 2019 16:50:50 GMT</pubDate>
    <dc:creator>HarryB</dc:creator>
    <dc:date>2019-05-06T16:50:50Z</dc:date>
    <item>
      <title>Fit several proc outputs into one pdf page before moving to another.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Fit-several-proc-outputs-into-one-pdf-page-before-moving-to/m-p/556431#M9821</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have multiple proc procedures that produce just a table. I am trying to fit as many proc outputs as it can fit into one page instead of one table per page, just to save&amp;nbsp;trees!&amp;nbsp;could you please help me with that?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;My code structure is following.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt;"&gt;pdf&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt;"&gt;file&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt;"&gt; =” “ startpage=No;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; color: navy; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt;"&gt;Proc 1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; color: navy; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt;"&gt;title 1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; color: navy; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt;"&gt;Proc 2&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; color: navy; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt;"&gt;title 2&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; color: navy; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt;"&gt;Proc 3&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; color: navy; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt;"&gt;title 3&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; color: navy; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt;"&gt;Proc 4&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; color: navy; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt;"&gt;title 4&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; color: navy; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; color: navy; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="background: white; color: navy; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt;"&gt;pdf&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt;"&gt;close&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code partially achieves what I wanted to do; however, only one title (title 1) prints on one page, instead title for each table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29230iC88CE1745407D672/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 14:25:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Fit-several-proc-outputs-into-one-pdf-page-before-moving-to/m-p/556431#M9821</guid>
      <dc:creator>HarryB</dc:creator>
      <dc:date>2019-05-06T14:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Fit several proc outputs into one pdf page before moving to another.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Fit-several-proc-outputs-into-one-pdf-page-before-moving-to/m-p/556453#M9824</link>
      <description>&lt;P&gt;Each of the ODS destinations treats Title statements a bit differently. In the case of PDF it behaves as you have seen. You can work around this by using something like ODS TEXT instead of titles.&lt;/P&gt;
&lt;P&gt;Or move to ODS RTF where there is an option BODYTITLE to place titles into the body of the document and not just the default header position.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 15:03:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Fit-several-proc-outputs-into-one-pdf-page-before-moving-to/m-p/556453#M9824</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-05-06T15:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Fit several proc outputs into one pdf page before moving to another.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Fit-several-proc-outputs-into-one-pdf-page-before-moving-to/m-p/556486#M9831</link>
      <description>Thanks for the help!</description>
      <pubDate>Mon, 06 May 2019 16:50:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Fit-several-proc-outputs-into-one-pdf-page-before-moving-to/m-p/556486#M9831</guid>
      <dc:creator>HarryB</dc:creator>
      <dc:date>2019-05-06T16:50:50Z</dc:date>
    </item>
  </channel>
</rss>

