<?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: List of macrovariables for IF THEN in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/List-of-macrovariables-for-IF-THEN/m-p/445102#M111498</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The in operator&amp;nbsp; exists for macros but it has to be set with option minoperator :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;option minoperator;

%macro test(macrovariable);

%if &amp;amp;macrovariable in (A B C D E F) %then %do;
%put Hello;
%end;
%else %do;
%put Sorry;
%end;


%mend;

%test(A);
%test(G);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 13 Mar 2018 10:51:11 GMT</pubDate>
    <dc:creator>gamotte</dc:creator>
    <dc:date>2018-03-13T10:51:11Z</dc:date>
    <item>
      <title>List of macrovariables for IF THEN</title>
      <link>https://communities.sas.com/t5/SAS-Programming/List-of-macrovariables-for-IF-THEN/m-p/445100#M111497</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please say what is an equivalent of the following construction (that is not functioning):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%if &amp;amp;macrovariable in (A B C D E F) %then %do;
...
%end;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The syntax "in (A B C D E F)" is not functioning here. What is the correct one?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 10:44:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/List-of-macrovariables-for-IF-THEN/m-p/445100#M111497</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2018-03-13T10:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: List of macrovariables for IF THEN</title>
      <link>https://communities.sas.com/t5/SAS-Programming/List-of-macrovariables-for-IF-THEN/m-p/445102#M111498</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The in operator&amp;nbsp; exists for macros but it has to be set with option minoperator :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;option minoperator;

%macro test(macrovariable);

%if &amp;amp;macrovariable in (A B C D E F) %then %do;
%put Hello;
%end;
%else %do;
%put Sorry;
%end;


%mend;

%test(A);
%test(G);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Mar 2018 10:51:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/List-of-macrovariables-for-IF-THEN/m-p/445102#M111498</guid>
      <dc:creator>gamotte</dc:creator>
      <dc:date>2018-03-13T10:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: List of macrovariables for IF THEN</title>
      <link>https://communities.sas.com/t5/SAS-Programming/List-of-macrovariables-for-IF-THEN/m-p/445104#M111499</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 10:59:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/List-of-macrovariables-for-IF-THEN/m-p/445104#M111499</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2018-03-13T10:59:06Z</dc:date>
    </item>
  </channel>
</rss>

