<?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 Some macro function works only after reboot of SAS in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Some-macro-function-works-only-after-reboot-of-SAS/m-p/357895#M8575</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some of the macro function like %compress , %eval , are malfunctioning.&lt;/P&gt;
&lt;P&gt;But after reboot of SAS server it got fixed automatically.Can you please let me know the reason behind this issue.&lt;/P&gt;
&lt;P&gt;I'm Using: SAS 9.3&lt;/P&gt;
&lt;P&gt;In the below scenario %eval function works differently .&lt;/P&gt;
&lt;P&gt;Below is the log :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SYMBOLGEN:&amp;nbsp; Macro variable PGM_TYPE resolves to qc&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SYMBOLGEN:&amp;nbsp; Macro variable VALID_WH resolves to elig med rx qc export checks prv care onewagexport&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;MLOGIC(RUN):&amp;nbsp; %IF condition %eval(&amp;amp;pgm_type in &amp;amp;valid_wh.) = 0 is TRUE&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable PGM_TYPE resolves to qc&lt;/P&gt;
&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable VALID_WH resolves to elig med rx qc export checks prv care onewagexport&lt;/P&gt;
&lt;P&gt;MLOGIC(RUN):&amp;nbsp; %IF condition %eval(&amp;amp;pgm_type in &amp;amp;valid_wh.) = 0 is FALSE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Kayalvizhi&lt;/P&gt;</description>
    <pubDate>Thu, 11 May 2017 13:59:49 GMT</pubDate>
    <dc:creator>Kayalvizhi</dc:creator>
    <dc:date>2017-05-11T13:59:49Z</dc:date>
    <item>
      <title>Some macro function works only after reboot of SAS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Some-macro-function-works-only-after-reboot-of-SAS/m-p/357895#M8575</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some of the macro function like %compress , %eval , are malfunctioning.&lt;/P&gt;
&lt;P&gt;But after reboot of SAS server it got fixed automatically.Can you please let me know the reason behind this issue.&lt;/P&gt;
&lt;P&gt;I'm Using: SAS 9.3&lt;/P&gt;
&lt;P&gt;In the below scenario %eval function works differently .&lt;/P&gt;
&lt;P&gt;Below is the log :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SYMBOLGEN:&amp;nbsp; Macro variable PGM_TYPE resolves to qc&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SYMBOLGEN:&amp;nbsp; Macro variable VALID_WH resolves to elig med rx qc export checks prv care onewagexport&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;MLOGIC(RUN):&amp;nbsp; %IF condition %eval(&amp;amp;pgm_type in &amp;amp;valid_wh.) = 0 is TRUE&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable PGM_TYPE resolves to qc&lt;/P&gt;
&lt;P&gt;SYMBOLGEN:&amp;nbsp; Macro variable VALID_WH resolves to elig med rx qc export checks prv care onewagexport&lt;/P&gt;
&lt;P&gt;MLOGIC(RUN):&amp;nbsp; %IF condition %eval(&amp;amp;pgm_type in &amp;amp;valid_wh.) = 0 is FALSE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Kayalvizhi&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 13:59:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Some-macro-function-works-only-after-reboot-of-SAS/m-p/357895#M8575</guid>
      <dc:creator>Kayalvizhi</dc:creator>
      <dc:date>2017-05-11T13:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Some macro function works only after reboot of SAS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Some-macro-function-works-only-after-reboot-of-SAS/m-p/357903#M8576</link>
      <description>&lt;P&gt;The IN operator in macro language can be tricky (obviously?).&amp;nbsp; One possibility in the case you describe ... there will be a default value for the MINDELIMITER option.&amp;nbsp; If it's a blank, that would work when you restart&amp;nbsp;your code since you have blanks between the items in your list.&amp;nbsp; But if your earlier code re-set the MINDELIMITER to some other character, the logic would no longer find a match.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 14:07:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Some-macro-function-works-only-after-reboot-of-SAS/m-p/357903#M8576</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-05-11T14:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Some macro function works only after reboot of SAS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Some-macro-function-works-only-after-reboot-of-SAS/m-p/358161#M8584</link>
      <description />
      <pubDate>Fri, 12 May 2017 06:56:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Some-macro-function-works-only-after-reboot-of-SAS/m-p/358161#M8584</guid>
      <dc:creator>Kayalvizhi</dc:creator>
      <dc:date>2017-05-12T06:56:12Z</dc:date>
    </item>
  </channel>
</rss>

