<?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 Import generated code keeps changing(Infile path) in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-generated-code-keeps-changing-Infile-path/m-p/167578#M12892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have imported a few excel files in various projects. I now have attempted to combine all my imports into one project but they are no longer running. The following error comes up , "ERROR: Physical file does not exist, /udd007/saswork/SAS_workDBE800005A4F_psasapr1l/#LN00012." &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not write the import code. It was generatedd when I imported the files using the interface(file---Import)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every time I run it out of its original project I get this eerror but it runs fine off its original project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway of fixing this quickly without having to re import all my files again into the new project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Feb 2015 07:48:35 GMT</pubDate>
    <dc:creator>Tshepi</dc:creator>
    <dc:date>2015-02-13T07:48:35Z</dc:date>
    <item>
      <title>Import generated code keeps changing(Infile path)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-generated-code-keeps-changing-Infile-path/m-p/167578#M12892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have imported a few excel files in various projects. I now have attempted to combine all my imports into one project but they are no longer running. The following error comes up , "ERROR: Physical file does not exist, /udd007/saswork/SAS_workDBE800005A4F_psasapr1l/#LN00012." &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not write the import code. It was generatedd when I imported the files using the interface(file---Import)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every time I run it out of its original project I get this eerror but it runs fine off its original project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway of fixing this quickly without having to re import all my files again into the new project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 07:48:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-generated-code-keeps-changing-Infile-path/m-p/167578#M12892</guid>
      <dc:creator>Tshepi</dc:creator>
      <dc:date>2015-02-13T07:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Import generated code keeps changing(Infile path)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-generated-code-keeps-changing-Infile-path/m-p/167579#M12893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That filename you are mentioning&amp;nbsp; is form a Unix system (alikes like Linux)&amp;nbsp; where: &lt;BR /&gt;- /udd007 is some odd naming&amp;nbsp; below is that is /saswork&amp;nbsp; then you get you temporary files that get deleted. That is nature of temp-files&lt;/P&gt;&lt;P&gt;You used the click click approach of file import.&amp;nbsp; That one is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 1/&amp;nbsp; reading the file by Eguide on Windows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 2/ converting the data in a SAS-datastep code approach (text based)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 3/ uploading that code with data to the Unix-server&amp;nbsp; in a temp location &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 4/ running that sas-code from the temp location so you can get a sas-dataset&lt;/P&gt;&lt;P&gt;Do not be surprised that temp location is lost and you cannot rerun the upload. It will never be able to run as server-only process&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is even worse as that generated import code is using your personal settings and unc names at Windows. So may be that code in Eguide cannot be rerun by another person.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only by-pass / solution is an approach not being dependent of those constraints with Eguide.&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2012/02/11/export-excel-methods/" title="http://blogs.sas.com/content/sasdummy/2012/02/11/export-excel-methods/"&gt;http://blogs.sas.com/content/sasdummy/2012/02/11/export-excel-methods/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 11:12:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-generated-code-keeps-changing-Infile-path/m-p/167579#M12893</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-02-13T11:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Import generated code keeps changing(Infile path)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-generated-code-keeps-changing-Infile-path/m-p/167580#M12894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;got it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you Jaap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 12:20:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-generated-code-keeps-changing-Infile-path/m-p/167580#M12894</guid>
      <dc:creator>Tshepi</dc:creator>
      <dc:date>2015-02-13T12:20:52Z</dc:date>
    </item>
  </channel>
</rss>

