<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<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/"
	>

<channel>
	<title>Blogging about all things SAS</title>
	<link>http://blog.sasinct.com</link>
	<description>Sharing with the world everything we know about SAS.</description>
	<pubDate>Fri, 05 Sep 2008 08:55:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>Dealing with Oracle Dates in SAS</title>
		<link>http://blog.sasinct.com/2008/09/05/dealing-with-oracle-dates-in-sas/</link>
		<comments>http://blog.sasinct.com/2008/09/05/dealing-with-oracle-dates-in-sas/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 08:55:26 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
		
		<category><![CDATA[All Things Metadata]]></category>

		<category><![CDATA[Code and Stuff]]></category>

		<category><![CDATA[x - Notes to Self]]></category>

		<category><![CDATA[Oracle Dates in SAS]]></category>

		<category><![CDATA[SAS Date Formats on Oracle Dates]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/2008/09/05/dealing-with-oracle-dates-in-sas/</guid>
		<description><![CDATA[Working with a customer where we have decided to utilise the current Oracle Data Warehouse as much as possible as the source of data for reporting, given the significant investment in the data warehouse over the last few years.
Rather than extract the Oracle data into SAS we were testing using SAS Information Maps and Web [...]]]></description>
			<content:encoded><![CDATA[<p>Working with a customer where we have decided to utilise the current Oracle Data Warehouse as much as possible as the source of data for reporting, given the significant investment in the data warehouse over the last few years.</p>
<p>Rather than extract the Oracle data into SAS we were testing using SAS Information Maps and Web Report Studio over the top of the Oracle Star Schema&#8217;s.  I have to say I was impressed with the performance of the Web Report Studio reports given the number of layerswe were traversing, i.e</p>
<p>Web Report Studio &gt; Information Map &gt; SAS Workspace Server &gt; Proc Sql &gt;SAS Access to Oracle &gt; Oracle (and back again).</p>
<p>Anyway one issue we found was that we couldn&#8217;t apply SAS Date Formats against the Oracle date fields, if we did it would just show ******* instead of a date.</p>
<p>We could use a datepart function to substring the date field and that worked ok, but that could only be applied in the Information Map, not against the Metadata definition which means other tools such as SAS OLAP Cubes and Enterprise Guide etc wouldn&#8217;t pick it up.</p>
<p>We tried  changing the Metadata definition for datefields from DATETIME20. to say DATE9. , but then our friends ****** would appear.  Even worse if we reapplied the DATETIME20. format to the metadata definition it set all the dates to 1960.  We had to delete the metadata definition and reimport it to get the correct dates again.</p>
<p>The solution was in the <a href="http://support.sas.com/kb/4/072.html" target="_blank">&#8220;</a><a href="http://support.sas.com/kb/6/413.html" target="_blank">Usage Note <em>6413: </em>SASDATEFMT option can be defined globally in the config file or as an environment variable with SAS/ACCESS Interface to Oracle</a>&#8221; here:</p>
<p><a href="http://support.sas.com/kb/6/413.html" target="_blank">http://support.sas.com/kb/6/413.html</a></p>
<p>Although it talks about SAS 8 we applied the following statement to the sasv9.cfg file:</p>
<p><strong><font color="#999999">-set SASDATEFMT date</font></strong></p>
<p>Rebooted the workspace server,  deleted and re-imported the Oracle Table Metadata and wallah the Oracle date fields were know registered as Date. and aplpying date formats in the Metadata definition, Information Maps or Enterprise Guide worked the way they should!</p>
<p>As an aside in working through the options we worked out that thwre is a magic number that if you take it away from the numeric Oracle data value you get the numeric SAS date value, whihc makes sense I suppose given they both juts start counting days to manage dates, they just start counting from different points.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sasinct.com/2008/09/05/dealing-with-oracle-dates-in-sas/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SAS 9.2 Papers from SAS Forum Australia and New Zealand 2008</title>
		<link>http://blog.sasinct.com/2008/08/30/sas-92-papers-from-sas-forum-australia-and-new-zealand-2008/</link>
		<comments>http://blog.sasinct.com/2008/08/30/sas-92-papers-from-sas-forum-australia-and-new-zealand-2008/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 04:37:51 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[SAS 9.2]]></category>

		<category><![CDATA[SAS ANZ Forum]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/2008/08/30/sas-92-papers-from-sas-forum-australia-and-new-zealand-2008/</guid>
		<description><![CDATA[SAS ANZ ran a forum in Sydney this month, and had a great turn out with over 1,000 attendies.  I didn&#8217;t manage to make it but heard it was a great event.
SAS ANZ have put up copies of the papers over on the SAS Forum Australia and New Zealand 2008 conference web site, check them [...]]]></description>
			<content:encoded><![CDATA[<p>SAS ANZ ran a forum in Sydney this month, and had a great turn out with over 1,000 attendies.  I didn&#8217;t manage to make it but heard it was a great event.</p>
<p>SAS ANZ have put up copies of the papers over on the <a href="http://www.sasforum.com/anz/index.php?option=com_content&amp;view=article&amp;id=151&amp;Itemid=93" title="SAS Forum Australia and New Zealand 2008 conference web site" target="_blank">SAS Forum Australia and New Zealand 2008 conference web site</a>, check them out, there is some good info and highlights on whats comming in 9.2!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sasinct.com/2008/08/30/sas-92-papers-from-sas-forum-australia-and-new-zealand-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Q: When is the latest SAS version not the latest SAS version?</title>
		<link>http://blog.sasinct.com/2008/08/22/q-when-is-the-latest-sas-version-not-the-latest-sas-version/</link>
		<comments>http://blog.sasinct.com/2008/08/22/q-when-is-the-latest-sas-version-not-the-latest-sas-version/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 10:05:10 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
		
		<category><![CDATA[SAS Products]]></category>

		<category><![CDATA[SAS Data Integration Server]]></category>

		<category><![CDATA[SAS Data Quality]]></category>

		<category><![CDATA[SAS Dataflux]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/2008/08/22/q-when-is-the-latest-sas-version-not-the-latest-sas-version/</guid>
		<description><![CDATA[On a project I am working on we upgraded our SAS licenses from Data Integration Server to Enterprise Data Integration Server.
We were really impressed with the capabilities of Dataflux, and as we were using SAS DI Studio in anger to populate our warehouse, the idea of integrating the Dataflux rules into our ETL processes also [...]]]></description>
			<content:encoded><![CDATA[<p>On a project I am working on we upgraded our SAS licenses from Data Integration Server to Enterprise Data Integration Server.</p>
<p>We were really impressed with the capabilities of Dataflux, and as we were using SAS DI Studio in anger to populate our warehouse, the idea of integrating the Dataflux rules into our ETL processes also appealed.</p>
<p>We had a demo of Dataflux version 8, which looks sexy and has a lot of great features (which you would expect from one of the top 3 data quality tools in the world).</p>
<p>Imagine our disappointment when we got the CD&#8217;s to find we had been shipped Dataflux 7.0, not version 8 that was demo&#8217;d.</p>
<p>Simple mistake we thought, so onto to our capable SAS account manager.</p>
<p>Well we were wrong, it seems that Dataflux 7.0 is certified (and works) with DI Studio, Dataflux 7.1 and 8.x will be supported in SAS 9.2.</p>
<p>Tricks for young players I suppose., but then again I am not so young anymore&#8230;..</p>
<p>I am sure Dataflux 7.0 and  DI Studio will do what we need, but still slightly disappointing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sasinct.com/2008/08/22/q-when-is-the-latest-sas-version-not-the-latest-sas-version/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SAS Platform Administrator Fast Track (PAFAST) Course - It Rocks</title>
		<link>http://blog.sasinct.com/2008/08/22/sas-platform-administrator-fast-track-pafast-course-it-rocks/</link>
		<comments>http://blog.sasinct.com/2008/08/22/sas-platform-administrator-fast-track-pafast-course-it-rocks/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 09:33:31 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
		
		<category><![CDATA[Architecture and Administration]]></category>

		<category><![CDATA[SAS PAFAST]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/2008/08/22/sas-platform-administrator-fast-track-pafast-course-it-rocks/</guid>
		<description><![CDATA[Just spent the week attending the SAS Platform Administrator Fast Trackcourse.
I would highly recomend this course if you have to administer SAS9 Servers or just want a better understanding of how all the SAS 9 stuff fits together.
If you ever have to touch security in SAS 9 then you need to do this course!
Course outline [...]]]></description>
			<content:encoded><![CDATA[<p>Just spent the week attending the <span class="head1">SAS Platform Administrator Fast Trackcourse.</span></p>
<p>I would highly recomend this course if you have to administer SAS9 Servers or just want a better understanding of how all the SAS 9 stuff fits together.</p>
<p>If you ever have to touch security in SAS 9 then you need to do this course!</p>
<p>Course outline is here:  <a href="http://support.sas.com/training/us/crs/pafast.html" target="_blank">http://support.sas.com/training/us/crs/pafast.html</a></p>
<p>I will be doing a few posts over the next  week to remind me of the things that I picked up and really want to remember.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sasinct.com/2008/08/22/sas-platform-administrator-fast-track-pafast-course-it-rocks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Process Explorer - Enhanced Task Manager for Windows Servers</title>
		<link>http://blog.sasinct.com/2008/08/16/process-explorer-enhanced-task-manager-for-windows-servers/</link>
		<comments>http://blog.sasinct.com/2008/08/16/process-explorer-enhanced-task-manager-for-windows-servers/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 04:44:35 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
		
		<category><![CDATA[Architecture and Administration]]></category>

		<category><![CDATA[x - Notes to Self]]></category>

		<category><![CDATA[Monitoring SAS Servers and Processes]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/2008/08/16/process-explorer-enhanced-task-manager-for-windows-servers/</guid>
		<description><![CDATA[Mental note to self&#8230;..
There is a  free tool, called Process Explorer, for Windows servers that provides enhanced monitoring of processes that are running on the servers.  Much better than the standard windows taskman or perfmon.
You can  downlaod it from here:
http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
]]></description>
			<content:encoded><![CDATA[<p>Mental note to self&#8230;..</p>
<p>There is a  free tool, called Process Explorer, for Windows servers that provides enhanced monitoring of processes that are running on the servers.  Much better than the standard windows taskman or perfmon.</p>
<p>You can  downlaod it from here:</p>
<p>http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sasinct.com/2008/08/16/process-explorer-enhanced-task-manager-for-windows-servers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SAS Performance Papers</title>
		<link>http://blog.sasinct.com/2008/08/16/sas-performance-papers/</link>
		<comments>http://blog.sasinct.com/2008/08/16/sas-performance-papers/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 21:21:38 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
		
		<category><![CDATA[Architecture and Administration]]></category>

		<category><![CDATA[SAS Performance Tuning]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/2008/08/16/sas-performance-papers/</guid>
		<description><![CDATA[As I mentioned earlier we are trying to do some testing around performance tuning our queries (well I say we but Evan Wilson is doing all the real work!)
So I have been looking for papers that provide some ideas on how to monitor or tune the SAS environment to make things go faster.
I have posted [...]]]></description>
			<content:encoded><![CDATA[<p>As I mentioned earlier we are trying to do some testing around performance tuning our queries (well I say we but Evan Wilson is doing all the real work!)</p>
<p>So I have been looking for papers that provide some ideas on how to monitor or tune the SAS environment to make things go faster.</p>
<p>I have posted links and abstracts on any papers I found over on our main website under <a href="http://www.sasinct.com/index.php/sas-forum-papers/performance-tuning/" target="_blank">SAS Forum Papers - Performance  Tuning</a></p>
<p>Let me know if you know of any papers I have missed.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sasinct.com/2008/08/16/sas-performance-papers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Any Websphere Site need a free portlet?</title>
		<link>http://blog.sasinct.com/2008/08/15/any-websphere-site-need-a-free-portlet/</link>
		<comments>http://blog.sasinct.com/2008/08/15/any-websphere-site-need-a-free-portlet/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 10:28:52 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[SAS Portlet]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/2008/08/15/any-websphere-site-need-a-free-portlet/</guid>
		<description><![CDATA[Well our developers have been chugging along building our SAS Portlets (and I have been much less efficient in creating the required documentation for them).
I have created the install guides for Tomcat and BEA Weblogic environments, but I don&#8217;t have access to a IBM Websphere environment, so if you have said environment and you are [...]]]></description>
			<content:encoded><![CDATA[<p>Well our developers have been chugging along building our <a href="http://www.sasinct.com/index.php/sas-portlets-4-sale/" target="_blank">SAS Portlets</a> (and I have been much less efficient in creating the required documentation for them).</p>
<p>I have created the install guides for Tomcat and BEA Weblogic environments, but I don&#8217;t have access to a IBM Websphere environment, so if you have said environment and you are willing to swap some documentation and screenshots for a free copy of one of our portlets, <a href="http://www.sasinct.com/index.php/contact-us/shane-gibson.html" target="_blank">send me a note!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sasinct.com/2008/08/15/any-websphere-site-need-a-free-portlet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adding a new Deployment Directory for LSF Scheduler</title>
		<link>http://blog.sasinct.com/2008/08/15/adding-a-new-deployment-directory-for-lsf-scheduler/</link>
		<comments>http://blog.sasinct.com/2008/08/15/adding-a-new-deployment-directory-for-lsf-scheduler/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 09:06:51 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
		
		<category><![CDATA[Architecture and Administration]]></category>

		<category><![CDATA[x - Notes to Self]]></category>

		<category><![CDATA[SAS LSF Scheduler]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/2008/08/15/adding-a-new-deployment-directory-for-lsf-scheduler/</guid>
		<description><![CDATA[Mental note to self, if you want to add a new deployment directory to deploy jobs too, for the scheduler then:
Within SAS Management Console right click on the Schedule Manager folder/tree and the select create new deployment directory.
Details are on page 142 of this, http://support.sas.com/documentation/onlinedoc/91pdf/sasdoc_913/mgmtconsole_ug_9952.pdf
]]></description>
			<content:encoded><![CDATA[<p>Mental note to self, if you want to add a new deployment directory to deploy jobs too, for the scheduler then:</p>
<p>Within SAS Management Console right click on the Schedule Manager folder/tree and the select create new deployment directory.</p>
<p>Details are on page 142 of this, http://support.sas.com/documentation/onlinedoc/91pdf/sasdoc_913/mgmtconsole_ug_9952.pdf</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sasinct.com/2008/08/15/adding-a-new-deployment-directory-for-lsf-scheduler/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cleaning work files on Windows</title>
		<link>http://blog.sasinct.com/2008/08/13/cleaning-work-files-on-windows/</link>
		<comments>http://blog.sasinct.com/2008/08/13/cleaning-work-files-on-windows/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 10:30:34 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
		
		<category><![CDATA[Code and Stuff]]></category>

		<category><![CDATA[SAS Clean Work]]></category>

		<category><![CDATA[SAS Work Files]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/2008/08/13/cleaning-work-files-on-windows/</guid>
		<description><![CDATA[Found an interesting paper by John M. Wildenthal of JPMorgan Chase called An Effective CLEANWORK.SAS® for Windows , outlining a way of automatically deleting work files for any SAS processes that have been terminated abnormally.
Abstract of the paper is:
SAS provides an effective utility for deleting orphaned work directories on Unix boxes. But their offering for [...]]]></description>
			<content:encoded><![CDATA[<p>Found an interesting paper by John M. Wildenthal of JPMorgan Chase called <a href="http://www.sasinct.com/index.php?option=com_docman&amp;task=doc_download&amp;gid=66&amp;Itemid=70" target="_blank">An Effective CLEANWORK.SAS® for Windows</a> , outlining a way of automatically deleting work files for any SAS processes that have been terminated abnormally.</p>
<p>Abstract of the paper is:</p>
<p><font color="#999999">SAS provides an effective utility for deleting orphaned work directories on Unix boxes. But their offering for Windows<br />
merely deletes everything older than a particular time (http://support.sas.com/techsup/unotes/SN/008/008786.html).<br />
</font></p>
<p><font color="#999999">This is unworkable for a server environment. This paper discusses a short program for Windows that parses the root<br />
WORK directory and matches directory names to SAS v9 running processes. Directories that are not matched are<br />
then deleted. </font></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sasinct.com/2008/08/13/cleaning-work-files-on-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Monitoring SAS processes and SAS work space in Unix</title>
		<link>http://blog.sasinct.com/2008/08/13/monitoring-sas-processes-and-sas-work-space-in-unix/</link>
		<comments>http://blog.sasinct.com/2008/08/13/monitoring-sas-processes-and-sas-work-space-in-unix/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 10:11:56 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
		
		<category><![CDATA[Architecture and Administration]]></category>

		<category><![CDATA[Code and Stuff]]></category>

		<category><![CDATA[Monitoring SAS Processes]]></category>

		<category><![CDATA[SAS Performance]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/2008/08/13/monitoring-sas-processes-and-sas-work-space-in-unix/</guid>
		<description><![CDATA[We are currently trying to monitor some SAS queries against our new Star Schemas to see if we can make them go faster.
So I have been doing a bit of research to see whats out there to help us do the monitoring.
In my search I stumbled across this article:


&#160;

Monitoring SAS®      [...]]]></description>
			<content:encoded><![CDATA[<p>We are currently trying to monitor some SAS queries against our new Star Schemas to see if we can make them go faster.</p>
<p>So I have been doing a bit of research to see whats out there to help us do the monitoring.</p>
<p>In my search I stumbled across this article:</p>
<blockquote>
<blockquote>
<p align="left">&nbsp;</p>
</blockquote>
<p align="left"><a href="http://www.meta-x.com/sasmon.html" target="_blank"><font color="#800000" face="Helvetica,Arial"><strong>Monitoring SAS</strong><sup><strong>®</strong></sup><strong>         through the Web</strong></font></a></p>
<p align="left"><font color="#000000"><strong>ABSTRACT</strong><br />
</font><font color="#000000">Monitoring SAS processes and SAS work         space in a mutli-user environment, such as UNIX, is key         in maintaining optimal performance. This paper will         present the <em>SAS Monitor, </em>a tool which captures SAS         resources and uses SAS to analyze and display this         information via a Web browser. <em>SAS Monitor </em>is         useful for SAS/UNIX administrators and informative for         end users since the information can be widely distributed         through an intranet. Even though <em>SAS Monitor</em> has         been tested on Solaris, it can be adapted to other         flavors of UNIX. This paper will explore and explain some         of the techniques used in capturing and publishing SAS         resources on the web.  </font></p>
<p align="left">They also provide example code for this at <a href="http://www.meta-x.com/monpres/source.htm" target="_blank"><font><strong><font color="#800040" size="4"><strong>SAS Monitor - Source Code</strong></font></strong></font></a></p>
<blockquote>
<p align="left">&nbsp;</p>
</blockquote>
</blockquote>
<p>Unfortunately the code is based upon  Unix and we are running windows. So the search continues&#8230;.</p>
<p>As an aside we are still building the Star Schema&#8217;s using SAS Datasets but we plan to test SAS SPDS vs Oracle as a repository for the Star Schemas at the end of the year to see which performs better.  If one results in any noticable improvement we may move to it, as it will also solve any file locking issues we currently encounter with SAS Datasets.  More on that later.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sasinct.com/2008/08/13/monitoring-sas-processes-and-sas-work-space-in-unix/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
