<?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: Complete program path with a template style in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Complete-program-path-with-a-template-style/m-p/911008#M26466</link>
    <description>&lt;P&gt;Try the below which uses a slash prior to the slash or colon in the path and see if this generates the desired output..&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc template;&lt;BR /&gt;define style styles.test;&lt;BR /&gt;parent=styles.rtf;&lt;BR /&gt;class SystemFooter "overlines first footnote" /&lt;BR /&gt;font =Fonts('FooterFont')&lt;BR /&gt;protectspecialchars=off&lt;BR /&gt;pretext='\brdrt\brdrs\brdrw1 ' ;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods rtf file="c:\output\temp.rtf" style=styles.test;&lt;/P&gt;
&lt;P&gt;proc print data=sashelp.class;&lt;BR /&gt;footnote "this is a test c\:\\temp\\temp.rtf";&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;ods rtf close;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jan 2024 15:21:29 GMT</pubDate>
    <dc:creator>Chevell_sas</dc:creator>
    <dc:date>2024-01-09T15:21:29Z</dc:date>
    <item>
      <title>Complete program path with a template style</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Complete-program-path-with-a-template-style/m-p/910937#M26465</link>
      <description>&lt;P&gt;I have an rtf template, with the following code:&lt;/P&gt;&lt;P&gt;class SystemFooter "overlines first footnote" /&lt;BR /&gt;font =Fonts('FooterFont')&lt;BR /&gt;protectspecialchars=off&lt;BR /&gt;pretext='\brdrt\brdrs\brdrw1 ' ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The idea is to produce a solid line at the bottom of the page without the need for an extra footnote statement. This does work. However, I need to put a complete program path in the footnote area (with slashes and colons), and they disappear because of the "protectspecialchars" statement. Are there any workarounds for this? I can get the program name only to appear by using a %scan function on the PROGRAMPATH macro variable, but that is a less desirable solution.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 22:27:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Complete-program-path-with-a-template-style/m-p/910937#M26465</guid>
      <dc:creator>_Hopper</dc:creator>
      <dc:date>2024-01-08T22:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Complete program path with a template style</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Complete-program-path-with-a-template-style/m-p/911008#M26466</link>
      <description>&lt;P&gt;Try the below which uses a slash prior to the slash or colon in the path and see if this generates the desired output..&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc template;&lt;BR /&gt;define style styles.test;&lt;BR /&gt;parent=styles.rtf;&lt;BR /&gt;class SystemFooter "overlines first footnote" /&lt;BR /&gt;font =Fonts('FooterFont')&lt;BR /&gt;protectspecialchars=off&lt;BR /&gt;pretext='\brdrt\brdrs\brdrw1 ' ;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods rtf file="c:\output\temp.rtf" style=styles.test;&lt;/P&gt;
&lt;P&gt;proc print data=sashelp.class;&lt;BR /&gt;footnote "this is a test c\:\\temp\\temp.rtf";&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;ods rtf close;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 15:21:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Complete-program-path-with-a-template-style/m-p/911008#M26466</guid>
      <dc:creator>Chevell_sas</dc:creator>
      <dc:date>2024-01-09T15:21:29Z</dc:date>
    </item>
  </channel>
</rss>

