<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TechnologyTales.com &#187; code examples</title>
	<atom:link href="http://technologytales.com/tag/code-examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://technologytales.com</link>
	<description>Adventures in the world of digital and computer technology</description>
	<lastBuildDate>Sat, 04 Feb 2012 23:18:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://technologytales.com/?pushpress=hub'/>
		<item>
		<title>Using SAS FILENAME statement to extract directory file listings into SAS</title>
		<link>http://technologytales.com/2007/05/30/using-sas-filename-statement-to-extract-directory-file-listings-into-sas/</link>
		<comments>http://technologytales.com/2007/05/30/using-sas-filename-statement-to-extract-directory-file-listings-into-sas/#comments</comments>
		<pubDate>Wed, 30 May 2007 17:20:38 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[code examples]]></category>
		<category><![CDATA[SAS]]></category>

		<guid isPermaLink="false">http://technologytales.com/?p=124</guid>
		<description><![CDATA[The filename statement&#8217;s pipe option allows you to direct the output of operating system commands into SAS for further processing. Usefully, the Windows dir command (with its /s switch) and the UNIX equivalent ls allow you get a file listing into SAS. For example, here&#8217;s how you extract the list of files in your UNIX [...]]]></description>
		<wfw:commentRss>http://technologytales.com/2007/05/30/using-sas-filename-statement-to-extract-directory-file-listings-into-sas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding the number of observations in SAS dataset</title>
		<link>http://technologytales.com/2007/05/16/number-of-observations-in-sas-dataset/</link>
		<comments>http://technologytales.com/2007/05/16/number-of-observations-in-sas-dataset/#comments</comments>
		<pubDate>Wed, 16 May 2007 11:54:48 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[code examples]]></category>
		<category><![CDATA[SAS]]></category>
		<category><![CDATA[SCL]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://technologytales.com/?p=115</guid>
		<description><![CDATA[There are a number of ways of finding out the number of observations in a SAS data set and, while they are documented in a number of different places, I have decided to collect them together in one place. At the very least, it means that I can find them again. First up is the [...]]]></description>
		<wfw:commentRss>http://technologytales.com/2007/05/16/number-of-observations-in-sas-dataset/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

