<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAS Platform Migration in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Platform-Migration/m-p/478268#M286048</link>
    <description>&lt;P&gt;Just to be sure: 64 bits SAS to 64 bits?&lt;/P&gt;
&lt;P&gt;Otherwise you'll have issues.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jul 2018 04:00:06 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2018-07-16T04:00:06Z</dc:date>
    <item>
      <title>SAS Platform Migration</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Platform-Migration/m-p/476020#M286043</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am currently doing the pre study of migrating a&amp;nbsp;SAS platform which is set up in WINDOWS(2012 R2) to WINDOWS (2012 R2) itself but in a different data centre. It has a BI setup (metadata server , webserver) as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As the OS is same , can I assume that&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Whatever the SAS code running in source would be running in target as well with out any errors.&lt;/P&gt;
&lt;P&gt;Metadata can be exported from SMC and import it in the target platform.&lt;/P&gt;
&lt;P&gt;Data in the source can as such be migrated on to target&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any other points that I should consider.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Vijayanand.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 14:33:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Platform-Migration/m-p/476020#M286043</guid>
      <dc:creator>vijayanand</dc:creator>
      <dc:date>2018-07-06T14:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Platform Migration</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Platform-Migration/m-p/476184#M286044</link>
      <description>&lt;P&gt;What SAS versions are you migrating from, and migrating to? If these are different then the SAS Upgrade page is a great resource:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/software/updates/index.html" target="_blank"&gt;http://support.sas.com/software/updates/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the migration part check out the Migration Focus Area: &lt;A href="http://support.sas.com/rnd/migration/" target="_blank"&gt;http://support.sas.com/rnd/migration/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Don't assume your code will run without error on your target platform - always test it. That is true whether or not you are changing SAS versions or OS's. It is pretty common to have something different or left out so your migrated code fails. Only by running your code will you know your target system is good. I would also advise comparing source and target datasets, at least the ones you have run code on, as well to confirm they are the same (PROC COMPARE is great for this).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jul 2018 03:42:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Platform-Migration/m-p/476184#M286044</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-07-07T03:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Platform Migration</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Platform-Migration/m-p/476193#M286045</link>
      <description>&lt;P&gt;Thanks for the quick response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The SAS version remains the same on both source and target platforms (it is 9.4).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I agree that TESTING should happen &amp;nbsp;and it takes a major role in deciding that the migration is successful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question earlier was, should I make any changes in the code post migration, before testing (i'm sure we would come to know in testing &amp;nbsp;whatever is missed out). However , would like to document the changes before hand.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Vijayanand.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jul 2018 09:32:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Platform-Migration/m-p/476193#M286045</guid>
      <dc:creator>vijayanand</dc:creator>
      <dc:date>2018-07-07T09:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Platform Migration</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Platform-Migration/m-p/476823#M286046</link>
      <description>&lt;P&gt;Watch out for hardcoded values such as pathnames.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are upgrading to a newer maintenance release of SAS 9.4, then see &lt;A href="http://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=whatsdiff&amp;amp;docsetTarget=titlepage.htm" target="_self"&gt;SAS® 9.4 Guide to Software Updates.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 14:13:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Platform-Migration/m-p/476823#M286046</guid>
      <dc:creator>maggiem_sas</dc:creator>
      <dc:date>2018-07-10T14:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Platform Migration</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Platform-Migration/m-p/478092#M286047</link>
      <description>&lt;P&gt;There is no harm in running your migrated code unchanged to identify where there are any problems.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jul 2018 03:47:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Platform-Migration/m-p/478092#M286047</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-07-14T03:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Platform Migration</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Platform-Migration/m-p/478268#M286048</link>
      <description>&lt;P&gt;Just to be sure: 64 bits SAS to 64 bits?&lt;/P&gt;
&lt;P&gt;Otherwise you'll have issues.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 04:00:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Platform-Migration/m-p/478268#M286048</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-07-16T04:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Platform Migration</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Platform-Migration/m-p/478270#M286049</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;gt; My question earlier was, should I make any changes in the code post migration, before testing (i'm sure we would come to know in testing &amp;nbsp;whatever is missed out). However , would like to document the changes before hand.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;IF&lt;/STRONG&gt;&amp;nbsp;the OS and the SAS versions and the paths are&amp;nbsp;the same, there is no change to make &lt;EM&gt;a priori&lt;/EM&gt;. If not, you need to modify the code to cater for the known changes.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 04:04:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Platform-Migration/m-p/478270#M286049</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-07-16T04:04:14Z</dc:date>
    </item>
  </channel>
</rss>

