<?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>Blogging about all things SAS &#187; Migration</title>
	<atom:link href="http://blog.saasinct.com/category/sas-92/migration-sas-92/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.saasinct.com</link>
	<description>::       Sharing with the world everything we discover about SAS.</description>
	<lastBuildDate>Fri, 18 Nov 2011 07:19:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Automating the migration of SAS Users and Groups</title>
		<link>http://blog.saasinct.com/2011/04/30/automating-the-migration-of-sas-users-and-groups/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=automating-the-migration-of-sas-users-and-groups</link>
		<comments>http://blog.saasinct.com/2011/04/30/automating-the-migration-of-sas-users-and-groups/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 10:11:18 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[Migration]]></category>
		<category><![CDATA[Migrating SAS Metadata Groups]]></category>
		<category><![CDATA[Migrating SAS Users]]></category>

		<guid isPermaLink="false">http://blog.saasinct.com/?p=819</guid>
		<description><![CDATA[Was working with a customer last week doing a partial migration across SAS environments. I needed to migrate a number of users and groups, not a large number so was easy enough to move them manually. I thought I saw a while ago some automated tools to assist with migrating users and groups, but do [...]]]></description>
			<content:encoded><![CDATA[<p>Was working with a customer last week doing a partial migration across SAS environments.</p>
<p>I needed to migrate a number of users and groups, not a large number so was easy enough to move them manually.</p>
<p>I thought I saw a while ago some automated tools to assist with migrating users and groups, but do you think I could find them again!</p>
<p>Anyway after a quick tweet of frustration Paul from <a href="http://www.metacoda.com/en/home.html" target="_blank">Metacoda</a> came through with a reply pointing me to:</p>
<h3><a href="http://support.sas.com/kb/42/251.html" target="_blank">Sample <em>42251: </em>Partial Promotion of User and Group Metadata</a></h3>
<p>Legend!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2011%2F04%2F30%2Fautomating-the-migration-of-sas-users-and-groups%2F&amp;title=Automating%20the%20migration%20of%20SAS%20Users%20and%20Groups" id="wpa2a_2"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2011/04/30/automating-the-migration-of-sas-users-and-groups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uninstalling SAS 9.2 on Windows &#8211; Be Gone Damn Spot!</title>
		<link>http://blog.saasinct.com/2011/01/11/uninstalling-sas-9-2-on-windows-be-gone-damn-spot/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uninstalling-sas-9-2-on-windows-be-gone-damn-spot</link>
		<comments>http://blog.saasinct.com/2011/01/11/uninstalling-sas-9-2-on-windows-be-gone-damn-spot/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 00:38:42 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[SAS 9.2]]></category>
		<category><![CDATA[Uninstalling SAS 9.2]]></category>

		<guid isPermaLink="false">http://blog.saasinct.com/?p=604</guid>
		<description><![CDATA[If you have the pleasure of installing SAS on a Windows server and then trying to uninstall and reinstall it multiple times, you will know that the uninstall process is time consuming and painful. You have to go through the standard windows add/remove programs process for each SAS component/product, or restore a clean copy of [...]]]></description>
			<content:encoded><![CDATA[<p>If you have the pleasure of installing SAS on a Windows server and then trying to uninstall and reinstall it multiple times, you will know that the uninstall process is time consuming and painful.</p>
<p>You have to go through the standard windows add/remove programs process for each SAS component/product, or restore a clean copy of the server image in the pre-install state.</p>
<p>(Now why would you do this multiple times you ask, well often becuase you have mucked up the install or you are trying to install a version of SAS that matches your client to test something for them or you)</p>
<p>SAS have issued a tech note that makes life so much easier:</p>
<p><a href="http://support.sas.com/kb/39/894.html#" target="_blank">Installation Note <em>39894: </em>Using the SAS Uninstall Wizard to  remove SAS® 9.2 from Microsoft Windows operating environments</a></p>
<p>The wizard assumes a raft of defaults that you will probably need to overide (i.e c:\) but provides parameter options to let you do this.</p>
<p>And of course if you are on Linux/Unix then there is no Windows registry to get in the way, so ignore the tool and just delete the files!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2011%2F01%2F11%2Funinstalling-sas-9-2-on-windows-be-gone-damn-spot%2F&amp;title=Uninstalling%20SAS%209.2%20on%20Windows%20%26%238211%3B%20Be%20Gone%20Damn%20Spot%21" id="wpa2a_4"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2011/01/11/uninstalling-sas-9-2-on-windows-be-gone-damn-spot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web OLAP Viewer is dead (RIP)</title>
		<link>http://blog.saasinct.com/2010/11/28/web-olap-viewer-is-dead-rip/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=web-olap-viewer-is-dead-rip</link>
		<comments>http://blog.saasinct.com/2010/11/28/web-olap-viewer-is-dead-rip/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 08:29:47 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[Migration]]></category>
		<category><![CDATA[SAS 9.2]]></category>
		<category><![CDATA[SAS BI 4.3]]></category>

		<guid isPermaLink="false">http://blog.saasinct.com/?p=588</guid>
		<description><![CDATA[I remember when SAS 9.1 was released and the new SAS Web OLAP viewer for Java (SWOVJ) was released. It was a great new interface to replace the old MRV. It went through a few iterations, but not a lot changed (although I was always confused about which version could only open Cubes and whihc could open [...]]]></description>
			<content:encoded><![CDATA[<p>I remember when SAS 9.1 was released and the new SAS Web OLAP viewer for Java (SWOVJ) was released.</p>
<p>It was a great new interface to replace the old MRV.</p>
<p>It went through a few iterations, but not a lot changed (although I was always confused about which version could only open Cubes and whihc could open Cubes and Relational adata).</p>
<p>And then there was the SAS Web OLAP Viewer for .Net (SWOVN), always tricky in demo&#8217;s trying to decide which one to demo. showing both would always confuse people, especially as the both had different functionality.  (By the way the answer ended up being demo the Java one, unless the customers were a Microsoft bigets)</p>
<p>The goal of SAS development was always to roll the OLAP Viewer functionality into Web Report Studio, and after just completing a SAS BI 4.3 client upgrade it looks like it has happened.</p>
<p>In the upgrade notes it says:</p>
<p><span style="color: #666699;">&#8220;The product has been upgraded from Version 4.2 to Version 4.3.<br />
The SAS Web OLAP Viewer application is no longer supported. It has been replaced by functionality that is available in SAS Web Report Studio 4.3.&#8221;</span></p>
<p>So SAS Web OLAP Viewer me old friend, thanks for all your help, and RIP.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2010%2F11%2F28%2Fweb-olap-viewer-is-dead-rip%2F&amp;title=Web%20OLAP%20Viewer%20is%20dead%20%28RIP%29" id="wpa2a_6"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2010/11/28/web-olap-viewer-is-dead-rip/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Deprecated = dead, nadda, gone burgers, elvis has left the building (and so has SAS 9.2 replication)</title>
		<link>http://blog.saasinct.com/2010/09/30/deprecated-dead-nadda-gone-burgers-elvis-has-left-the-building-and-so-has-sas-9-2-replication/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=deprecated-dead-nadda-gone-burgers-elvis-has-left-the-building-and-so-has-sas-9-2-replication</link>
		<comments>http://blog.saasinct.com/2010/09/30/deprecated-dead-nadda-gone-burgers-elvis-has-left-the-building-and-so-has-sas-9-2-replication/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 09:22:07 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[Migration]]></category>
		<category><![CDATA[SAS 9.2]]></category>
		<category><![CDATA[SAS 9.2 Replication]]></category>

		<guid isPermaLink="false">http://blog.saasinct.com/?p=567</guid>
		<description><![CDATA[Paul posted a blog today &#8220;Farewell to the SAS 9.2 Replication Wizard&#8221; which outlined the fact SAS have announced that the replication capbility in SAS 9.2 is no longer supported.  (Usage Note 40834: The Replication Wizard in SAS® 9.2 has been deprecated) Paul mentions it was probably lack of use that caused SAS to stop [...]]]></description>
			<content:encoded><![CDATA[<p>Paul posted a blog today &#8220;<a href="http://platformadmin.com/blogs/paul/2010/09/replication-wizard-deprecated/" target="_blank">Farewell to the SAS 9.2 Replication Wizard</a>&#8221; which outlined the fact SAS have announced that the replication capbility in SAS 9.2 is no longer supported.  (<a href="http://support.sas.com/kb/40/834.html" target="_blank">Usage Note </a><em><a href="http://support.sas.com/kb/40/834.html" target="_blank">40834: </a></em><a href="http://support.sas.com/kb/40/834.html" target="_blank">The Replication Wizard in SAS® 9.2 has been deprecated</a>)</p>
<p>Paul mentions it was probably lack of use that caused SAS to stop developing and supporting the replication capability, but im guessing that it was actually the fact that people used it and it didn&#8217;t work that caused the action.</p>
<p>Although replication was a pain to set-up, it seemed to be useful as part of the SAS 9.2 migration strategy, or alternatively intiating a new SAS environment.</p>
<p>What it was mean&#8217;t to allow you to do, was fully replicate an environment (say Development) to another Environment (say UAT or Prod) and automatically change all the pointers through the SAS environment to the new instance.  So for example automatically changing the name of the servers if you were moving environments across physical or virtual machines or changing userid&#8217;s, file paths, ports etc.</p>
<p>So for 9.2 migrations it made sense to create a blank Dev 9.2 environment, migrate the 9.1 production objects to it, test the Dev environment, then replicate the Dev environment upto UAT and Prod.</p>
<p>As Paul quite rightly highlights the only other option was partial migration, i.e exporting and importing SAS Packages and this option is not available for all SAS content (Portal pages and Portlets being one of them until BI 4.3 is out).  Its also a pain if you had to do it for 3 environments, not to mention the risk of the environments getting out of sync from day one (compared to day 99 <img src='http://blog.saasinct.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I know of one NZ site that took the replication approach for their migration, but unfortunately found the replication process didn&#8217;t change all references during the process, and so the environments got a little confused (to say the least).  Nothing worse than Production updating files or objects in Dev it seems.</p>
<p>So maybe this was one of the few sites using replication, and therefore there wasn&#8217;t enough of a user base to warrant making it work properly, but it does worry me when functionality gets de-supported like this (just thankful i&#8217;m not in the middle of a SAS 9.2 migration project that was relying on this feature and hope your not either!)</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2010%2F09%2F30%2Fdeprecated-dead-nadda-gone-burgers-elvis-has-left-the-building-and-so-has-sas-9-2-replication%2F&amp;title=Deprecated%20%3D%20dead%2C%20nadda%2C%20gone%20burgers%2C%20elvis%20has%20left%20the%20building%20%28and%20so%20has%20SAS%209.2%20replication%29" id="wpa2a_8"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2010/09/30/deprecated-dead-nadda-gone-burgers-elvis-has-left-the-building-and-so-has-sas-9-2-replication/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SAS Enterprise Guide 4.1 to 4.2 migration &#8211; I hate blind dates</title>
		<link>http://blog.saasinct.com/2010/07/07/sas-enterprise-guide-4-1-to-4-2-migration-i-hate-blind-dates/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sas-enterprise-guide-4-1-to-4-2-migration-i-hate-blind-dates</link>
		<comments>http://blog.saasinct.com/2010/07/07/sas-enterprise-guide-4-1-to-4-2-migration-i-hate-blind-dates/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 10:46:02 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[Migration]]></category>
		<category><![CDATA[SAS 9.2]]></category>
		<category><![CDATA[SAS EG 4.2 Date Prompt error]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/?p=447</guid>
		<description><![CDATA[Struck a problem converting some Enterprise Guide projects from 4.1 (SAS 9.1.3) to 4.2 (SAS 9.2) around date prompts. The EG projects have a large bunch of custom code nodes (so hate those!) and they are all running some macro&#8217;s that use a date prompt. Of course they work fine in 4.1 but fail in [...]]]></description>
			<content:encoded><![CDATA[<p>Struck a problem converting some Enterprise Guide projects from 4.1 (SAS 9.1.3) to 4.2 (SAS 9.2) around date prompts.</p>
<p>The EG projects have a large bunch of custom code nodes (so hate those!) and they are all running some macro&#8217;s that use a date prompt.</p>
<p>Of course they work fine in 4.1 but fail in 4.2.</p>
<p>Traced it to a change in the way date prompts work in eG 4.2 via this SAS Support note:</p>
<p><a href="http://support.sas.com/kb/36/581.html" target="_blank">Problem Note <em>36581: </em>Date and Datetime parameters might cause  syntax errors after project migration to SAS® Enterprise Guide® 4.2</a></p>
<p>Followed the fix below and updated the date variable in the code from &amp;date to &#8220;&amp;date&#8221;d  and the date is back on!</p>
<p><span style="color: #888888;">For example, in earlier versions of SAS Enterprise Guide, the  correctly generated %LET statement might be  <code>%let datevar =  '01jan2009'd</code>;. However, after migrating projects to 4.2, the  statement is incorrectly generated as <code>%let datevar = 01jan2009;</code>.</span></p>
<p><span style="color: #888888;">To circumvent the problem, open the query in 4.2 and edit the filter  by adding quotes around the parameter. For example, use <code>"&amp;YourDateVar"d</code> for dates, and  <code>"&amp;YourDateTimeVar"dt</code> for datetime parameters.</span></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2010%2F07%2F07%2Fsas-enterprise-guide-4-1-to-4-2-migration-i-hate-blind-dates%2F&amp;title=SAS%20Enterprise%20Guide%204.1%20to%204.2%20migration%20%26%238211%3B%20I%20hate%20blind%20dates" id="wpa2a_10"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2010/07/07/sas-enterprise-guide-4-1-to-4-2-migration-i-hate-blind-dates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating Metadata Repositories from SAS 9.1.3 32 bit to SAS 9.2 64 bit</title>
		<link>http://blog.saasinct.com/2010/05/04/migrating-metadata-repositories-from-sas-9-1-3-32-bit-to-sas-9-2-64-bit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=migrating-metadata-repositories-from-sas-9-1-3-32-bit-to-sas-9-2-64-bit</link>
		<comments>http://blog.saasinct.com/2010/05/04/migrating-metadata-repositories-from-sas-9-1-3-32-bit-to-sas-9-2-64-bit/#comments</comments>
		<pubDate>Tue, 04 May 2010 00:02:21 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[All Things Metadata]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[SAS 9.2]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/?p=365</guid>
		<description><![CDATA[Problem Note 34886: An error might occur when migrating SAS® 9.1.3 from a Windows 32-bit platform to SAS® 9.2 on a Windows 64-bit platform]]></description>
			<content:encoded><![CDATA[<p><a href="http://support.sas.com/kb/34/886.html">Problem Note 34886: An error might occur when migrating SAS® 9.1.3 from a Windows 32-bit platform to SAS® 9.2 on a Windows 64-bit platform</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2010%2F05%2F04%2Fmigrating-metadata-repositories-from-sas-9-1-3-32-bit-to-sas-9-2-64-bit%2F&amp;title=Migrating%20Metadata%20Repositories%20from%20SAS%209.1.3%2032%20bit%20to%20SAS%209.2%2064%20bit" id="wpa2a_12"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2010/05/04/migrating-metadata-repositories-from-sas-9-1-3-32-bit-to-sas-9-2-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAS 9.2 Migration &#8211; Migrating Formats</title>
		<link>http://blog.saasinct.com/2010/03/19/sas-9-2-migration-migrating-formats/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sas-9-2-migration-migrating-formats</link>
		<comments>http://blog.saasinct.com/2010/03/19/sas-9-2-migration-migrating-formats/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 07:22:18 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[Migration]]></category>
		<category><![CDATA[SAS 9.2]]></category>
		<category><![CDATA[x - Notes to Self]]></category>
		<category><![CDATA[SAS 9.2 Migrating Formats]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/?p=293</guid>
		<description><![CDATA[And following on with the theme of migrating SAS formats &#8230;.. SAS Support article here: http://support.sas.com/kb/22/194.html Outlines how to migrate formats across SAS systems. Basically you just: 1) Export the formats to a transport file by using the follwing code: libname library 'location-of-existing-formats-catalog'; libname trans xport 'transport-file-name'; proc format library=library cntlout=trans.cntlfmt; 2) Import the formats [...]]]></description>
			<content:encoded><![CDATA[<p>And following on with the theme of migrating SAS formats &#8230;..</p>
<p>SAS Support article here:</p>
<p><a href="http://support.sas.com/kb/22/194.html" target="_blank"><span style="font-family: Arial; font-size: x-small;">http://support.sas.com/kb/22/194.html</span></a></p>
<p>Outlines how to migrate formats across SAS systems.</p>
<p>Basically you just:</p>
<p>1) Export the formats to a transport file by using the follwing code:</p>
<pre><span style="color: #888888;">  libname library '<em>location-of-existing-formats-catalog</em>';
  libname trans xport '<em>transport-file-name</em>';
  proc format library=library cntlout=trans.</span><em><span style="color: #888888;">cntlfmt;</span>

</em>2) Import the formats from the transport file using the following code:
<pre><span style="color: #888888;">  libname library '<em>output-library-for-format-storage</em>';
  libname trans xport '<em>transport-file-name-from-sending-site</em>';
  proc format library=library cntlin=trans.<em>cntlfmt</em>;
</span></pre>
</pre>
<p>This is of course assuming you don&#8217;t have the code that originally created teh formats, because you could just run that instead.  But bet you dont as you have just searched for something that made you find this blog post <img src='http://blog.saasinct.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<pre>
</pre>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2010%2F03%2F19%2Fsas-9-2-migration-migrating-formats%2F&amp;title=SAS%209.2%20Migration%20%26%238211%3B%20Migrating%20Formats" id="wpa2a_14"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2010/03/19/sas-9-2-migration-migrating-formats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding your SAS Formats paths</title>
		<link>http://blog.saasinct.com/2010/03/19/finding-your-sas-formats-paths/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=finding-your-sas-formats-paths</link>
		<comments>http://blog.saasinct.com/2010/03/19/finding-your-sas-formats-paths/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 07:16:42 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[Migration]]></category>
		<category><![CDATA[SAS 9.2]]></category>
		<category><![CDATA[SAS Formats]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/?p=291</guid>
		<description><![CDATA[Following on from my post about needing to migrate Formats for EM projects to successfully migrate, I found a post in a SAS forum that helped me easily find the current format  paths on the old SAS 9.1 and new SAS 9.2 servers here (Chris from SAS helping people yet again!) Basically you just go: [...]]]></description>
			<content:encoded><![CDATA[<p>Following on from my post about needing to migrate Formats for EM projects to successfully migrate, I found a post in a SAS forum that helped me easily find the current format  paths on the old SAS 9.1 and new SAS 9.2 servers <a href="http://support.sas.com/forums/thread.jspa?threadID=4074" target="_blank">here</a> (Chris from SAS helping people yet again!)</p>
<p>Basically you just go:</p>
<p>PROC OPTIONS OPTION=FMTSEARCH;</p>
<p>And the format paths will be listed.</p>
<p>In addition Chris also mentioned:</p>
<p>&#8220;Next, EG maintains a cached list of formats that it gathers from the SAS  server.  To make sure that your new format has a chance to be detected,  go to Tools-&gt;Options-&gt;Data: Data General, and look at the &#8220;SAS  Formats/Informats Cache&#8221;.  If the button is enabled, click &#8220;Clear  cache&#8221;.  It will be enabled only if you have already used EG to browse  the list of available formats during the current EG session.&#8221;</p>
<p>Another EG button I didn&#8217;t know existed!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2010%2F03%2F19%2Ffinding-your-sas-formats-paths%2F&amp;title=Finding%20your%20SAS%20Formats%20paths" id="wpa2a_16"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2010/03/19/finding-your-sas-formats-paths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAS 9.2 Migration &#8211; Migrating Enterprise Miner (EM) Models</title>
		<link>http://blog.saasinct.com/2010/03/18/sas-9-2-migration-migrating-enterprise-miner-em-models/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sas-9-2-migration-migrating-enterprise-miner-em-models</link>
		<comments>http://blog.saasinct.com/2010/03/18/sas-9-2-migration-migrating-enterprise-miner-em-models/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 09:17:40 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[Migration]]></category>
		<category><![CDATA[SAS 9.2]]></category>
		<category><![CDATA[SAS 9.2 Enterprise Miner migration]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/?p=288</guid>
		<description><![CDATA[If you are manually migrating EM models from SAS 9.1 to SAS 9.2 then it is a relatively easy task. The process is: Copy the entire EM project structure to the new server (assuming you are going from like platform, i.e windows to like platform, i.e windows) In EM 6.1 create a new project and [...]]]></description>
			<content:encoded><![CDATA[<p>If you are manually migrating EM models from SAS 9.1 to SAS 9.2 then it is a relatively easy task.</p>
<p>The process is:</p>
<ul>
<li>Copy the entire EM project structure to the new server (assuming you are going from like platform, i.e windows to like platform, i.e windows)</li>
<li>In EM 6.1 create a new project and call it the same name as the one you copied and give it the same path</li>
<li>When it tells you it already exists the accept the warning.</li>
</ul>
<p>Wallah your EM project is now in SAS 9.2 / EM 6.1</p>
<p>(Warning you can;t send it back to EM 5.1)</p>
<p>I did strike a few gotach&#8217;s:</p>
<ul>
<li>I hadn&#8217;t migrated the SAS formats that the tables in EM model were using, so it didn&#8217;t import the tables, but also didn&#8217;t give me an error, they just didn&#8217;t show up.  Once i migrated the formats, it was fine (had to recopy the EM project files though)</li>
<li>I got some horrendous SCL error when opening the Diagrams, so ended up deleting them, exporting them as xml objects in EM 5.1 and then importing them as new diagrams in EM 6.1</li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2010%2F03%2F18%2Fsas-9-2-migration-migrating-enterprise-miner-em-models%2F&amp;title=SAS%209.2%20Migration%20%26%238211%3B%20Migrating%20Enterprise%20Miner%20%28EM%29%20Models" id="wpa2a_18"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2010/03/18/sas-9-2-migration-migrating-enterprise-miner-em-models/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

