<?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 Catalogs and Index files in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Catalogs-and-Index-files/m-p/563370#M157930</link>
    <description>&lt;P&gt;When you say data files "&lt;SPAN&gt;are getting migrated successfully," what are you using to migrate?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC MIGRATE can migrate your indexes and most other library members and attributes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have access to a SAS/CONNECT or SAS/SHARE server, PROC MIGRATE can also migrate the catalogs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See&amp;nbsp;&lt;A href="http://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=proc&amp;amp;docsetTarget=p00mbor90f24mfn192ma4krabl05.htm" target="_self"&gt;PROC MIGRATE&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jun 2019 19:24:00 GMT</pubDate>
    <dc:creator>maggiem_sas</dc:creator>
    <dc:date>2019-06-03T19:24:00Z</dc:date>
    <item>
      <title>SAS Catalogs and Index files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Catalogs-and-Index-files/m-p/563193#M157847</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1)Currently we are migrating SAS Data from Unix server to Linux server.&lt;/P&gt;
&lt;P&gt;We have identified that some sas datasets&amp;nbsp; have Data Representation&amp;nbsp; &amp;nbsp;as&amp;nbsp; WINDOWS_32.&amp;nbsp; The data files (.sas7bdat) are getting migrated successfully but not the index files.&amp;nbsp; For these files , the output of PROC CONTENTS shows Indexes as 0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to understand this and how would we migrate these index files?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Some catalog files (.sas7bcat) ,when tried accessing using PROC CATALOG procedure, the message in the log was " xxxxxx.catalog "was created for a different operating system. How do we handle this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Most of these catalog files have formats in them.&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>Mon, 03 Jun 2019 07:20:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Catalogs-and-Index-files/m-p/563193#M157847</guid>
      <dc:creator>vijayanand</dc:creator>
      <dc:date>2019-06-03T07:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Catalogs and Index files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Catalogs-and-Index-files/m-p/563197#M157849</link>
      <description>&lt;P&gt;1) As much as I know you can't emigrate indexes. You should recreate them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) You can continue work with the catalogs and ignore the message: "...&lt;SPAN&gt;catalog was created for a different operating system"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; but it may require more cpu resources. Other way to emigrate them is by CPORT and CIMPORT functions.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 07:33:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Catalogs-and-Index-files/m-p/563197#M157849</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2019-06-03T07:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Catalogs and Index files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Catalogs-and-Index-files/m-p/563201#M157852</link>
      <description>&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/movefile/59598/HTML/default/viewer.htm#a002576217.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/movefile/59598/HTML/default/viewer.htm#a002576217.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/movefile/59598/HTML/default/viewer.htm#a002576216.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/movefile/59598/HTML/default/viewer.htm#a002576216.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 07:53:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Catalogs-and-Index-files/m-p/563201#M157852</guid>
      <dc:creator>ScottBass</dc:creator>
      <dc:date>2019-06-03T07:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Catalogs and Index files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Catalogs-and-Index-files/m-p/563370#M157930</link>
      <description>&lt;P&gt;When you say data files "&lt;SPAN&gt;are getting migrated successfully," what are you using to migrate?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC MIGRATE can migrate your indexes and most other library members and attributes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have access to a SAS/CONNECT or SAS/SHARE server, PROC MIGRATE can also migrate the catalogs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See&amp;nbsp;&lt;A href="http://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=proc&amp;amp;docsetTarget=p00mbor90f24mfn192ma4krabl05.htm" target="_self"&gt;PROC MIGRATE&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 19:24:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Catalogs-and-Index-files/m-p/563370#M157930</guid>
      <dc:creator>maggiem_sas</dc:creator>
      <dc:date>2019-06-03T19:24:00Z</dc:date>
    </item>
  </channel>
</rss>

