<?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 Website Design &#187; Programming</title>
	<atom:link href="http://www.fearntech.co.uk/category/programming/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fearntech.co.uk</link>
	<description>Website design, maintenance and SEO company in Kent/Norwich UK</description>
	<lastBuildDate>Tue, 24 Jan 2012 19:03: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>
		<item>
		<title>Inline styles in ODS PRINTER output</title>
		<link>http://www.fearntech.co.uk/programming/inline-styles-ods-printer-output</link>
		<comments>http://www.fearntech.co.uk/programming/inline-styles-ods-printer-output#comments</comments>
		<pubDate>Tue, 26 Jan 2010 17:53:24 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Escape character]]></category>
		<category><![CDATA[Inline styles]]></category>
		<category><![CDATA[ODS]]></category>
		<category><![CDATA[SAS]]></category>

		<guid isPermaLink="false">http://www.fearntech.co.uk/?p=3631</guid>
		<description><![CDATA[Controlling formatting of ODS PRINTER (PDF/RTF) outputs has always seemed like a bit of a black art to me, but there are usually ways of getting around potential issues if you know where to look. With SAS V9.2, there are some new and probably unknown features, including the use of &#8216;inline styles&#8217;. For a good [...]]]></description>
		<wfw:commentRss>http://www.fearntech.co.uk/programming/inline-styles-ods-printer-output/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Querying SAS option status in Base SAS</title>
		<link>http://www.fearntech.co.uk/programming/querying-sas-option-status-in-base-sas</link>
		<comments>http://www.fearntech.co.uk/programming/querying-sas-option-status-in-base-sas#comments</comments>
		<pubDate>Wed, 22 Apr 2009 19:57:31 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[OPTLOAD]]></category>
		<category><![CDATA[OPTSAVE]]></category>
		<category><![CDATA[SAS]]></category>
		<category><![CDATA[SAS Options]]></category>

		<guid isPermaLink="false">http://www.fearntech.co.uk/?p=3676</guid>
		<description><![CDATA[Some SCL functions are available to Base SAS but you cannot use the SCL functions OPTGETN and OPTGETC to find out what the current status of certain SAS Options are. In this case you can use the OPTSAVE and OPTLOAD Base SAS procedures. For example, if you wanted to query the current MPRINT and NOTES [...]]]></description>
		<wfw:commentRss>http://www.fearntech.co.uk/programming/querying-sas-option-status-in-base-sas/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using PROTECTSPECIALCHARS in SAS ODS to allow HTML tags</title>
		<link>http://www.fearntech.co.uk/programming/protectspecialchars-sas-ods-allow-html-tags</link>
		<comments>http://www.fearntech.co.uk/programming/protectspecialchars-sas-ods-allow-html-tags#comments</comments>
		<pubDate>Sat, 17 Jan 2009 19:05:12 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[ODS]]></category>
		<category><![CDATA[PROTECTSPECIALCHARS]]></category>
		<category><![CDATA[SAS]]></category>

		<guid isPermaLink="false">http://www.fearntech.co.uk/?p=3657</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 [...]]]></description>
		<wfw:commentRss>http://www.fearntech.co.uk/programming/protectspecialchars-sas-ods-allow-html-tags/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding parameters to the OnAction property of Excel buttons</title>
		<link>http://www.fearntech.co.uk/programming/adding-parameters-to-onaction-property-excel-buttons</link>
		<comments>http://www.fearntech.co.uk/programming/adding-parameters-to-onaction-property-excel-buttons#comments</comments>
		<pubDate>Sat, 17 Jan 2009 18:20:03 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[OnAction]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.fearntech.co.uk/?p=3644</guid>
		<description><![CDATA[Sometimes you need to pass parameters via a button in Excel but the standard OnAction property syntax does not allow this. If you try .OnAction=&#8221;myProc(99,&#8217;Some text&#8217;)&#8221; you will receive an error. But there is a way to get around this. You can add a parameter to the OnAction property of the button. If you had [...]]]></description>
		<wfw:commentRss>http://www.fearntech.co.uk/programming/adding-parameters-to-onaction-property-excel-buttons/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Using ANNOTATE to add text to a plot in SAS/GRAPH</title>
		<link>http://www.fearntech.co.uk/programming/using-annotate-to-add-text-to-a-plot-in-sasgraph</link>
		<comments>http://www.fearntech.co.uk/programming/using-annotate-to-add-text-to-a-plot-in-sasgraph#comments</comments>
		<pubDate>Thu, 17 Jan 2008 19:59:56 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.fearntech.co.uk/?p=3747</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]]></description>
		<wfw:commentRss>http://www.fearntech.co.uk/programming/using-annotate-to-add-text-to-a-plot-in-sasgraph/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

