<?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: Failed to open SAS data sets in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Failed-to-open-SAS-data-sets/m-p/895593#M39823</link>
    <description>&lt;P&gt;The most common cause of making a dataset with zero variables is that you accidentally run a data step like this that would make such a dataset.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data data3;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;So copy the files as instructed again (in case you have messed them up).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;THen show the code you ran and the SAS log from that code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So for example if the instructions say to put the files in a folder named XXXXX then the code you need to look at the datasets should look something like:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname mylib 'XXXXX';
proc contents data=mylib.data3;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 24 Sep 2023 18:34:57 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2023-09-24T18:34:57Z</dc:date>
    <item>
      <title>Failed to open SAS data sets</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Failed-to-open-SAS-data-sets/m-p/895592#M39822</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;I'm attending an introductory SAS class. The instructor gave us 3 data sets to use during the class but I was not able to open them. I kept getting the error "ERROR: Tables with 0 columns are not supported by this object. TMP3.data3 cannot be opened. Do you want to select a different table to open?" The other members in the class were able to use them without any problem. I tried using the virtual computing lab, redownloading the data sets, and so forth, with the instructor to no success. Is there any one here who might know what the issue could be? I've attached one of the data sets here in case this helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Sep 2023 18:23:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Failed-to-open-SAS-data-sets/m-p/895592#M39822</guid>
      <dc:creator>Wonder94</dc:creator>
      <dc:date>2023-09-24T18:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to open SAS data sets</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Failed-to-open-SAS-data-sets/m-p/895593#M39823</link>
      <description>&lt;P&gt;The most common cause of making a dataset with zero variables is that you accidentally run a data step like this that would make such a dataset.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data data3;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;So copy the files as instructed again (in case you have messed them up).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;THen show the code you ran and the SAS log from that code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So for example if the instructions say to put the files in a folder named XXXXX then the code you need to look at the datasets should look something like:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname mylib 'XXXXX';
proc contents data=mylib.data3;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 24 Sep 2023 18:34:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Failed-to-open-SAS-data-sets/m-p/895593#M39823</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-09-24T18:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to open SAS data sets</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Failed-to-open-SAS-data-sets/m-p/895594#M39824</link>
      <description>&lt;P&gt;I tried writing the data steps with the instructor. Have you tried using the data set I provided?&lt;/P&gt;</description>
      <pubDate>Sun, 24 Sep 2023 18:37:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Failed-to-open-SAS-data-sets/m-p/895594#M39824</guid>
      <dc:creator>Wonder94</dc:creator>
      <dc:date>2023-09-24T18:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to open SAS data sets</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Failed-to-open-SAS-data-sets/m-p/895598#M39825</link>
      <description>&lt;P&gt;Show the code you ran.&amp;nbsp; (and the log)&amp;nbsp; Your error message mentions DATA3 and the file you attached is named data1.sas7bdat.&amp;nbsp; So there is an obvious disconnect there already.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Sep 2023 19:03:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Failed-to-open-SAS-data-sets/m-p/895598#M39825</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-09-24T19:03:26Z</dc:date>
    </item>
  </channel>
</rss>

