<?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: File Does Not Exist But It does in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401789#M25816</link>
    <description>&lt;P&gt;Look at the word gridwork in the two lines:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM Girdwork.Query_A t1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEFT JOIN GRIDWORK.NewDoc ON (t1.First_Name=t2.First_Name);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One of these is incorrect.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Oct 2017 14:24:02 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2017-10-06T14:24:02Z</dc:date>
    <item>
      <title>File Does Not Exist But It does</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401750#M25808</link>
      <description>&lt;P&gt;I needed to edit a dataset in a program so I imported an excel document called import then ran a query/join to query the data set.&amp;nbsp; Then, I pointed that code to the next line of the program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I imported it and under properties it shows GRIDWORK.IMPORT.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc SQL:&lt;/P&gt;&lt;P&gt;Create Table Gridwork.Query_B AS&lt;/P&gt;&lt;P&gt;SELECT t1.First_Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t1.Last_Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Case when t1.First_Name=t2.First_Name then "Y" end)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS 'Yes_or_No'n&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM Girdwork.Query_A t1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEFT JOIN GRIDWORK.IMPORT t2 ON (t1.First_Name=t2.First_Name);&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run this code it says "File GRIDWORK.IMPORT.DATA does not exist.&lt;/P&gt;&lt;P&gt;I ran the import before running this line of code and it DOES exist. Why does it error?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 13:35:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401750#M25808</guid>
      <dc:creator>mmagnuson</dc:creator>
      <dc:date>2017-10-06T13:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: File Does Not Exist But It does</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401752#M25809</link>
      <description>&lt;P&gt;Post the log, so that we can see what happened.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 13:38:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401752#M25809</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2017-10-06T13:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: File Does Not Exist But It does</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401756#M25810</link>
      <description>&lt;P&gt;Yes, would need to see the log.&amp;nbsp; I would also avoid using keywords, like import for your dataset names.&amp;nbsp; It shouldn't make any difference, but you never know.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 13:40:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401756#M25810</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-10-06T13:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: File Does Not Exist But It does</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401768#M25811</link>
      <description>&lt;P&gt;ERORR: File GRIDWORK.IMPORT.DATA does not exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Affected Code: LEFT JOIN GRIDWORK.IMPORT t2 ON (t1.FIrst_Name = t2. FIRST Name)&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 13:56:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401768#M25811</guid>
      <dc:creator>mmagnuson</dc:creator>
      <dc:date>2017-10-06T13:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: File Does Not Exist But It does</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401770#M25812</link>
      <description>&lt;P&gt;Sorry, is that to me?&amp;nbsp; If so that is not the log, just the error.&amp;nbsp; Can we see the run of it importing the data and showing the creation of the dataset.&amp;nbsp; Also please try using another name for the dataset rather than import.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 14:00:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401770#M25812</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-10-06T14:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: File Does Not Exist But It does</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401775#M25813</link>
      <description>&lt;P&gt;GOPTIONS ACCESSIBLE;&lt;/P&gt;&lt;P&gt;Proc SQL:&lt;/P&gt;&lt;P&gt;Create Table Gridwork.Query_B AS&lt;/P&gt;&lt;P&gt;SELECT t1.First_Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t1.Last_Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Case when t1.First_Name=t2.First_Name then "Y" end)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS 'Yes_or_No'n&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM Girdwork.Query_A t1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEFT JOIN GRIDWORK.NewDoc ON (t1.First_Name=t2.First_Name);&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;ERROR: File GRIDWORK.NewDoc does not exist.&lt;/P&gt;&lt;P&gt;NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of statements. &amp;nbsp;&amp;nbsp;&amp;nbsp;QUIT;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 14:06:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401775#M25813</guid>
      <dc:creator>mmagnuson</dc:creator>
      <dc:date>2017-10-06T14:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: File Does Not Exist But It does</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401783#M25814</link>
      <description>&lt;P&gt;Run this code and post the result:&lt;/P&gt;
&lt;PRE&gt;Proc sql;
   select memname
   from dictionary.tables
   where libname='GRIDWORK';
QUIT;&lt;/PRE&gt;
&lt;P&gt;If Newdoc does not appear in the result it doesn't exist. You may have another file that isn't a SAS data set by that name, or perhaps the library Gridwork isn't assigned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 14:18:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401783#M25814</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-10-06T14:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: File Does Not Exist But It does</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401785#M25815</link>
      <description>&lt;P&gt;I ran the code and Newdoc came up in the result&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 14:21:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401785#M25815</guid>
      <dc:creator>mmagnuson</dc:creator>
      <dc:date>2017-10-06T14:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: File Does Not Exist But It does</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401789#M25816</link>
      <description>&lt;P&gt;Look at the word gridwork in the two lines:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM Girdwork.Query_A t1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEFT JOIN GRIDWORK.NewDoc ON (t1.First_Name=t2.First_Name);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One of these is incorrect.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 14:24:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401789#M25816</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-10-06T14:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: File Does Not Exist But It does</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401800#M25817</link>
      <description>&lt;P&gt;That was a typo on my part. After looking at it again they both say Gridwork&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 14:47:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401800#M25817</guid>
      <dc:creator>mmagnuson</dc:creator>
      <dc:date>2017-10-06T14:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: File Does Not Exist But It does</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401822#M25819</link>
      <description>&lt;P&gt;You will have to go via SAS Support I am afraid, if the library and dataset exists as you say, then there is nothing wrong.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 15:47:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401822#M25819</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-10-06T15:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: File Does Not Exist But It does</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401823#M25820</link>
      <description>&lt;P&gt;Try running a proc contents and post the output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc contents data=&amp;lt;data name&amp;gt;;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 15:50:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401823#M25820</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-06T15:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: File Does Not Exist But It does</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401825#M25821</link>
      <description>&lt;P&gt;Turns out it was because it was saved on a different server.&amp;nbsp; Thanks for the input!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 15:53:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/File-Does-Not-Exist-But-It-does/m-p/401825#M25821</guid>
      <dc:creator>mmagnuson</dc:creator>
      <dc:date>2017-10-06T15:53:40Z</dc:date>
    </item>
  </channel>
</rss>

