<?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: Error : File is NOT a SAS Dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-File-is-NOT-a-SAS-Dataset/m-p/620345#M182270</link>
    <description>&lt;P&gt;Contact your IT support folks / help desk or your SAS administrator. They should be able to help you.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jan 2020 21:21:27 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2020-01-27T21:21:27Z</dc:date>
    <item>
      <title>Error : File is NOT a SAS Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-File-is-NOT-a-SAS-Dataset/m-p/620298#M182242</link>
      <description>Hi There was an upgrade on server for space issue and I get below error . I am unable to retrieve any records from testlib.payments SAS dataset . libname testlib "serverpath"; data apple; set testlib.payments; run; ERROR: File testlib.payments.DATA is not a SAS data set. Can anyone please help ?</description>
      <pubDate>Mon, 27 Jan 2020 19:29:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-File-is-NOT-a-SAS-Dataset/m-p/620298#M182242</guid>
      <dc:creator>hexx18</dc:creator>
      <dc:date>2020-01-27T19:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error : File is NOT a SAS Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-File-is-NOT-a-SAS-Dataset/m-p/620302#M182244</link>
      <description>You should probably raise this first with an internal administrator to ensure there isn't an issue with your set up.</description>
      <pubDate>Mon, 27 Jan 2020 19:36:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-File-is-NOT-a-SAS-Dataset/m-p/620302#M182244</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-27T19:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error : File is NOT a SAS Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-File-is-NOT-a-SAS-Dataset/m-p/620304#M182246</link>
      <description>&lt;P&gt;Sounds like you file is bad.&amp;nbsp; Are you sure the file is a SAS dataset? Just changing the name of the file at the operating system level does not make the contents a SAS dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You seem to say that SAS itself has changed on your system.&amp;nbsp; What was changed? Are you using the same machine and a different version of SAS? What version are you using now? What version were you using before?&amp;nbsp; SAS datasets are normally compatible, but there are limits.&amp;nbsp; You cannot read version 5 datasets for example. You cannot read datasets from an IBM mainframe on Unix or Windows machines.&amp;nbsp; You might need to run the old verison of SAS and convert the files to a transport file of some type to be able to read it with the new version of SAS.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 19:39:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-File-is-NOT-a-SAS-Dataset/m-p/620304#M182246</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-01-27T19:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error : File is NOT a SAS Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-File-is-NOT-a-SAS-Dataset/m-p/620313#M182249</link>
      <description>It’s a SAS dataset which resides in server and Server space has been increased so we can store more data . Now I think file got corrupted . And gives above error when I am trying execute above SAS code .</description>
      <pubDate>Mon, 27 Jan 2020 19:57:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-File-is-NOT-a-SAS-Dataset/m-p/620313#M182249</guid>
      <dc:creator>hexx18</dc:creator>
      <dc:date>2020-01-27T19:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error : File is NOT a SAS Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-File-is-NOT-a-SAS-Dataset/m-p/620320#M182252</link>
      <description>&lt;P&gt;Get the file restored from backup from a date you know when it wasn't corrupted.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 20:13:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-File-is-NOT-a-SAS-Dataset/m-p/620320#M182252</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-01-27T20:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error : File is NOT a SAS Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-File-is-NOT-a-SAS-Dataset/m-p/620321#M182253</link>
      <description>How do I do that ? Any help on this ?&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Mon, 27 Jan 2020 20:17:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-File-is-NOT-a-SAS-Dataset/m-p/620321#M182253</guid>
      <dc:creator>hexx18</dc:creator>
      <dc:date>2020-01-27T20:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error : File is NOT a SAS Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-File-is-NOT-a-SAS-Dataset/m-p/620345#M182270</link>
      <description>&lt;P&gt;Contact your IT support folks / help desk or your SAS administrator. They should be able to help you.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 21:21:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-File-is-NOT-a-SAS-Dataset/m-p/620345#M182270</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-01-27T21:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error : File is NOT a SAS Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-File-is-NOT-a-SAS-Dataset/m-p/620886#M182488</link>
      <description>It worked Thank you</description>
      <pubDate>Wed, 29 Jan 2020 16:47:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-File-is-NOT-a-SAS-Dataset/m-p/620886#M182488</guid>
      <dc:creator>hexx18</dc:creator>
      <dc:date>2020-01-29T16:47:40Z</dc:date>
    </item>
  </channel>
</rss>

