<?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 9.2 to SAS 9.4 migration in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-2-to-SAS-9-4-migration/m-p/622762#M183216</link>
    <description>&lt;P&gt;A warning with anything using SAS&amp;nbsp;Catalogs for storage, such as Formats. Make sure that you have code to recreate any of the catalogs, especially if you are going from a 32 bit 9.2 installation.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Feb 2020 16:18:57 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-02-06T16:18:57Z</dc:date>
    <item>
      <title>SAS 9.2 to SAS 9.4 migration</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-2-to-SAS-9-4-migration/m-p/622641#M183172</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One of our client is moving from SAS 9.2(LINUX) to SAS 9.4 version on a new Linux server. The software will be upgraded by the SAS Admins along with the necessary configurations. However we would also need to migrate the SAS codes to the new server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apart from the library and new sources changes, We wanted to know if we need to do any changes to the codes. I mean i know SAS 9.4 is backward compatible, but are these things which we can change to make the code more efficient.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;BR /&gt;Manjeet&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 10:01:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-2-to-SAS-9-4-migration/m-p/622641#M183172</guid>
      <dc:creator>mnjtrana</dc:creator>
      <dc:date>2020-02-06T10:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.2 to SAS 9.4 migration</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-2-to-SAS-9-4-migration/m-p/622647#M183175</link>
      <description>&lt;P&gt;SAS 9.4 is more picky when you combine datasets where a variable has different lengths.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data tab_a;
length date 4;
date = today();
run;

data tab_b;
date = today() + 1;
run;

data tab_c;
set
  tab_a
  tab_b
;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;would have given you a NOTE in 9.2, but will give you a WARNING in 9.4.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 10:21:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-2-to-SAS-9-4-migration/m-p/622647#M183175</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-02-06T10:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.2 to SAS 9.4 migration</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-2-to-SAS-9-4-migration/m-p/622762#M183216</link>
      <description>&lt;P&gt;A warning with anything using SAS&amp;nbsp;Catalogs for storage, such as Formats. Make sure that you have code to recreate any of the catalogs, especially if you are going from a 32 bit 9.2 installation.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 16:18:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-2-to-SAS-9-4-migration/m-p/622762#M183216</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-02-06T16:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.2 to SAS 9.4 migration</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-2-to-SAS-9-4-migration/m-p/622865#M183247</link>
      <description>&lt;P&gt;All important SAS programs should be retested in SAS 9.4. That is the only way to ensure they work correctly. I would also recommend comparing key output SAS datasets to ensure you get the same results. PROC COMPARE can do this.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 20:47:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-2-to-SAS-9-4-migration/m-p/622865#M183247</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-02-06T20:47:16Z</dc:date>
    </item>
  </channel>
</rss>

