<?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: Quotation marks (in footnote) inside macros disable macros in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Quotation-marks-in-footnote-inside-macros-disable-macros/m-p/438961#M109489</link>
    <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 21 Feb 2018 15:38:15 GMT</pubDate>
    <dc:creator>DmytroYermak</dc:creator>
    <dc:date>2018-02-21T15:38:15Z</dc:date>
    <item>
      <title>Quotation marks (in footnote) inside macros disable macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Quotation-marks-in-footnote-inside-macros-disable-macros/m-p/438894#M109465</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help with the Note that disable work of a macros. It is the first note inside the log:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro test;&lt;BR /&gt;...
304  footnote1 %str(N = number of subjects in the safety analysis set.);
305  footnote2 %bquote(n' represents the number of subjects with a result at the visit for the particular parameter.);
                        ----------------------------------------------------------------------------------------------
                        49
NOTE 49-169: The meaning of an identifier after a quoted string might change in a future SAS release.  Inserting white space between a
             quoted string and the succeeding identifier is recommended.
306  footnote3 %str(Percentages are based on the number of subjects with non-missing data at the time point.);
...&lt;BR /&gt;%mend;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 10:08:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Quotation-marks-in-footnote-inside-macros-disable-macros/m-p/438894#M109465</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2018-02-21T10:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Quotation marks (in footnote) inside macros disable macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Quotation-marks-in-footnote-inside-macros-disable-macros/m-p/438902#M109467</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you need to put your text into quotes&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro test;
footnote1 %nrstr('N = number of subjects in the safety analysis set');
footnote2 %nrstr('n'' represents the number of subjects with a result at the visit for the particular parameter');
footnote3 %nrstr('Percentages are based on the number of subjects with non-missing data at the time point');
%mend;
%test;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Please note that you currently do not need any macro quoting function for displaying the text in the example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 10:55:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Quotation-marks-in-footnote-inside-macros-disable-macros/m-p/438902#M109467</guid>
      <dc:creator>Oligolas</dc:creator>
      <dc:date>2018-02-21T10:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Quotation marks (in footnote) inside macros disable macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Quotation-marks-in-footnote-inside-macros-disable-macros/m-p/438961#M109489</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 15:38:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Quotation-marks-in-footnote-inside-macros-disable-macros/m-p/438961#M109489</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2018-02-21T15:38:15Z</dc:date>
    </item>
  </channel>
</rss>

