<?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; log</title>
	<atom:link href="http://technologytales.com/tag/log/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>AND &amp; OR, a cautionary tale</title>
		<link>http://technologytales.com/2009/03/27/and-or-a-cautionary-tale/</link>
		<comments>http://technologytales.com/2009/03/27/and-or-a-cautionary-tale/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 11:21:13 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[infinite loop]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[macro code]]></category>
		<category><![CDATA[macro processor]]></category>
		<category><![CDATA[NRSTR]]></category>
		<category><![CDATA[quoting]]></category>
		<category><![CDATA[SAS]]></category>
		<category><![CDATA[SAS Macro]]></category>
		<category><![CDATA[SUPERQ]]></category>

		<guid isPermaLink="false">http://technologytales.com/?p=795</guid>
		<description><![CDATA[The inspiration for this post is a situation where having the string &#8220;OR&#8221; or &#8220;AND&#8221; as an input to a piece of SAS Macro code breaking a program that I had written. Here is a simplified example of what I was doing: %macro test; %let doms=GE GT NE LT LE AND OR; %let lv_count=1; %do %while [...]]]></description>
		<wfw:commentRss>http://technologytales.com/2009/03/27/and-or-a-cautionary-tale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error: User does not have appropriate authorization level for library xxxx</title>
		<link>http://technologytales.com/2008/06/25/error-user-does-not-have-appropriate-authorization-level-for-library-xxxx/</link>
		<comments>http://technologytales.com/2008/06/25/error-user-does-not-have-appropriate-authorization-level-for-library-xxxx/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 09:06:04 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[permission settings]]></category>
		<category><![CDATA[SAS]]></category>
		<category><![CDATA[SAS data set]]></category>

		<guid isPermaLink="false">http://technologytales.com/?p=357</guid>
		<description><![CDATA[In a world where write access to a folder or directory is controlled by permission settings at the operating system level, a ready answer for when you get the above message in your log&#160;when creating a SAS data set would be to check your access. However, if you are working in Windows and your access [...]]]></description>
		<wfw:commentRss>http://technologytales.com/2008/06/25/error-user-does-not-have-appropriate-authorization-level-for-library-xxxx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

