<?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 in opening sas7bdat file (File _TEMP2.&amp;lt;filename&amp;gt;.DATA does not exist.) in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377832#M3075</link>
    <description>Hi Reeza, Yes I am using an english browser.&lt;BR /&gt;To add, I opened the file interactively, meaning i browsed the file in SAS Studio explorer. I also tried using SAS JMP to open the file, both interactively and programatically, still I get the error.</description>
    <pubDate>Thu, 20 Jul 2017 16:31:48 GMT</pubDate>
    <dc:creator>lalvar39</dc:creator>
    <dc:date>2017-07-20T16:31:48Z</dc:date>
    <item>
      <title>error in opening sas7bdat file (File _TEMP2.&lt;filename&gt;.DATA does not exist.)</title>
      <link>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377820#M3067</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to open a sas7bdat file using SAS Studio and I am getting the following error.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;File _TEMP2.&amp;lt;filename&amp;gt;.DATA does not exist.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 16:01:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377820#M3067</guid>
      <dc:creator>lalvar39</dc:creator>
      <dc:date>2017-07-20T16:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: error in opening sas7bdat file (File _TEMP2.&lt;filename&gt;.DATA does not exist.)</title>
      <link>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377823#M3068</link>
      <description>&lt;P&gt;Too little information. &amp;nbsp;How/what are you doing? &amp;nbsp;Have you followed the instructions to create a library on the virtual image:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/software/products/university-edition/faq/SAS_libname.htm" target="_blank"&gt;https://support.sas.com/software/products/university-edition/faq/SAS_libname.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You would copy the file onto the virtual image (assuming you using that version) into a folder, then libname in SAS to point to the folder on the virtual image, then you can use the datafile:&lt;/P&gt;
&lt;PRE&gt;libname mylib "/folders/myfolders";

data test;
  set mylib.thedatasetname;
run;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Jul 2017 16:07:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377823#M3068</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-07-20T16:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: error in opening sas7bdat file (File _TEMP2.&lt;filename&gt;.DATA does not exist.)</title>
      <link>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377824#M3069</link>
      <description>&lt;P&gt;Are you sure there is such a file?&lt;/P&gt;
&lt;P&gt;What path is _TEMP2 libref pointing to? Use can use the PATHNAME() function to find out. Or check the properties in the SAS/Studio interface.&lt;/P&gt;
&lt;P&gt;Is SAS running on Unix (if you are using SAS University Edition then it definitely is running on unix)? &amp;nbsp;If so then make sure the physical filename is using all lowercase letters. &amp;nbsp;So if you have a table that you might call in SAS as _temp2.MyTable the physical file needs to be 'mytable.sas7bdat'.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 16:07:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377824#M3069</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-07-20T16:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: error in opening sas7bdat file (File _TEMP2.&lt;filename&gt;.DATA does not exist.)</title>
      <link>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377827#M3071</link>
      <description>&lt;P&gt;Hi, sorry for the few info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the Error that I posted is what I get when opening it interactively, browsed the actual file and double clicked to open.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried opening by creating a library (usual libname then data step). then I am getting this error, "&lt;SPAN&gt;ERROR: File NLIB.&amp;lt;filename&amp;gt;.DATA does not exist.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 16:24:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377827#M3071</guid>
      <dc:creator>lalvar39</dc:creator>
      <dc:date>2017-07-20T16:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: error in opening sas7bdat file (File _TEMP2.&lt;filename&gt;.DATA does not exist.)</title>
      <link>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377828#M3072</link>
      <description>&lt;P&gt;Show a proc datasets on the library and make sure the data file does exist in the folder you think it does.&lt;/P&gt;
