<?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 Does EG have the capability of reading CSV files from local drive? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-EG-have-the-capability-of-reading-CSV-files-from-local/m-p/78799#M7745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does EG have the capability of reading CSV files from local drive?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2012 12:52:33 GMT</pubDate>
    <dc:creator>HashimBasheer</dc:creator>
    <dc:date>2012-09-27T12:52:33Z</dc:date>
    <item>
      <title>Does EG have the capability of reading CSV files from local drive?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-EG-have-the-capability-of-reading-CSV-files-from-local/m-p/78799#M7745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does EG have the capability of reading CSV files from local drive?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 12:52:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-EG-have-the-capability-of-reading-CSV-files-from-local/m-p/78799#M7745</guid>
      <dc:creator>HashimBasheer</dc:creator>
      <dc:date>2012-09-27T12:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Does EG have the capability of reading CSV files from local drive?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-EG-have-the-capability-of-reading-CSV-files-from-local/m-p/78800#M7746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes!&amp;nbsp; File-&amp;gt;Import Data, then point at your CSV file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 13:23:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-EG-have-the-capability-of-reading-CSV-files-from-local/m-p/78800#M7746</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2012-09-27T13:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Does EG have the capability of reading CSV files from local drive?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-EG-have-the-capability-of-reading-CSV-files-from-local/m-p/78801#M7747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Chris. Is there an option to write using code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 13:38:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-EG-have-the-capability-of-reading-CSV-files-from-local/m-p/78801#M7747</guid>
      <dc:creator>HashimBasheer</dc:creator>
      <dc:date>2012-09-27T13:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Does EG have the capability of reading CSV files from local drive?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-EG-have-the-capability-of-reading-CSV-files-from-local/m-p/78802#M7748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, no.&amp;nbsp; At least, not unless your SAS session can access the files on your desktop.&amp;nbsp; You would need to be able to create a FILENAME statement that pointed to your local file.&amp;nbsp; If your SAS session is a remote machine, that can present a challenge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 13:42:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-EG-have-the-capability-of-reading-CSV-files-from-local/m-p/78802#M7748</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2012-09-27T13:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Does EG have the capability of reading CSV files from local drive?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-EG-have-the-capability-of-reading-CSV-files-from-local/m-p/78803#M7749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Chris says, it can present a challenge.&amp;nbsp; And the sort of challenge depends, in part, on the host system and local policies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance,&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;if the host is Unix, the local admins can set up a tool called 'samba' to be able to link to you c:drive.&lt;/LI&gt;&lt;LI&gt;If the host is Windows, you might be able to use UNC naming for the linkage.&lt;/LI&gt;&lt;LI&gt;If the host is a mainframe, about your only option may be FTP.&lt;/LI&gt;&lt;LI&gt;You can use FTP from the others too.&lt;/LI&gt;&lt;LI&gt;If you have SAS on your workstation and on a server, you could use SAS/Connect (I think, I've never tried that one).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, all of them require the assistance and/or 'blessing' of the local admins.&amp;nbsp; For instance, I can do 1 and 2, but not 4 (local policy forbids FTP hosting from a workstation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 14:15:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-EG-have-the-capability-of-reading-CSV-files-from-local/m-p/78803#M7749</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-09-27T14:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Does EG have the capability of reading CSV files from local drive?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-EG-have-the-capability-of-reading-CSV-files-from-local/m-p/78804#M7750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For years I was able to use the "SAS PC File Server" which is a small utility you can load via CD onto your machine which makes it look like a server.&amp;nbsp; Once that is done, you can performa PROC EXPORT/IMPORRT (with some small adjustments needed) to any drive know to your desktop, even if they are remote windows servers.&amp;nbsp; As long as they have been defined as a drive letter (i.e. G:\) they are accessible.&amp;nbsp; It is a phonomenally easy way to perform this task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sadly, i lost this functionality when we moved to sas 9.2, since I could not find a SAS 9.2 version of the File Server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 15:29:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-EG-have-the-capability-of-reading-CSV-files-from-local/m-p/78804#M7750</guid>
      <dc:creator>steve_citi</dc:creator>
      <dc:date>2012-09-27T15:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Does EG have the capability of reading CSV files from local drive?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-EG-have-the-capability-of-reading-CSV-files-from-local/m-p/78805#M7751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PC Files Server is alive and well, and serves an essential role for bridging 32-bit data providers with 64-bit SAS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blog post here:&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; How do I export from SAS to Excel files: Let me count the ways - The SAS Dummy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc here:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/acpcref/63181/HTML/default/viewer.htm#n0x9m8qzgy67xqn12cs2tq3dvpa3.htm" title="http://support.sas.com/documentation/cdl/en/acpcref/63181/HTML/default/viewer.htm#n0x9m8qzgy67xqn12cs2tq3dvpa3.htm"&gt;http://support.sas.com/documentation/cdl/en/acpcref/63181/HTML/default/viewer.htm#n0x9m8qzgy67xqn12cs2tq3dvpa3.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 15:39:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-EG-have-the-capability-of-reading-CSV-files-from-local/m-p/78805#M7751</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2012-09-27T15:39:42Z</dc:date>
    </item>
  </channel>
</rss>

