<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - sarathannapareddy</title>
<link>http://snipplr.com/users/sarathannapareddy/tags/system</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 11:58:54 GMT</pubDate>
<item>
<title>(SAS) Macro IN Operator</title>
<link>http://snipplr.com/view/18372/macro-in-operator/</link>
<description><![CDATA[ <p>Have you ever come across a situation where you have to write a macro program where a macro variable has more than one value? Writing a macro program in this case involves so many different conditions and to connect each condition you generally use OR operator as below… 

%macro test; 
%if &amp;dsn=ae or %if &amp;dsn=ds or %if &amp;dsn=co or %if &amp;dsn=cm %then %do; 
Some---SAS—Statements; 
%end; 
%test;</p> ]]></description>
<pubDate>Sun, 16 Aug 2009 14:52:53 GMT</pubDate>
<guid>http://snipplr.com/view/18372/macro-in-operator/</guid>
</item>
</channel>
</rss>