<?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 dataset opens in SAS Enterprise  but not in SAS 9.1 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-opens-in-SAS-Enterprise-but-not-in-SAS-9-1/m-p/33049#M6380</link>
    <description>Open the dataset again in EGuide.  Select Properties and see how the dataset was created and give you an indication of your next step.&lt;BR /&gt;
&lt;BR /&gt;
For instance, if you have multiple SAS datasets on your desktop and they were created with different engines, then you need different libnames for each engine type.  &lt;BR /&gt;
&lt;BR /&gt;
(Note that even if the files have the same extension, they may have been created with different engines.)</description>
    <pubDate>Mon, 18 May 2009 19:28:02 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2009-05-18T19:28:02Z</dc:date>
    <item>
      <title>SAS dataset opens in SAS Enterprise  but not in SAS 9.1</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-opens-in-SAS-Enterprise-but-not-in-SAS-9-1/m-p/33048#M6379</link>
      <description>A colleague emailed me a SAS dataset which I copied to my desktop. I double click it and it opens just fine in SAS Enterprise.  I can see all the variable names and the actual data. &lt;BR /&gt;
&lt;BR /&gt;
But when I ask for the dataset to be opened in SAS 9.1 it says:&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Unable to open the table TMP1.exer.  TMP1.exer cannot be opened.  Do you want to select a different table to open.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I am confused.  Because I do not understand enough.  I would like to be able to read the dataset into SAS 9.1.  Any ideas?</description>
      <pubDate>Sun, 17 May 2009 16:43:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-opens-in-SAS-Enterprise-but-not-in-SAS-9-1/m-p/33048#M6379</guid>
      <dc:creator>Doc</dc:creator>
      <dc:date>2009-05-17T16:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS dataset opens in SAS Enterprise  but not in SAS 9.1</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-opens-in-SAS-Enterprise-but-not-in-SAS-9-1/m-p/33049#M6380</link>
      <description>Open the dataset again in EGuide.  Select Properties and see how the dataset was created and give you an indication of your next step.&lt;BR /&gt;
&lt;BR /&gt;
For instance, if you have multiple SAS datasets on your desktop and they were created with different engines, then you need different libnames for each engine type.  &lt;BR /&gt;
&lt;BR /&gt;
(Note that even if the files have the same extension, they may have been created with different engines.)</description>
      <pubDate>Mon, 18 May 2009 19:28:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-opens-in-SAS-Enterprise-but-not-in-SAS-9-1/m-p/33049#M6380</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-05-18T19:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS dataset opens in SAS Enterprise  but not in SAS 9.1</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-opens-in-SAS-Enterprise-but-not-in-SAS-9-1/m-p/33050#M6381</link>
      <description>Hi Doc,&lt;BR /&gt;
&lt;BR /&gt;
you have given the error pop-up when you tried to open the table.&lt;BR /&gt;
&lt;BR /&gt;
can you please post the error showing in log window.&lt;BR /&gt;
&lt;BR /&gt;
This problem occurs when BASE SAS not able to identify the formats assigned to the variables where SAS EG can do that.&lt;BR /&gt;
&lt;BR /&gt;
I faced this problem before. we have reassigned the format for that particular variable and then we used that table in BASE SAS.&lt;BR /&gt;
&lt;BR /&gt;
This is one possible reason for that ERROR&lt;BR /&gt;
&lt;BR /&gt;
Hope this will help you&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
skm</description>
      <pubDate>Thu, 21 May 2009 04:33:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-opens-in-SAS-Enterprise-but-not-in-SAS-9-1/m-p/33050#M6381</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-21T04:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS dataset opens in SAS Enterprise  but not in SAS 9.1</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-opens-in-SAS-Enterprise-but-not-in-SAS-9-1/m-p/33051#M6382</link>
      <description>Doc&lt;BR /&gt;
 &lt;BR /&gt;
is it possible the data set was read in E.G. from an excel file with special characters in a column name?&lt;BR /&gt;
It seems by default E.G. applies system option [pre]          validVarName= ANY [/pre] but a non-E.G. session uses V7 instead of ANY.&lt;BR /&gt;
If you set your defaults (in so many ways) to ValidVarName=ANY, you may overcome the problem.&lt;BR /&gt;
 &lt;BR /&gt;
good luck&lt;BR /&gt;
 &lt;BR /&gt;
PeterC</description>
      <pubDate>Thu, 21 May 2009 14:56:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-dataset-opens-in-SAS-Enterprise-but-not-in-SAS-9-1/m-p/33051#M6382</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2009-05-21T14:56:21Z</dc:date>
    </item>
  </channel>
</rss>

