<?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: Storing a data import in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Storing-a-data-import/m-p/981#M1516</link>
    <description>Can you post a code snippet that illustrates the problem you are having?&lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;BR /&gt;
&lt;BR /&gt;
Vince DelGobbo&lt;BR /&gt;
SAS R&amp;amp;D</description>
    <pubDate>Fri, 14 Jul 2006 13:13:19 GMT</pubDate>
    <dc:creator>Vince_SAS</dc:creator>
    <dc:date>2006-07-14T13:13:19Z</dc:date>
    <item>
      <title>Storing a data import</title>
      <link>https://communities.sas.com/t5/Developers/Storing-a-data-import/m-p/980#M1515</link>
      <description>I am attempting to create a stored process on a SAS server.  Part of this process includes importing new data from a local computer.  My SAS system has a default path through the server which is preventing me from directing the import to use the local computer. I have tried to deassign the server libname with no success.  &lt;BR /&gt;
&lt;BR /&gt;
Is it possible to override the server pathname?&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Wed, 05 Jul 2006 15:06:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Storing-a-data-import/m-p/980#M1515</guid>
      <dc:creator>rab24</dc:creator>
      <dc:date>2006-07-05T15:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Storing a data import</title>
      <link>https://communities.sas.com/t5/Developers/Storing-a-data-import/m-p/981#M1516</link>
      <description>Can you post a code snippet that illustrates the problem you are having?&lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;BR /&gt;
&lt;BR /&gt;
Vince DelGobbo&lt;BR /&gt;
SAS R&amp;amp;D</description>
      <pubDate>Fri, 14 Jul 2006 13:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Storing-a-data-import/m-p/981#M1516</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2006-07-14T13:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Storing a data import</title>
      <link>https://communities.sas.com/t5/Developers/Storing-a-data-import/m-p/982#M1517</link>
      <description>I have tried it several different ways and I don't know which method is closest to correct.  Generally, when I manually import a file, EG3 puts the following line into my log:&lt;BR /&gt;
File Name=/localhome/sastmp/SAS/#LN00009&lt;BR /&gt;
&lt;BR /&gt;
File #LN00009 is created when I manually import a DAT file, but I want to be able to refresh the original DAT file and have the stored process import the new DAT file.  When I attempted deassigning the libref and placing a new libref from my local computer, I get an error message: &lt;BR /&gt;
&lt;BR /&gt;
ERROR: Physical file does not exist, /usr/local/sas91/SAS/Lev1/EUCE/C:\Documents and &lt;BR /&gt;
Settings\Desktop\Book.dat.</description>
      <pubDate>Tue, 22 Aug 2006 18:31:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Storing-a-data-import/m-p/982#M1517</guid>
      <dc:creator>rab24</dc:creator>
      <dc:date>2006-08-22T18:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Storing a data import</title>
      <link>https://communities.sas.com/t5/Developers/Storing-a-data-import/m-p/983#M1518</link>
      <description>It is still difficult to diagnose what is happening without seeing more code.  I suggest that you contact our Technical Support department so they can walk through the process with you.&lt;BR /&gt;
&lt;BR /&gt;
You can open a track online at:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/ctx/supportform/index.jsp" target="_blank"&gt;http://support.sas.com/ctx/supportform/index.jsp&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Vince DelGobbo&lt;BR /&gt;
SAS R&amp;amp;D</description>
      <pubDate>Thu, 24 Aug 2006 15:52:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Storing-a-data-import/m-p/983#M1518</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2006-08-24T15:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Storing a data import</title>
      <link>https://communities.sas.com/t5/Developers/Storing-a-data-import/m-p/984#M1519</link>
      <description>When you run import wizards in Enterprise Guide, it can "see" your PC and pick up the data.  Unfortunately when you run the code as a Stored Process it's running on the Unix server, which doesn't know about your PC.&lt;BR /&gt;
&lt;BR /&gt;
We work around this by 1st FTPing the data to the Unix server and then using an INFILE statement to read it.</description>
      <pubDate>Fri, 29 Sep 2006 17:36:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Storing-a-data-import/m-p/984#M1519</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-09-29T17:36:14Z</dc:date>
    </item>
  </channel>
</rss>

