<?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 Tabulate using ODS to PDF in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Tabulate-using-ODS-to-PDF/m-p/1343#M621</link>
    <description>The style attribute that affects the (Continued) text is called AFTERCAPTION.  You can modify it with the following PROC TEMPLATE code:&lt;BR /&gt;
&lt;BR /&gt;
proc template;&lt;BR /&gt;
 define style styles.test;&lt;BR /&gt;
 parent=styles.printer;&lt;BR /&gt;
  style aftercaption from container /&lt;BR /&gt;
   font_size=6pt;&lt;BR /&gt;
 end;&lt;BR /&gt;
run;</description>
    <pubDate>Tue, 29 Aug 2006 12:09:43 GMT</pubDate>
    <dc:creator>Kathryn_SAS</dc:creator>
    <dc:date>2006-08-29T12:09:43Z</dc:date>
    <item>
      <title>Proc Tabulate using ODS to PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Tabulate-using-ODS-to-PDF/m-p/1340#M618</link>
      <description>I'm creating a large table into a PDF file which will use more than 1 page. At the bottom of every page (except the last one) there is the text '(continued)' printed. &lt;BR /&gt;
How can I change the font and size of this text.&lt;BR /&gt;
I can't find the style element to change the attributes using PROC TEMPLATE.&lt;BR /&gt;
&lt;BR /&gt;
Who can help me ??</description>
      <pubDate>Tue, 29 Aug 2006 10:19:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Tabulate-using-ODS-to-PDF/m-p/1340#M618</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-08-29T10:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Tabulate using ODS to PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Tabulate-using-ODS-to-PDF/m-p/1341#M619</link>
      <description>see sample&lt;BR /&gt;
&lt;A href="http://support.sas.com/faq/035/FAQ03559.html" target="_blank"&gt;http://support.sas.com/faq/035/FAQ03559.html&lt;/A&gt;</description>
      <pubDate>Tue, 29 Aug 2006 11:52:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Tabulate-using-ODS-to-PDF/m-p/1341#M619</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-08-29T11:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Tabulate using ODS to PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Tabulate-using-ODS-to-PDF/m-p/1342#M620</link>
      <description>sorry, the link got trimmed,&lt;BR /&gt;
try&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/faq/035/FAQ03559.html" target="_blank"&gt;http://support.sas.com/faq/035/FAQ03559.html&lt;/A&gt;.</description>
      <pubDate>Tue, 29 Aug 2006 11:54:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Tabulate-using-ODS-to-PDF/m-p/1342#M620</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-08-29T11:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Tabulate using ODS to PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Tabulate-using-ODS-to-PDF/m-p/1343#M621</link>
      <description>The style attribute that affects the (Continued) text is called AFTERCAPTION.  You can modify it with the following PROC TEMPLATE code:&lt;BR /&gt;
&lt;BR /&gt;
proc template;&lt;BR /&gt;
 define style styles.test;&lt;BR /&gt;
 parent=styles.printer;&lt;BR /&gt;
  style aftercaption from container /&lt;BR /&gt;
   font_size=6pt;&lt;BR /&gt;
 end;&lt;BR /&gt;
run;</description>
      <pubDate>Tue, 29 Aug 2006 12:09:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Tabulate-using-ODS-to-PDF/m-p/1343#M621</guid>
      <dc:creator>Kathryn_SAS</dc:creator>
      <dc:date>2006-08-29T12:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Tabulate using ODS to PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Tabulate-using-ODS-to-PDF/m-p/1344#M622</link>
      <description>...and then you must use the new style to see the effect:&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods pdf file='wombat.pdf' style=test;&lt;BR /&gt;
&lt;BR /&gt;
...your tabulate code...&lt;BR /&gt;
ods pdf close;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 29 Aug 2006 13:25:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Tabulate-using-ODS-to-PDF/m-p/1344#M622</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2006-08-29T13:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Tabulate using ODS to PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Tabulate-using-ODS-to-PDF/m-p/1345#M623</link>
      <description>Thanks, that solved my problem !!</description>
      <pubDate>Thu, 31 Aug 2006 07:42:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Tabulate-using-ODS-to-PDF/m-p/1345#M623</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-08-31T07:42:52Z</dc:date>
    </item>
  </channel>
</rss>

