<?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>Fearntech &#187; SAS</title>
	<atom:link href="http://www.fearntech.co.uk/tag/sas/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fearntech.co.uk</link>
	<description>Website design, maintenance and SEO company in Kent, UK</description>
	<lastBuildDate>Mon, 31 May 2010 12:18:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using PROTECTSPECIALCHARS in SAS ODS to allow HTML tags</title>
		<link>http://www.fearntech.co.uk/programming/sas/protectspecialchars-sas-ods-allow-html-tags</link>
		<comments>http://www.fearntech.co.uk/programming/sas/protectspecialchars-sas-ods-allow-html-tags#comments</comments>
		<pubDate>Sat, 17 Jan 2009 17:19:13 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[SAS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[ODS]]></category>
		<category><![CDATA[PROTECTSPECIALCHARS]]></category>

		<guid isPermaLink="false">http://www.fearntech.co.uk/?p=81</guid>
		<description><![CDATA[How to use PROTECTSPECIALCHARS to allow HTML tags in your data when using HTML ODS in SAS.
When sending output to the HTML destination using PROC REPORT a number of the usual attributes are not available. For example the FLOW attribute on the DEFINE statement. It can therefore be necessary to include HTML tags within the data to be [...]]]></description>
		<wfw:commentRss>http://www.fearntech.co.uk/programming/sas/protectspecialchars-sas-ods-allow-html-tags/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using ANNOTATE to add text to a plot in SAS/GRAPH</title>
		<link>http://www.fearntech.co.uk/programming/sas/using-annotate-to-add-text-to-a-plot-in-sasgraph</link>
		<comments>http://www.fearntech.co.uk/programming/sas/using-annotate-to-add-text-to-a-plot-in-sasgraph#comments</comments>
		<pubDate>Thu, 17 Jan 2008 16:59:17 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[SAS]]></category>
		<category><![CDATA[Annotate]]></category>
		<category><![CDATA[GPLOT]]></category>
		<category><![CDATA[SAS/GRAPH]]></category>

		<guid isPermaLink="false">http://www.fearntech.co.uk/?p=76</guid>
		<description><![CDATA[Using ANNOTATE to add text to a plot in SAS/GRAPH
An example which creates an annotate dataset with a text label to be displayed in a plot, using GPLOT in SAS/GRAPH
* Adds text TEXT HERE at data point 23 on x-axis, 100% *;
* position on y-axis *;

data annot;
length function $8;
x=23;
function='LABEL'; text='TEXT HERE'; color='LIGR';
position='2'; xsys='2'; ysys='1'; y=100; [...]]]></description>
		<wfw:commentRss>http://www.fearntech.co.uk/programming/sas/using-annotate-to-add-text-to-a-plot-in-sasgraph/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
