<?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: uploading sas7bdat files to SAS Studio -- file does not exist in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/uploading-sas7bdat-files-to-SAS-Studio-file-does-not-exist/m-p/588098#M168028</link>
    <description>The issue seems to be with the file getting corrupted during the transfer from what you describe. &lt;BR /&gt;</description>
    <pubDate>Thu, 12 Sep 2019 04:52:44 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2019-09-12T04:52:44Z</dc:date>
    <item>
      <title>uploading sas7bdat files to SAS Studio -- file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/uploading-sas7bdat-files-to-SAS-Studio-file-does-not-exist/m-p/588043#M168003</link>
      <description>&lt;P&gt;I have created two sas7bdat files for my class.&amp;nbsp; Students download them from the course website (Canvas) and upload them to SAS Studio.&amp;nbsp; We are not using Enterprise Guide and we do not have SAS installed on our machines.&amp;nbsp; The files appear to upload properly, but when I double click on the file name, I get an error message that the file does not exist.&amp;nbsp; There is absolutely no coding involved in this process, so the earlier solutions regarding library names, etc., should not be the problem.&amp;nbsp; I am running Windows 10, but some students running a Mac have had the same problem.&amp;nbsp; See the screen shot below.&lt;/P&gt;&lt;P&gt;Any guidance would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Karen Keating&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ScreenShotError.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32393i2B3001B59A7DF2BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="ScreenShotError.png" alt="ScreenShotError.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 22:00:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/uploading-sas7bdat-files-to-SAS-Studio-file-does-not-exist/m-p/588043#M168003</guid>
      <dc:creator>KarenKeating</dc:creator>
      <dc:date>2019-09-11T22:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sas7bdat files to SAS Studio -- file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/uploading-sas7bdat-files-to-SAS-Studio-file-does-not-exist/m-p/588093#M168024</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;I have created two sas7bdat files for my class.&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;EM&gt;8&amp;gt;&amp;lt;&amp;nbsp;&amp;nbsp;There is absolutely no coding involved in this process, so the earlier solutions regarding library names, etc., should not be the problem.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's not true. These files are SAS data sets &lt;STRONG&gt;need&lt;/STRONG&gt; to be accessed via a library.&lt;/P&gt;
&lt;P&gt;Because you did not define one, SAS created one for you (called _TEMP6) but something is not quite as expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Define a library and see what happens when you access the file from the library,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 04:19:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/uploading-sas7bdat-files-to-SAS-Studio-file-does-not-exist/m-p/588093#M168024</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-09-12T04:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sas7bdat files to SAS Studio -- file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/uploading-sas7bdat-files-to-SAS-Studio-file-does-not-exist/m-p/588097#M168027</link>
      <description>&lt;P&gt;I can view the contents of other sas7bdat files&amp;nbsp; without creating a library.&amp;nbsp; I just double-click the file name and the table appears in the programming window.&amp;nbsp; Something is different with these two files.&amp;nbsp; Even when I define a library (using copy-and-paste to avoid typos), I still cannot access these two files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am truly perplexed about this.&amp;nbsp; I can create the files, download them to my PC and then upload them to the SAS server, and everything works fine.&amp;nbsp; When I download the same files from Canvas and upload them to SAS, the error occurs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;PRE&gt;libname myfiles '/home/keatingk/STAT 725/2019 Fall Homework';
proc contents data=myfiles.MINUTE1; run;
data temp1;
 set myfiles.MINUTE1;
 run;&lt;/PRE&gt;&lt;P&gt;Here are the messages in the log file:&lt;/P&gt;&lt;PRE&gt; 71         libname myfiles '/home/keatingk/STAT 725/2019 Fall Homework';
 NOTE: Libref MYFILES was successfully assigned as follows: 
       Engine:        V9 
       Physical Name: /home/keatingk/STAT 725/2019 Fall Homework
 72         
 73         proc contents data=myfiles.MINUTE1; run;
 ERROR: File MYFILES.MINUTE1.DATA does not exist.
 
 NOTE: Statements not processed because of errors noted above.
 NOTE: PROCEDURE CONTENTS used (Total process time):
              (. . . some lines are removed . . .)       
 NOTE: The SAS System stopped processing this step because of errors.
 74         
 75         
 76         data temp1;
 77          set myfiles.MINUTE1;
 ERROR: File MYFILES.MINUTE1.DATA does not exist.
 78          run;
 
 NOTE: The SAS System stopped processing this step because of errors.
 WARNING: The data set WORK.TEMP1 may be incomplete.  When this step was stopped there were 0 observations and 0 variables.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 04:43:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/uploading-sas7bdat-files-to-SAS-Studio-file-does-not-exist/m-p/588097#M168027</guid>
      <dc:creator>KarenKeating</dc:creator>
      <dc:date>2019-09-12T04:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sas7bdat files to SAS Studio -- file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/uploading-sas7bdat-files-to-SAS-Studio-file-does-not-exist/m-p/588098#M168028</link>
      <description>The issue seems to be with the file getting corrupted during the transfer from what you describe. &lt;BR /&gt;</description>
      <pubDate>Thu, 12 Sep 2019 04:52:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/uploading-sas7bdat-files-to-SAS-Studio-file-does-not-exist/m-p/588098#M168028</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-09-12T04:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sas7bdat files to SAS Studio -- file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/uploading-sas7bdat-files-to-SAS-Studio-file-does-not-exist/m-p/588101#M168030</link>
      <description>&lt;P&gt;Filenames of dataset files MUST be lowercase only. While datasets are always displayed in uppercase within SAS, the files themselves need to be lowercase.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So you need to rename your files&lt;/P&gt;
&lt;PRE&gt;minute1.sas7bdat
minute5.sas7bdat&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Sep 2019 05:24:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/uploading-sas7bdat-files-to-SAS-Studio-file-does-not-exist/m-p/588101#M168030</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-09-12T05:24:08Z</dc:date>
    </item>
  </channel>
</rss>

