<?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 ods escapechar works in SAS Windowing environment but not EG? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-escapechar-works-in-SAS-Windowing-environment-but-not-EG/m-p/644121#M24021</link>
    <description>&lt;P&gt;When I run the following code in the SAS Windowing Environment (9.4 MR6) the footnotes are rendered correctly in the ODS PDF file. But when I run the code in SAS Enterprise Guide, the footnote on the left is rendered but the one on the right is not. Is there a setting in EG that is affecting how the ODS ESCAPECHAR functions? (See the image below the code for what the PDF looks like. You'll see the weird characters that should be "1/2")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file="z:/newfile.pdf";
ods escapechar= '^';
footnote h=8pt f=Arial j=l "%sysfunc(today(), mmddyy10.)"
				 	   j=r "^{THISPAGE} / ^{LASTPAGE}";
proc print data=sashelp.cars;
run;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="footer" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38897i01658B2B9830DAA2/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="footer" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;footer&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Apr 2020 00:40:03 GMT</pubDate>
    <dc:creator>svh</dc:creator>
    <dc:date>2020-04-30T00:40:03Z</dc:date>
    <item>
      <title>ods escapechar works in SAS Windowing environment but not EG?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-escapechar-works-in-SAS-Windowing-environment-but-not-EG/m-p/644121#M24021</link>
      <description>&lt;P&gt;When I run the following code in the SAS Windowing Environment (9.4 MR6) the footnotes are rendered correctly in the ODS PDF file. But when I run the code in SAS Enterprise Guide, the footnote on the left is rendered but the one on the right is not. Is there a setting in EG that is affecting how the ODS ESCAPECHAR functions? (See the image below the code for what the PDF looks like. You'll see the weird characters that should be "1/2")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file="z:/newfile.pdf";
ods escapechar= '^';
footnote h=8pt f=Arial j=l "%sysfunc(today(), mmddyy10.)"
				 	   j=r "^{THISPAGE} / ^{LASTPAGE}";
proc print data=sashelp.cars;
run;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="footer" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38897i01658B2B9830DAA2/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="footer" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;footer&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 00:40:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-escapechar-works-in-SAS-Windowing-environment-but-not-EG/m-p/644121#M24021</guid>
      <dc:creator>svh</dc:creator>
      <dc:date>2020-04-30T00:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: ods escapechar works in SAS Windowing environment but not EG?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-escapechar-works-in-SAS-Windowing-environment-but-not-EG/m-p/652111#M24152</link>
      <description>&lt;P&gt;It ran fine on EG running on a Linux server from a Windows 10 PC&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename out "&amp;amp;path./test.pdf";
ods _all_ close;
ods pdf file=out;
ods escapechar= '^';
footnote h=8pt f=Arial j=l "%sysfunc(today(), mmddyy10.)"
				 	   j=r "^{THISPAGE} / ^{LASTPAGE}";
proc print data=sashelp.cars;
run;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 678px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/40195i0D257F03B4B202DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 May 2020 18:50:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-escapechar-works-in-SAS-Windowing-environment-but-not-EG/m-p/652111#M24152</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-05-31T18:50:25Z</dc:date>
    </item>
  </channel>
</rss>

