<?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 How can I solve the log error? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-can-I-solve-the-log-error/m-p/887718#M39395</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;DATA name_&amp;amp;AAMM..nom;
 SET input;&lt;BR /&gt;where var=1;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hi, this code above does not work. I suspect the problem is with the &amp;amp; somewhere. Can you help?&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2023 14:50:20 GMT</pubDate>
    <dc:creator>ari2495</dc:creator>
    <dc:date>2023-08-03T14:50:20Z</dc:date>
    <item>
      <title>How can I solve the log error?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-can-I-solve-the-log-error/m-p/887718#M39395</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;DATA name_&amp;amp;AAMM..nom;
 SET input;&lt;BR /&gt;where var=1;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hi, this code above does not work. I suspect the problem is with the &amp;amp; somewhere. Can you help?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 14:50:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-can-I-solve-the-log-error/m-p/887718#M39395</guid>
      <dc:creator>ari2495</dc:creator>
      <dc:date>2023-08-03T14:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I solve the log error?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-can-I-solve-the-log-error/m-p/887725#M39396</link>
      <description>&lt;P&gt;Saying "it does not work" is not enough information to help.&amp;nbsp; Do you get error messages in the log?&amp;nbsp; Can you post the full log from running this step?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &amp;amp; indicates that there is a macro variable named AAMM which is expected to exist.&amp;nbsp; So to understand this code, you would need to know the value of that macro variable, and how the value is assigned.&amp;nbsp; If you turn on the system option SYMBOLGEN:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options symbolgen ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;before running the step, the log will show the value the macro variable, which will help in debugging.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 15:02:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-can-I-solve-the-log-error/m-p/887725#M39396</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2023-08-03T15:02:13Z</dc:date>
    </item>
  </channel>
</rss>

