<?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: Not being able to read SAS dataset using libname in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Not-being-able-to-read-SAS-dataset-using-libname/m-p/255499#M48800</link>
    <description>&lt;P&gt;"&lt;SPAN&gt;&lt;EM&gt;When you use the REPAIR statement for SAS data sets, it recreates all indexes for the data set&lt;/EM&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So is it fixed after the&amp;nbsp;REPAIR?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If not, share the full log from the REPAIR operation.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2016 11:49:02 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2016-03-09T11:49:02Z</dc:date>
    <item>
      <title>Not being able to read SAS dataset using libname</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-being-able-to-read-SAS-dataset-using-libname/m-p/255445#M48780</link>
      <description>&lt;P&gt;I'm not being able to read a particular SAS dataset (in sas7bdat format) into SAS using libname. Even obs=1 does not work. SAS gets hanged every time I run. I tried few times, but it doesn't work.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 06:49:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-being-able-to-read-SAS-dataset-using-libname/m-p/255445#M48780</guid>
      <dc:creator>abhik_giri</dc:creator>
      <dc:date>2016-03-09T06:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Not being able to read SAS dataset using libname</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-being-able-to-read-SAS-dataset-using-libname/m-p/255452#M48781</link>
      <description>&lt;P&gt;Please post your libname statement and the log that you get when you execute it.&lt;/P&gt;
&lt;P&gt;Then try to run a PROC CONTENTS on the dataset.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 07:29:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-being-able-to-read-SAS-dataset-using-libname/m-p/255452#M48781</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-03-09T07:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Not being able to read SAS dataset using libname</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-being-able-to-read-SAS-dataset-using-libname/m-p/255461#M48782</link>
      <description>&lt;P&gt;What's the origin of the data set? Perhaps it's create on some other host?&lt;/P&gt;
&lt;P&gt;Perhaps it's corrupt. Try PROC DATASETS with REPAIR.&lt;/P&gt;
&lt;P&gt;Can you create new data sets in the same libname?&lt;/P&gt;
&lt;P&gt;Can you read other data sets in the same libname?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 08:22:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-being-able-to-read-SAS-dataset-using-libname/m-p/255461#M48782</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-03-09T08:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Not being able to read SAS dataset using libname</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-being-able-to-read-SAS-dataset-using-libname/m-p/255495#M48798</link>
      <description>&lt;P&gt;I tried "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;proc datasets&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;library=your_lib;&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;repair&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;a; quit;. ". It says index of the dataset is damaged.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In the same libname, I'm being able to create new datasets as well as&amp;nbsp;read other datasets.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 10:48:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-being-able-to-read-SAS-dataset-using-libname/m-p/255495#M48798</guid>
      <dc:creator>abhik_giri</dc:creator>
      <dc:date>2016-03-09T10:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Not being able to read SAS dataset using libname</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-being-able-to-read-SAS-dataset-using-libname/m-p/255497#M48799</link>
      <description>&lt;P&gt;Then I'd use the hints provided here: &lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a000247698.htm" target="_self"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a000247698.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;to list, remove and recreate the damaged index(es).&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 11:05:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-being-able-to-read-SAS-dataset-using-libname/m-p/255497#M48799</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-03-09T11:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Not being able to read SAS dataset using libname</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-being-able-to-read-SAS-dataset-using-libname/m-p/255499#M48800</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;&lt;EM&gt;When you use the REPAIR statement for SAS data sets, it recreates all indexes for the data set&lt;/EM&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So is it fixed after the&amp;nbsp;REPAIR?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If not, share the full log from the REPAIR operation.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 11:49:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-being-able-to-read-SAS-dataset-using-libname/m-p/255499#M48800</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-03-09T11:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Not being able to read SAS dataset using libname</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-being-able-to-read-SAS-dataset-using-libname/m-p/255556#M48812</link>
      <description>&lt;P&gt;What version of SAS are you using?&lt;/P&gt;
&lt;P&gt;Do you know who made the data set and which version of SAS was used?&lt;/P&gt;
&lt;P&gt;SAS 9.4 datasets are not readable by version 9.2 32 bit at least. So if you have an older version of SAS that may be the cause.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 15:37:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-being-able-to-read-SAS-dataset-using-libname/m-p/255556#M48812</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-03-09T15:37:54Z</dc:date>
    </item>
  </channel>
</rss>

