<?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 File  does not exist in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/File-does-not-exist/m-p/887990#M39406</link>
    <description>&lt;P&gt;I have multiple SAS datasets in a folder using SAS University Edition. I can load all of the dataset except for one. I get an error: "File CARDIA.UCSFMEDFEB2013.DATA does not exist."&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2023-08-04 at 4.30.03 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86473i4ECB427542CE95BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-08-04 at 4.30.03 PM.png" alt="Screenshot 2023-08-04 at 4.30.03 PM.png" /&gt;&lt;/span&gt;I am able to load other datasets in the same folder:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2023-08-04 at 4.32.13 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86475i5646F731C58371EB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-08-04 at 4.32.13 PM.png" alt="Screenshot 2023-08-04 at 4.32.13 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;There is nothing different about these datasets other than the contents and the size of the files. The dataset that can't be found is actually smaller.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A friend can load this dataset without problem using a desktop version of SAS.&lt;/P&gt;
&lt;P&gt;Any ideas as to how I might be able to resolve this problem?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Aug 2023 23:36:14 GMT</pubDate>
    <dc:creator>_maldini_</dc:creator>
    <dc:date>2023-08-04T23:36:14Z</dc:date>
    <item>
      <title>File  does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/File-does-not-exist/m-p/887990#M39406</link>
      <description>&lt;P&gt;I have multiple SAS datasets in a folder using SAS University Edition. I can load all of the dataset except for one. I get an error: "File CARDIA.UCSFMEDFEB2013.DATA does not exist."&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2023-08-04 at 4.30.03 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86473i4ECB427542CE95BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-08-04 at 4.30.03 PM.png" alt="Screenshot 2023-08-04 at 4.30.03 PM.png" /&gt;&lt;/span&gt;I am able to load other datasets in the same folder:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2023-08-04 at 4.32.13 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86475i5646F731C58371EB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-08-04 at 4.32.13 PM.png" alt="Screenshot 2023-08-04 at 4.32.13 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;There is nothing different about these datasets other than the contents and the size of the files. The dataset that can't be found is actually smaller.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A friend can load this dataset without problem using a desktop version of SAS.&lt;/P&gt;
&lt;P&gt;Any ideas as to how I might be able to resolve this problem?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2023 23:36:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/File-does-not-exist/m-p/887990#M39406</guid>
      <dc:creator>_maldini_</dc:creator>
      <dc:date>2023-08-04T23:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: File  does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/File-does-not-exist/m-p/887994#M39407</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Make sure the actual file on the disk is using only lowercase letters in its name.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You are probably using UNIX and your friend was using WINDOWS.&amp;nbsp; The WINDOWS file system is case insensitive.&amp;nbsp; So FRED.sas7bdat and fred.sas7bdat would be the same physical file.&lt;/P&gt;
&lt;P&gt;But on UNIX the file system is case sensitive.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS syntax does not care if you use FRED or fred as the member name.&amp;nbsp; To make it work it lowercases the name when it goes to the operating system.&amp;nbsp; So both references in SAS will be looking for an actual operating system file named fred.sas7bdat.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Aug 2023 00:20:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/File-does-not-exist/m-p/887994#M39407</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-08-05T00:20:19Z</dc:date>
    </item>
  </channel>
</rss>

