<?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.4 M6: Migration from Unix to Linux in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M6-Migration-from-Unix-to-Linux/m-p/645401#M18884</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/36451"&gt;@MariaD&lt;/a&gt;&amp;nbsp;- That is exactly what SAS/CONNECT can do, and it handles the automatic conversion of SAS files between operating systems, including SAS datasets and catalogs.&lt;/P&gt;</description>
    <pubDate>Tue, 05 May 2020 20:13:30 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2020-05-05T20:13:30Z</dc:date>
    <item>
      <title>SAS 9.4 M6: Migration from Unix to Linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M6-Migration-from-Unix-to-Linux/m-p/641954#M18776</link>
      <description>&lt;P&gt;Hi folks,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are changing our SAS installation from Unix (HP-UX server) to Linux (RedHat) server. One quickly question: is it necessary to make any transformation on our &lt;EM&gt;.sas7bdat&lt;/EM&gt; files to works in Linux server?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 14:13:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M6-Migration-from-Unix-to-Linux/m-p/641954#M18776</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2020-04-22T14:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 M6: Migration from Unix to Linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M6-Migration-from-Unix-to-Linux/m-p/641957#M18778</link>
      <description>You are not required to migrate your data from HP-UX format to Linux format, it can be access via the SAS Cross Environment Data Access method.  This feature is documented here:  &lt;A href="https://go.documentation.sas.com/?docsetId=movefile&amp;amp;docsetTarget=p0mvwvg25ceml5n1c2digfpk6vkh.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://go.documentation.sas.com/?docsetId=movefile&amp;amp;docsetTarget=p0mvwvg25ceml5n1c2digfpk6vkh.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;BR /&gt;As you can see from the documentation, the SAS data sets can be accessed via CEDA in a read only method.&lt;BR /&gt;Catalogs and indices cannot be accessed via CEDA.  So if you randomly access a SAS data set via an index, you will not be able to do that so you will be sequentially accessing the data in file, this can cause SAS jobs to run much longer.  Also, user defined formats, which are stored in SAS catalogs, are not available to you until you convert the SAS data file to Linux format and recreate the index.&lt;BR /&gt;Hope this helps.&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Apr 2020 14:19:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M6-Migration-from-Unix-to-Linux/m-p/641957#M18778</guid>
      <dc:creator>MargaretC</dc:creator>
      <dc:date>2020-04-22T14:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 M6: Migration from Unix to Linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M6-Migration-from-Unix-to-Linux/m-p/641968#M18779</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 14:34:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M6-Migration-from-Unix-to-Linux/m-p/641968#M18779</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2020-04-22T14:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 M6: Migration from Unix to Linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M6-Migration-from-Unix-to-Linux/m-p/645371#M18880</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/1759"&gt;@MargaretC&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, as per your information, we'll need to recreate all indexes for our SAS tables. If we use a REPAIR sentence for PROC DATASETS on a Linux server, the index will be recreated? If not, there is any way to read (before migrate the data) the index definition to create a process to recreate them on Linux server?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know the PROC CONTENTS show the index detail but in a report. There is any way to send this information to a table to create an automatic process?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 18:20:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M6-Migration-from-Unix-to-Linux/m-p/645371#M18880</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2020-05-05T18:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 M6: Migration from Unix to Linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M6-Migration-from-Unix-to-Linux/m-p/645396#M18881</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/36451"&gt;@MariaD&lt;/a&gt;&amp;nbsp;- If you use SAS/CONNECT and PROC UPLOAD to migrate your data you can recreate your indexes automatically:&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=connref&amp;amp;docsetTarget=n12q8v8qgfbtw8n1kqlzm78mvaz8.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#p1lfr770s8voxbn1kvx2mnr8m6jq"&gt;https://documentation.sas.com/?docsetId=connref&amp;amp;docsetTarget=n12q8v8qgfbtw8n1kqlzm78mvaz8.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#p1lfr770s8voxbn1kvx2mnr8m6jq&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 20:01:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M6-Migration-from-Unix-to-Linux/m-p/645396#M18881</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-05-05T20:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 M6: Migration from Unix to Linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M6-Migration-from-Unix-to-Linux/m-p/645398#M18882</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;. No, we'll change the storage from one server to other.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 20:08:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M6-Migration-from-Unix-to-Linux/m-p/645398#M18882</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2020-05-05T20:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 M6: Migration from Unix to Linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M6-Migration-from-Unix-to-Linux/m-p/645401#M18884</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/36451"&gt;@MariaD&lt;/a&gt;&amp;nbsp;- That is exactly what SAS/CONNECT can do, and it handles the automatic conversion of SAS files between operating systems, including SAS datasets and catalogs.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 20:13:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M6-Migration-from-Unix-to-Linux/m-p/645401#M18884</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-05-05T20:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 M6: Migration from Unix to Linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M6-Migration-from-Unix-to-Linux/m-p/645466#M18889</link>
      <description>&lt;P&gt;PROC MIGRATE can be used with SAS/CONNECT from one file system to another file system to avoid CEDA limitations.&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;Indexes and integrity constraints are rebuilt on the member in the target library.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Here is the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=proc&amp;amp;docsetTarget=p1kv04orx2cy03n1urntor37gzkz.htm" target="_self"&gt;PROC MIGRATE documentation&lt;/A&gt;&amp;nbsp;but a better example that uses a CONNECT spawner is below (the doc will be updated at next release). Run this in the target environment, using your values for the italic values in the example. Note that PROC MIGRATE can only migrate one library (directory) at a time. The CONNECT server must match the data representation of the source library, which in your case would be HP-UX.&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;options comamid=tcp;
%let myserver=&lt;EM&gt;host.name.com&lt;/EM&gt;;
signon myserver.&lt;EM&gt;__1234&lt;/EM&gt; user=&lt;EM&gt;userid&lt;/EM&gt; password='&lt;EM&gt;mypw&lt;/EM&gt;'; 

libname source '&lt;EM&gt;source-library-pathname&lt;/EM&gt;' server=myserver.&lt;EM&gt;__1234&lt;/EM&gt;;
libname target '&lt;EM&gt;target-library-pathname&lt;/EM&gt;';

proc migrate in=source out=target &lt;EM&gt;&amp;lt;options&amp;gt;&lt;/EM&gt;;
run;
signoff myserver.&lt;EM&gt;__1234&lt;/EM&gt;;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 May 2020 23:19:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M6-Migration-from-Unix-to-Linux/m-p/645466#M18889</guid>
      <dc:creator>maggiem_sas</dc:creator>
      <dc:date>2020-05-05T23:19:22Z</dc:date>
    </item>
  </channel>
</rss>