&lt;P&gt;Are you using an English browser?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 16:21:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377828#M3072</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-20T16:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: error in opening sas7bdat file (File _TEMP2.&lt;filename&gt;.DATA does not exist.)</title>
      <link>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377830#M3073</link>
      <description>Yes Tom the file exist, the error that I posted is what I get when I tried opening the file interactively, by browsing the file and opening it. using libname then data step is posting me this error,&lt;BR /&gt;ERROR: File NLIB.&amp;lt;filename&amp;gt;.DATA does not exist.</description>
      <pubDate>Thu, 20 Jul 2017 16:23:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377830#M3073</guid>
      <dc:creator>lalvar39</dc:creator>
      <dc:date>2017-07-20T16:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: error in opening sas7bdat file (File _TEMP2.&lt;filename&gt;.DATA does not exist.)</title>
      <link>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377832#M3075</link>
      <description>Hi Reeza, Yes I am using an english browser.&lt;BR /&gt;To add, I opened the file interactively, meaning i browsed the file in SAS Studio explorer. I also tried using SAS JMP to open the file, both interactively and programatically, still I get the error.</description>
      <pubDate>Thu, 20 Jul 2017 16:31:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377832#M3075</guid>
      <dc:creator>lalvar39</dc:creator>
      <dc:date>2017-07-20T16:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: error in opening sas7bdat file (File _TEMP2.&lt;filename&gt;.DATA does not exist.)</title>
      <link>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377833#M3076</link>
      <description>&lt;P&gt;So what path is either _TEMP2 or NLIB pointing to?&lt;/P&gt;
&lt;P&gt;Is the file you are trying to read actually there?&lt;/P&gt;
&lt;P&gt;Do you have permission to read it?&lt;/P&gt;
&lt;P&gt;Is the filename in the proper case? &amp;nbsp;If you renamed or copied from a PC and the filename is 'xxxJULYxxx.sas7bdat' then it is not going be found because if you ask SAS to open NLIB.xxxJULYxxx it will try to open a file named 'xxxjulyxxx.sas7bdat' in the directory that NLIB points to.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/155028"&gt;@lalvar39&lt;/a&gt; wrote:&lt;BR /&gt;Yes Tom the file exist, the error that I posted is what I get when I tried opening the file interactively, by browsing the file and opening it. using libname then data step is posting me this error,&lt;BR /&gt;ERROR: File NLIB.&amp;lt;filename&amp;gt;.DATA does not exist.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 16:32:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377833#M3076</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-07-20T16:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: error in opening sas7bdat file (File _TEMP2.&lt;filename&gt;.DATA does not exist.)</title>
      <link>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377842#M3077</link>
      <description>&lt;P&gt;My guess is the file was created on a different system (ie Windows) and you're using a system so it's not seeing it for some reason. I've seen this happen in SAS UE for some reasons. It usually has to do with the reason above, or a corrupt file, and/or someone spelling the path incorrectly - it is case sensitive.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 17:00:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377842#M3077</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-20T17:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: error in opening sas7bdat file (File _TEMP2.&lt;filename&gt;.DATA does not exist.)</title>
      <link>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377848#M3078</link>
      <description>&lt;P&gt;Make sure the physical filename is in all lowercase letters and is valid for use as a SAS membername.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an example of what happens when it is not.&lt;/P&gt;
&lt;P&gt;I made an empty directory and created a copy of the SASHELP.CLASS dataset there.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname test '~/templib';
data test.class;
  set sashelp.class;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I then went onto the Unix server and copied the file to another file with mixed case letters in the name.&lt;/P&gt;
&lt;PRE&gt;&amp;gt; cp class.sas7bdat BADname.sas7bdat&lt;/PRE&gt;
&lt;P&gt;Now in SAS/Studio I can browse to that folder and open 'class.sas7bdat'. But I cannot open 'BADname.sas7bdat'.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10427iAD556B3DA9381568/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/P&gt;
&lt;P&gt;If you have permission then right click on the filename and select Rename.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10428i6522CF058DE11269/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/P&gt;
&lt;P&gt;Then you can open it.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10429i195A3AF49445C014/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 17:25:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377848#M3078</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-07-20T17:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: error in opening sas7bdat file (File _TEMP2.&lt;filename&gt;.DATA does not exist.)</title>
      <link>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377853#M3079</link>
      <description>Hi Tom,&lt;BR /&gt;Seems like that it is the cause of the problem (renaming of the original file with uppercase). I will check back to the source of the file if such actions were done.&lt;BR /&gt;Thanks!&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jul 2017 17:28:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/error-in-opening-sas7bdat-file-File-TEMP2-lt-filename-gt-DATA/m-p/377853#M3079</guid>
      <dc:creator>lalvar39</dc:creator>
      <dc:date>2017-07-20T17:28:39Z</dc:date>
    </item>
  </channel>
</rss>

