<?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: Unable to open a SAS dataset from a library in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-a-SAS-dataset-from-a-library/m-p/455746#M115351</link>
    <description>&lt;P&gt;Please find the below log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GOPTIONS ACCESSIBLE;&lt;BR /&gt;26 data x;&lt;BR /&gt;27 set old.MRI_JUL30;&lt;BR /&gt;ERROR: File OLD.MRI_JUL30.DATA does not exist.&lt;BR /&gt;28 run;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Apr 2018 19:50:47 GMT</pubDate>
    <dc:creator>rakeshvvv</dc:creator>
    <dc:date>2018-04-19T19:50:47Z</dc:date>
    <item>
      <title>Unable to open a SAS dataset from a library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-a-SAS-dataset-from-a-library/m-p/455729#M115345</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can some one help me below issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am able to open all data sets except for two data sets in my library. All are upcased dataset names and cannot be changed. Any thoughts on how to open dataset in library. I am able open the datasets in the location but not using libname.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 19:15:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-a-SAS-dataset-from-a-library/m-p/455729#M115345</guid>
      <dc:creator>rakeshvvv</dc:creator>
      <dc:date>2018-04-19T19:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open a SAS dataset from a library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-a-SAS-dataset-from-a-library/m-p/455731#M115347</link>
      <description>&lt;P&gt;A couple of thoughts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How long are the dataset names?&amp;nbsp; If they are too long (&amp;gt;32 characters) then I don't think the explorer can show them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are the datasets from a different operating system than you are currently working on?&amp;nbsp; When I get transferred data sometimes it is created in PC SAS where I am using Linux SAS.&amp;nbsp; I have to go into PC SAS to convert the dataset to a transport file and then unzip it within Linux SAS to be able to see it in my explorer and use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 19:22:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-a-SAS-dataset-from-a-library/m-p/455731#M115347</guid>
      <dc:creator>JeffMeyers</dc:creator>
      <dc:date>2018-04-19T19:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open a SAS dataset from a library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-a-SAS-dataset-from-a-library/m-p/455732#M115348</link>
      <description>&lt;P&gt;Are you sure that the two datasets are sas datasets?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you get any message in the log ? maybe they are damaged?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;run next code and post the log;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;data test;&amp;nbsp; set &amp;lt;lib.dsname&amp;gt;; run;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 19:25:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-a-SAS-dataset-from-a-library/m-p/455732#M115348</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2018-04-19T19:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open a SAS dataset from a library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-a-SAS-dataset-from-a-library/m-p/455733#M115349</link>
      <description>&lt;P&gt;Please show the logs of successes and failures. And make sure that the names of the files are all lowercase if you're working on UNIX.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 19:25:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-a-SAS-dataset-from-a-library/m-p/455733#M115349</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-04-19T19:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open a SAS dataset from a library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-a-SAS-dataset-from-a-library/m-p/455746#M115351</link>
      <description>&lt;P&gt;Please find the below log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GOPTIONS ACCESSIBLE;&lt;BR /&gt;26 data x;&lt;BR /&gt;27 set old.MRI_JUL30;&lt;BR /&gt;ERROR: File OLD.MRI_JUL30.DATA does not exist.&lt;BR /&gt;28 run;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 19:50:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-a-SAS-dataset-from-a-library/m-p/455746#M115351</guid>
      <dc:creator>rakeshvvv</dc:creator>
      <dc:date>2018-04-19T19:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open a SAS dataset from a library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-a-SAS-dataset-from-a-library/m-p/455757#M115354</link>
      <description>&lt;P&gt;Can you see OLD.MRI_JUL30.DATA&amp;nbsp;in the SAS explorer data set list? If so and&amp;nbsp;you click on it what happens?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Lower case L   l
may look a lot like upper case "i" in some fonts&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 Apr 2018 20:47:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-a-SAS-dataset-from-a-library/m-p/455757#M115354</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-04-19T20:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open a SAS dataset from a library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-a-SAS-dataset-from-a-library/m-p/455761#M115356</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SQL;
select distinct memname 
from dictionary.tables 
where libname="&amp;lt;Your Library Name in UPCASE&amp;gt;"
;
quit;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Run this query and check if the tables exists or not, if they exist then&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;might be right.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 21:14:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-a-SAS-dataset-from-a-library/m-p/455761#M115356</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-04-19T21:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open a SAS dataset from a library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-a-SAS-dataset-from-a-library/m-p/455833#M115382</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41988"&gt;@rakeshvvv&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Please find the below log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GOPTIONS ACCESSIBLE;&lt;BR /&gt;26 data x;&lt;BR /&gt;27 set old.MRI_JUL30;&lt;BR /&gt;ERROR: File OLD.MRI_JUL30.DATA does not exist.&lt;BR /&gt;28 run;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This means that no file&lt;/P&gt;
&lt;PRE&gt;mri_jul30.sas7bdat&lt;/PRE&gt;
&lt;P&gt;exists in the directory to which the libname for library OLD points.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2018 05:32:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-open-a-SAS-dataset-from-a-library/m-p/455833#M115382</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-04-20T05:32:33Z</dc:date>
    </item>
  </channel>
</rss>

