<?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: macro not resolve in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/macro-not-resolve/m-p/923735#M363651</link>
    <description>&lt;P&gt;The SAS compiler will interpret the &amp;amp; in &amp;amp;Harrry as a macro token unless you instruct the compile to just treat it as a string.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options symbolgen mlogic mprint ;
%let x = %nrstr(Tom&amp;amp;Harry);
%put &amp;amp;x;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or even this way&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options symbolgen mlogic mprint ;
%let x = Tom%nrstr(&amp;amp;)Harry;
%put &amp;amp;x;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Apr 2024 06:47:32 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2024-04-10T06:47:32Z</dc:date>
    <item>
      <title>macro not resolve</title>
      <link>https://communities.sas.com/t5/SAS-Programming/macro-not-resolve/m-p/923718#M363650</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options symbolgen mlogic mprint ;
%let x = Tom&amp;amp;Harry;
%put  &amp;amp;x;
 Above macro not resolve how get correct the code &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Apr 2024 06:20:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/macro-not-resolve/m-p/923718#M363650</guid>
      <dc:creator>pavank</dc:creator>
      <dc:date>2024-04-10T06:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: macro not resolve</title>
      <link>https://communities.sas.com/t5/SAS-Programming/macro-not-resolve/m-p/923735#M363651</link>
      <description>&lt;P&gt;The SAS compiler will interpret the &amp;amp; in &amp;amp;Harrry as a macro token unless you instruct the compile to just treat it as a string.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options symbolgen mlogic mprint ;
%let x = %nrstr(Tom&amp;amp;Harry);
%put &amp;amp;x;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or even this way&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options symbolgen mlogic mprint ;
%let x = Tom%nrstr(&amp;amp;)Harry;
%put &amp;amp;x;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 06:47:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/macro-not-resolve/m-p/923735#M363651</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-04-10T06:47:32Z</dc:date>
    </item>
  </channel>
</rss>

