<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/sas/tags/of</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 01:04:20 GMT</pubDate>
<item>
<title>(SAS) How to create a macro variable containing a list of variables in a DATA set - sarathannapareddy</title>
<link>http://snipplr.com/view/33202/how-to-create-a-macro-variable-containing-a-list-of-variables-in-a-data-set/</link>
<description><![CDATA[ <p>Sometimes it is very handy to have a macro variable contanining the variables names of the dataset. Here are the 2 different ways you can create a macro variable with list of variables names ...</p> ]]></description>
<pubDate>Mon, 26 Apr 2010 19:49:45 GMT</pubDate>
<guid>http://snipplr.com/view/33202/how-to-create-a-macro-variable-containing-a-list-of-variables-in-a-data-set/</guid>
</item>
<item>
<title>(SAS) How to calculate number of years and number of days between 2 dates; - sarathannapareddy</title>
<link>http://snipplr.com/view/18283/how-to-calculate-number-of-years-and-number-of-days-between-2-dates/</link>
<description><![CDATA[ <p>Exploring the yrdif and datdif functions in SAS as well as INTCK function:
There are several ways to calculate the number of years between two dates and out of all the methods, YRDIF function results the most accurate value.

Syntax:

ageinyrs = YRDIF(birthdate, enddate, 'act/act');
ag_indays = DATDIF(birthdate, enddate, 'act/act');

Read more at: http://studysas.blogspot.com/2009/03/how-to-calculate-number-of-years-and.html</p> ]]></description>
<pubDate>Thu, 13 Aug 2009 17:15:50 GMT</pubDate>
<guid>http://snipplr.com/view/18283/how-to-calculate-number-of-years-and-number-of-days-between-2-dates/</guid>
</item>
</channel>
</rss>