<?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: Getting  &amp;quot;ERROR: File CLEAN_D.FINC651_PROJECTFUNDDATA.DATA does not exist.&amp;quot; in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Getting-quot-ERROR-File-CLEAN-D-FINC651-PROJECTFUNDDATA-DATA/m-p/867876#M38403</link>
    <description>&lt;P&gt;Such a simple error I made not having the correct folder!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you to all who replied!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Apr 2023 21:59:47 GMT</pubDate>
    <dc:creator>bhadero</dc:creator>
    <dc:date>2023-04-03T21:59:47Z</dc:date>
    <item>
      <title>Getting  "ERROR: File CLEAN_D.FINC651_PROJECTFUNDDATA.DATA does not exist."</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Getting-quot-ERROR-File-CLEAN-D-FINC651-PROJECTFUNDDATA-DATA/m-p/867824#M38400</link>
      <description>&lt;P&gt;I can't seem to figure out why my program isn't working? I am new to this and was following a lecture but I don't know what I did wrong.&lt;/P&gt;&lt;P&gt;So far, I had uploaded the sas7bdat file to my content folder and I think that may be where I messed up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The program I have is:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;libname CLEAN_D "/home/u63338364/My_Content";&lt;BR /&gt;options nocenter;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;proc sort data=clean_d.FINC651FundData &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;out=ret;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;by name;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;run;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I then get the error. Again, I am pretty new to this so any assistance would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a screen shot:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bhadero_0-1680543911941.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/82287iB176EA92A3788348/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bhadero_0-1680543911941.png" alt="bhadero_0-1680543911941.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 17:45:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Getting-quot-ERROR-File-CLEAN-D-FINC651-PROJECTFUNDDATA-DATA/m-p/867824#M38400</guid>
      <dc:creator>bhadero</dc:creator>
      <dc:date>2023-04-03T17:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Getting  "ERROR: File CLEAN_D.FINC651_PROJECTFUNDDATA.DATA does not exist."</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Getting-quot-ERROR-File-CLEAN-D-FINC651-PROJECTFUNDDATA-DATA/m-p/867827#M38401</link>
      <description>&lt;P&gt;It looks like your LIBNAME statement is missing a folder. The files that you show pictures of are in the FINC651 folder inside MyContent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, are you sure that your version of studio isn't going to have issues with mixed case names?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 17:51:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Getting-quot-ERROR-File-CLEAN-D-FINC651-PROJECTFUNDDATA-DATA/m-p/867827#M38401</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-04-03T17:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Getting  "ERROR: File CLEAN_D.FINC651_PROJECTFUNDDATA.DATA does not exist."</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Getting-quot-ERROR-File-CLEAN-D-FINC651-PROJECTFUNDDATA-DATA/m-p/867833#M38402</link>
      <description>&lt;P&gt;The picture you showed there is a file named finc651funddatat.sas7bdat in a folder named FINC651.&lt;/P&gt;
&lt;P&gt;But your libref CLEAN_D is pointing to a folder named My_Content.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the error message there is no file named finc651funddata.sas7bat in the My_Content folder.&lt;/P&gt;
&lt;P&gt;We cannot tell from your picture whether or not you copied the dataset into that directory also since it might be below the folder FINC651 and so scrolled off the bottom of the screen.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 18:50:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Getting-quot-ERROR-File-CLEAN-D-FINC651-PROJECTFUNDDATA-DATA/m-p/867833#M38402</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-04-03T18:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Getting  "ERROR: File CLEAN_D.FINC651_PROJECTFUNDDATA.DATA does not exist."</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Getting-quot-ERROR-File-CLEAN-D-FINC651-PROJECTFUNDDATA-DATA/m-p/867876#M38403</link>
      <description>&lt;P&gt;Such a simple error I made not having the correct folder!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you to all who replied!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 21:59:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Getting-quot-ERROR-File-CLEAN-D-FINC651-PROJECTFUNDDATA-DATA/m-p/867876#M38403</guid>
      <dc:creator>bhadero</dc:creator>
      <dc:date>2023-04-03T21:59:47Z</dc:date>
    </item>
  </channel>
</rss>

