<?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: Sas ods footnote : left margin in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Sas-ods-footnote-left-margin/m-p/802998#M316182</link>
    <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; You either have to do the style override as an ODS ESCAPECHAR type of override or as a style template override. Depending on the destination, the ODS ESCAPECHAR type of override may or may not work. Also, depending on the destination, the style template may or may not work. Both approaches seem to work with PDF.&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;
&lt;P&gt;ODS ESCAPECHAR:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1647800418555.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69591iAEE280B267827347/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1647800418555.png" alt="Cynthia_sas_0-1647800418555.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;STYLE TEMPLATE (did not show ODS ESCAPECHAR just to show style template behavior by itself):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_1-1647800475602.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69592i5B1876200E997EC1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_1-1647800475602.png" alt="Cynthia_sas_1-1647800475602.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 20 Mar 2022 18:21:30 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2022-03-20T18:21:30Z</dc:date>
    <item>
      <title>Sas ods footnote : left margin</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sas-ods-footnote-left-margin/m-p/802920#M316128</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know how to indicate the left margin for the footnote ?&lt;/P&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="SASdevAnneMarie_0-1647708262346.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69582iCF5FB60E416774A7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASdevAnneMarie_0-1647708262346.png" alt="SASdevAnneMarie_0-1647708262346.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2022 16:45:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sas-ods-footnote-left-margin/m-p/802920#M316128</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2022-03-19T16:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sas ods footnote : left margin</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sas-ods-footnote-left-margin/m-p/802959#M316155</link>
      <description>Hi:&lt;BR /&gt;  It depends to a certain extent on your ODS destination. Your screen shot looks like RTF or PDF, but could also be a black and white HTML report. Typically, for "paged" destinations, like RTF and PDF the margins of the document (set with the SAS system options) are used for the margins of the title and footnote (so if you have a leftmargin value of 1 in, and you left justify your footnote or title, then the title or footnote text will start at the left margin of 1in). For HTML based destinations, there's not really a margin on an HTML page because the output is meant to be displayed on a browser screen.&lt;BR /&gt;  What code have you tried and what ODS destination are you usng? If you are using RTF or PDF, what are your system option settings for the margins. Are you centering the footnote or left justifying the footnote? It's hard to provide constructive suggestions with only a tiny screen shot for reference.&lt;BR /&gt;Cynthia</description>
      <pubDate>Sun, 20 Mar 2022 00:25:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sas-ods-footnote-left-margin/m-p/802959#M316155</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2022-03-20T00:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sas ods footnote : left margin</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sas-ods-footnote-left-margin/m-p/802969#M316162</link>
      <description>&lt;P&gt;Thank you for the help, Cynthia.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My code is :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;OPTION NODATE NONUMBER;
		OPTIONS PAPERSIZE=A4;
		options orientation=portrait;
		OPTIONS TOPMARGIN=.001 in BOTTOMMARGIN=.001 in LEFTMARGIN=.001 in RIGHTMARGIN=.001 in;
		ODS NORESULTS;
		ODS PDF FILE = "&amp;amp;Publipostage.\&amp;amp;Code..pdf" dpi=1800;
		ODS ESCAPECHAR = "^";

        footnote1 J=left font =Arial HEIGHT=8 pt  "XXXX"; 
        footnote2 J=left font =Arial HEIGHT=8 pt  "XXXX"; 
	

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 20 Mar 2022 10:22:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sas-ods-footnote-left-margin/m-p/802969#M316162</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2022-03-20T10:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sas ods footnote : left margin</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sas-ods-footnote-left-margin/m-p/802983#M316169</link>
      <description>&lt;P&gt;Hi: That's a very, very tiny left margin. So, by default, your footnote is going to be place nearly at the left side of the page. You could try indent= or leftmargin= as style overrides on your footnote statement, but the easiest thing to do would be to change your system option value for the left margin.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 14:55:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sas-ods-footnote-left-margin/m-p/802983#M316169</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2022-03-20T14:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sas ods footnote : left margin</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sas-ods-footnote-left-margin/m-p/802984#M316170</link>
      <description>Thank you Cynthia,&lt;BR /&gt;&lt;BR /&gt;How to indicate the leftmargin in style overrides please? When I do this : footnote1 J=left leftmargin=2cm font =Arial HEIGHT=8 pt   "XXX", the world leftmargin=2cm is printed on the file.&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Mar 2022 15:25:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sas-ods-footnote-left-margin/m-p/802984#M316170</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2022-03-20T15:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sas ods footnote : left margin</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sas-ods-footnote-left-margin/m-p/802998#M316182</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; You either have to do the style override as an ODS ESCAPECHAR type of override or as a style template override. Depending on the destination, the ODS ESCAPECHAR type of override may or may not work. Also, depending on the destination, the style template may or may not work. Both approaches seem to work with PDF.&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;
&lt;P&gt;ODS ESCAPECHAR:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1647800418555.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69591iAEE280B267827347/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1647800418555.png" alt="Cynthia_sas_0-1647800418555.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;STYLE TEMPLATE (did not show ODS ESCAPECHAR just to show style template behavior by itself):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_1-1647800475602.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69592i5B1876200E997EC1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_1-1647800475602.png" alt="Cynthia_sas_1-1647800475602.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 18:21:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sas-ods-footnote-left-margin/m-p/802998#M316182</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2022-03-20T18:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sas ods footnote : left margin</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sas-ods-footnote-left-margin/m-p/803006#M316187</link>
      <description>Thank you very much, Cynthia!&lt;BR /&gt;&lt;BR /&gt;That works !</description>
      <pubDate>Sun, 20 Mar 2022 20:13:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sas-ods-footnote-left-margin/m-p/803006#M316187</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2022-03-20T20:13:02Z</dc:date>
    </item>
  </channel>
</rss>

