<?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 - file does not exist when it does in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-file-does-not-exist-when-it-does/m-p/710031#M218484</link>
    <description>It ended up being an error in my spelling! Thank you!</description>
    <pubDate>Thu, 07 Jan 2021 20:14:48 GMT</pubDate>
    <dc:creator>claremc</dc:creator>
    <dc:date>2021-01-07T20:14:48Z</dc:date>
    <item>
      <title>ERROR - file does not exist when it does</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-file-does-not-exist-when-it-does/m-p/709920#M218426</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attempting to transpose a dataset in my work library that I just created. The dataset sorts, and then it does not allow me to transpose and gives me the error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: File WORK.PCRDUP_CHECK_MINUSDUPS.DATA does not exist.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, it does exist! Do you know what could be happening?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Clare&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 14:52:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-file-does-not-exist-when-it-does/m-p/709920#M218426</guid>
      <dc:creator>claremc</dc:creator>
      <dc:date>2021-01-07T14:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR - file does not exist when it does</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-file-does-not-exist-when-it-does/m-p/709922#M218427</link>
      <description>&lt;P&gt;First, when SAS says the dataset does not exist and the user says it does exist, I believe SAS. So please check for spelling errors. Also check to make sure this data set exists in your WORK library and not in some other library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that doesn't solve the problem, please show us the code (as text) you are using and also a screen capture of the Library panel in your SAS.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 14:58:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-file-does-not-exist-when-it-does/m-p/709922#M218427</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-01-07T14:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR - file does not exist when it does</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-file-does-not-exist-when-it-does/m-p/709995#M218469</link>
      <description>&lt;P&gt;Most likely a typo in your code.&amp;nbsp; This is what you described you ran:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sort .... out=PCRDUP_CHECK_MINUSDUPS ;
  ...
run;
proc transpose data=PCRDUP_CHECK_MINUSDUPS ... ;
  ...
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;So make sure the dataset written by PROC SORT is the same one you are trying to reference in PROC TRANSPOSE.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 19:01:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-file-does-not-exist-when-it-does/m-p/709995#M218469</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-01-07T19:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR - file does not exist when it does</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-file-does-not-exist-when-it-does/m-p/710031#M218484</link>
      <description>It ended up being an error in my spelling! Thank you!</description>
      <pubDate>Thu, 07 Jan 2021 20:14:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-file-does-not-exist-when-it-does/m-p/710031#M218484</guid>
      <dc:creator>claremc</dc:creator>
      <dc:date>2021-01-07T20:14:48Z</dc:date>
    </item>
  </channel>
</rss>

