<?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/tips</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 16:29:41 GMT</pubDate>
<item>
<title>(SAS) Even you can Use HASH and DOUBLE DASH: It’s that Simple…… - sarathannapareddy</title>
<link>http://snipplr.com/view/22281/even-you-can-use-hash-and-double-dash-its-that-simple/</link>
<description><![CDATA[ <p>In order to understand HASH and DOUBLE HASH concept in SAS you need to know about two different ranges of variables:</p> ]]></description>
<pubDate>Sun, 01 Nov 2009 08:01:39 GMT</pubDate>
<guid>http://snipplr.com/view/22281/even-you-can-use-hash-and-double-dash-its-that-simple/</guid>
</item>
<item>
<title>(SAS) SAS Tips: Few Lines of code - sarathannapareddy</title>
<link>http://snipplr.com/view/22276/sas-tips-few-lines-of-code/</link>
<description><![CDATA[ <p>*Creating a flag variable when a test variable meets certain criteria is very common for SAS programmer…. 

Many SAS programmers use the below code to assign a flag of 1 or 0 depending on of the test variable meets criteria or not.;</p> ]]></description>
<pubDate>Sun, 01 Nov 2009 07:46:04 GMT</pubDate>
<guid>http://snipplr.com/view/22276/sas-tips-few-lines-of-code/</guid>
</item>
<item>
<title>(SAS) Even you can Use HASH and DOUBLE DASH: It’s that Simple…… - sarathannapareddy</title>
<link>http://snipplr.com/view/17377/even-you-can-use-hash-and-double-dash-its-that-simple/</link>
<description><![CDATA[ <p>In order to understand HASH and DOUBLE HASH concept in SAS you need to know about two different ranges of variables:

1) Numbered list:

When a set of variables have the same prefix, and the rest of the name is a consecutive set of numbers, we can use a single dash (-) to refer to an entire range. Some exs.. are….

VAR1 VAR2 VAR3 VAR4 VAR5

Shortcut list you can use to access all 5 variables is VAR1-VAR5

COL1 COL2 COL3 COL4 COL5 COL6 COL7

Shortcut list you can use to access all 7 variables is COL1-COL7</p> ]]></description>
<pubDate>Thu, 23 Jul 2009 09:26:17 GMT</pubDate>
<guid>http://snipplr.com/view/17377/even-you-can-use-hash-and-double-dash-its-that-simple/</guid>
</item>
<item>
<title>(SAS) Displaying the Graphs (Bar charts) using PROC GCHART in SAS : - sarathannapareddy</title>
<link>http://snipplr.com/view/13493/displaying-the-graphs-bar-charts-using-proc-gchart-in-sas-/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 26 Mar 2009 21:35:42 GMT</pubDate>
<guid>http://snipplr.com/view/13493/displaying-the-graphs-bar-charts-using-proc-gchart-in-sas-/</guid>
</item>
</channel>
</rss>