<?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 Index files on sas datasets in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Index-files-on-sas-datasets/m-p/560501#M156752</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am migrating an indexed sasdataset from an AIX server to a Linux server , using PROC DOWNLOAD. The data file got migrated but not the index file.&amp;nbsp; Even with PROC CPORT and CIMPORT , the index file was not migrated.&amp;nbsp; &amp;nbsp;The index file is physically present on the AIX server along with the data file.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On further investigation into the results of Proc Contents on this dataset, it says that Indexes 0, which means there is no index defined on this dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Though the index file is physically present, is it that the index file has no connection with the data file and the index file is of no use.&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>Tue, 21 May 2019 13:52:20 GMT</pubDate>
    <dc:creator>vijayanand</dc:creator>
    <dc:date>2019-05-21T13:52:20Z</dc:date>
    <item>
      <title>Index files on sas datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Index-files-on-sas-datasets/m-p/560501#M156752</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am migrating an indexed sasdataset from an AIX server to a Linux server , using PROC DOWNLOAD. The data file got migrated but not the index file.&amp;nbsp; Even with PROC CPORT and CIMPORT , the index file was not migrated.&amp;nbsp; &amp;nbsp;The index file is physically present on the AIX server along with the data file.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On further investigation into the results of Proc Contents on this dataset, it says that Indexes 0, which means there is no index defined on this dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Though the index file is physically present, is it that the index file has no connection with the data file and the index file is of no use.&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>Tue, 21 May 2019 13:52:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Index-files-on-sas-datasets/m-p/560501#M156752</guid>
      <dc:creator>vijayanand</dc:creator>
      <dc:date>2019-05-21T13:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Index files on sas datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Index-files-on-sas-datasets/m-p/560540#M156772</link>
      <description>&lt;P&gt;Can you show the logic used when you ran the PROC DOWNLOAD, PROC CPORT, PROC CIMPORT steps?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 14:55:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Index-files-on-sas-datasets/m-p/560540#M156772</guid>
      <dc:creator>tsap</dc:creator>
      <dc:date>2019-05-21T14:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Index files on sas datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Index-files-on-sas-datasets/m-p/560593#M156798</link>
      <description>&lt;P&gt;Index files are highly version- and platform-specific and must be rebuilt on the target platform.&lt;/P&gt;
&lt;P&gt;Even PROC MIGRATE does not migrate indexes, it rebuilds them.&lt;/P&gt;
&lt;P&gt;You need to make an inventory of indexes so you can rebuild them on the target platform.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 17:38:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Index-files-on-sas-datasets/m-p/560593#M156798</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-05-21T17:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Index files on sas datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Index-files-on-sas-datasets/m-p/560662#M156840</link>
      <description>PROC DOWNLOAD supports recreation of indexes, but behaviour depend on how you are using the OUT=, DATA= and INDEX = options.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=connref&amp;amp;docsetTarget=n01xxs4f7yb4cln188odwmewp98x.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n0y1aj2ak4zismn1h0lpo16ystwh" target="_blank"&gt;https://documentation.sas.com/?docsetId=connref&amp;amp;docsetTarget=n01xxs4f7yb4cln188odwmewp98x.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n0y1aj2ak4zismn1h0lpo16ystwh&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 May 2019 20:43:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Index-files-on-sas-datasets/m-p/560662#M156840</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2019-05-21T20:43:53Z</dc:date>
    </item>
  </channel>
</rss>

