<?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: How to migrate SAS application from HP Unix to Linux SAS grid environment. in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-migrate-SAS-application-from-HP-Unix-to-Linux-SAS-grid/m-p/909357#M27758</link>
    <description>&lt;P&gt;SAS Code can be copied from UNIX (HP-UX) to Linux and run without edits to the SAS Code.&amp;nbsp; Of course, directory folder names will need to be updated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No comes the discussion on SAS data files (data sets, indexes, and catalogs).&amp;nbsp; Linux SAS 9 can read (read-only) SAS data files, but not SAS indexes or catalogs.&amp;nbsp; If all you need is read access of plain SAS data sets with no indexes and no custom formats, then you can just copy the SAS data sets with any UNIX tool from one system to the other.&amp;nbsp; SAS 9 will use the SAS CEDA feature to read these SAS data sets with the SAS 9 Linux version.&amp;nbsp;&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/movefile/p0mvwvg25ceml5n1c2digfpk6vkh.htm" target="_blank"&gt;SAS Help Center: Overview of Cross-Environment Data Access (CEDA)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need to be able to update the SAS data sets created on HP-UX and/or apply SAS Indexes and/or SAS custom formats, then you need to migrate these SAS data sets.&amp;nbsp; There are several ways to do this.&amp;nbsp; PROC MIGRATE seems to be the most popular tool (&lt;A href="https://support.sas.com/resources/papers/proceedings/proceedings/sugi28/288-28.pdf" target="_blank"&gt;SUGI 28: PROC MIGRATE: How to Migrate Your Data and Know You?ve Done It Right! (sas.com)&lt;/A&gt;)&amp;nbsp; You can also PROC CPORT and PROC CIMPORT your SAS data files.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if you need more examples.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Dec 2023 17:37:03 GMT</pubDate>
    <dc:creator>MargaretC</dc:creator>
    <dc:date>2023-12-21T17:37:03Z</dc:date>
    <item>
      <title>How to migrate SAS application from HP Unix to Linux SAS grid environment.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-migrate-SAS-application-from-HP-Unix-to-Linux-SAS-grid/m-p/909224#M27754</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Could some one please help me on this request, How to&amp;nbsp;migrate a SAS application from HP Unix to already existing Linux SAS grid environment ???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What are the &lt;STRONG&gt;prerequisites/configurations&lt;/STRONG&gt; need to be followed in already existing Linux Grid Server ?&lt;/P&gt;&lt;P&gt;How the application &lt;STRONG&gt;data sets &amp;amp; data folders&lt;/STRONG&gt;&amp;nbsp;should be migrated (Through any tools or manual transfer) to already existing Grid sever ?&lt;/P&gt;&lt;P&gt;Post migration to&amp;nbsp;existing Linux Grid Server what configuration changes need to be performed to run the application smoothly in the&amp;nbsp;&amp;nbsp;existing Linux Grid Server ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deva.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 07:40:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-migrate-SAS-application-from-HP-Unix-to-Linux-SAS-grid/m-p/909224#M27754</guid>
      <dc:creator>DevaCh</dc:creator>
      <dc:date>2023-12-21T07:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate SAS application from HP Unix to Linux SAS grid environment.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-migrate-SAS-application-from-HP-Unix-to-Linux-SAS-grid/m-p/909357#M27758</link>
      <description>&lt;P&gt;SAS Code can be copied from UNIX (HP-UX) to Linux and run without edits to the SAS Code.&amp;nbsp; Of course, directory folder names will need to be updated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No comes the discussion on SAS data files (data sets, indexes, and catalogs).&amp;nbsp; Linux SAS 9 can read (read-only) SAS data files, but not SAS indexes or catalogs.&amp;nbsp; If all you need is read access of plain SAS data sets with no indexes and no custom formats, then you can just copy the SAS data sets with any UNIX tool from one system to the other.&amp;nbsp; SAS 9 will use the SAS CEDA feature to read these SAS data sets with the SAS 9 Linux version.&amp;nbsp;&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/movefile/p0mvwvg25ceml5n1c2digfpk6vkh.htm" target="_blank"&gt;SAS Help Center: Overview of Cross-Environment Data Access (CEDA)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need to be able to update the SAS data sets created on HP-UX and/or apply SAS Indexes and/or SAS custom formats, then you need to migrate these SAS data sets.&amp;nbsp; There are several ways to do this.&amp;nbsp; PROC MIGRATE seems to be the most popular tool (&lt;A href="https://support.sas.com/resources/papers/proceedings/proceedings/sugi28/288-28.pdf" target="_blank"&gt;SUGI 28: PROC MIGRATE: How to Migrate Your Data and Know You?ve Done It Right! (sas.com)&lt;/A&gt;)&amp;nbsp; You can also PROC CPORT and PROC CIMPORT your SAS data files.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if you need more examples.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 17:37:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-migrate-SAS-application-from-HP-Unix-to-Linux-SAS-grid/m-p/909357#M27758</guid>
      <dc:creator>MargaretC</dc:creator>
      <dc:date>2023-12-21T17:37:03Z</dc:date>
    </item>
  </channel>
</rss>

