<?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 Footnote : the macro variable is not resolved in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Footnote-the-macro-variable-is-not-resolved/m-p/809704#M319310</link>
    <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I create the document with&amp;nbsp;odsout obj();&lt;/P&gt;
&lt;P&gt;In my footnote I have :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;        footnote6 J=left font =Arial  HEIGHT=7pt  '^{style[leftmargin=.6in bottommargin=0.5in]FASV_&amp;amp;Code._v2022042501}'; 
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The macro variable&amp;nbsp;&amp;amp;Code. is resolved in the document, but in foot note I have this :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASdevAnneMarie_0-1650896828188.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/70838i89B127B08C38FD45/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASdevAnneMarie_0-1650896828188.png" alt="SASdevAnneMarie_0-1650896828188.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How to appear the macrovariable in footnote ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2022 14:28:33 GMT</pubDate>
    <dc:creator>SASdevAnneMarie</dc:creator>
    <dc:date>2022-04-25T14:28:33Z</dc:date>
    <item>
      <title>Footnote : the macro variable is not resolved</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Footnote-the-macro-variable-is-not-resolved/m-p/809704#M319310</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I create the document with&amp;nbsp;odsout obj();&lt;/P&gt;
&lt;P&gt;In my footnote I have :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;        footnote6 J=left font =Arial  HEIGHT=7pt  '^{style[leftmargin=.6in bottommargin=0.5in]FASV_&amp;amp;Code._v2022042501}'; 
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The macro variable&amp;nbsp;&amp;amp;Code. is resolved in the document, but in foot note I have this :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASdevAnneMarie_0-1650896828188.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/70838i89B127B08C38FD45/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASdevAnneMarie_0-1650896828188.png" alt="SASdevAnneMarie_0-1650896828188.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How to appear the macrovariable in footnote ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 14:28:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Footnote-the-macro-variable-is-not-resolved/m-p/809704#M319310</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2022-04-25T14:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote : the macro variable is not resolved</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Footnote-the-macro-variable-is-not-resolved/m-p/809708#M319312</link>
      <description>&lt;P&gt;Use code that actually attempts to resolve the macro variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The macro processor ignores the text inside of strings that are bounded on the outside by single quotes.&lt;/P&gt;
&lt;P&gt;If you want the macro processor to process the footnote text then use double quote characters instead.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;footnote6 J=left font =Arial  HEIGHT=7pt  "^{style[leftmargin=.6in bottommargin=0.5in]FASV_&amp;amp;Code._v2022042501}"; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Apr 2022 14:34:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Footnote-the-macro-variable-is-not-resolved/m-p/809708#M319312</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-04-25T14:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote : the macro variable is not resolved</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Footnote-the-macro-variable-is-not-resolved/m-p/809715#M319315</link>
      <description>Thank you, Tom !&lt;BR /&gt;&lt;BR /&gt;That works !</description>
      <pubDate>Mon, 25 Apr 2022 14:55:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Footnote-the-macro-variable-is-not-resolved/m-p/809715#M319315</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2022-04-25T14:55:27Z</dc:date>
    </item>
  </channel>
</rss>

