<?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: Importing sas data sets from C drive into SAS EG - not possible? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/226729#M16548</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing the same issue. When I try to read even a CSV file, it populates the information for source rightly but for output it ask for server location. In my company they work on servery only. But I saw in couple of blogs it gives an option to save the dataset in EG local work library. Do you know how to over ride that part and also how how to pull in SAS file from c-drive into SAS EG local.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suman&lt;/P&gt;</description>
    <pubDate>Tue, 22 Sep 2015 13:33:11 GMT</pubDate>
    <dc:creator>SumanLata</dc:creator>
    <dc:date>2015-09-22T13:33:11Z</dc:date>
    <item>
      <title>Importing sas data sets from C drive into SAS EG - not possible?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/135184#M10927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am brand new to SAS EG (version 4.3), but I am an experienced SAS programmer (on version 9.2). I know that SAS EG here at work operates on a remote server and I don't see any options for "local" (as my C drive for example. I'm still learning this tool).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question about importing sas datasets to be used for analysis in SAS EG. On my C drive I have a couple of SAS datasets I want to use. Let's say the path to the files is "C:\Documents and Settings\G137519\Desktop\CPMG\&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Medicare Fee Schedule".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAS 9.2 the following piece of code works just fine. Here is the log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libname fee "C:\Documents and Settings\G137519\Desktop\CPMG\&lt;SPAN style="font-size: 10pt;"&gt;Medicare Fee Schedule&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NOTE: Libref FEE was successfully assigned as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Engine:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Physical Name: C:\Documents and Settings\G137519\Desktop\CPMG\&lt;SPAN style="font-size: 10pt;"&gt;Medicare Fee Schedule&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------&lt;/P&gt;&lt;P&gt;On the other hand, trying the same line of code in SAS EG and it fails to give the same result:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libname fee "C:\Documents and Settings\G137519\Desktop\CPMG\&lt;SPAN style="font-size: 10pt;"&gt;Medicare Fee Schedule&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NOTE: Library FEE does not exist.&lt;/P&gt;&lt;P&gt;-----------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this be done at all in SAS EG? The idea that one can import into SAS EG all kinds of dataset files but sas dataset files sounds a bit wonky to me. Please let me know if you have ever encountered a situation like this, and if you have a solution to this type of problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 23:12:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/135184#M10927</guid>
      <dc:creator>avbraga</dc:creator>
      <dc:date>2013-11-07T23:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Importing sas data sets from C drive into SAS EG - not possible?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/135185#M10928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abvraga&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can not get connected to your desktop c-drivestraight away if you are working from a server (although it shows you that a connection is made). So best way is transfer all your file to the drive that is mapped to the server. One more thing the c-drive refered in sas EG is the c-drive of the server.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 23:48:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/135185#M10928</guid>
      <dc:creator>Mit</dc:creator>
      <dc:date>2013-11-07T23:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Importing sas data sets from C drive into SAS EG - not possible?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/135186#M10929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you so much for the quick reply. Is there any paper/tutorial out there you can point me to where it shows users how to do this type of file transfer (from desktop to server)? Or is this something that only IT SAS admin type folks can resolve? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could let me know, that would be greatly appreciated. Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 23:59:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/135186#M10929</guid>
      <dc:creator>avbraga</dc:creator>
      <dc:date>2013-11-07T23:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Importing sas data sets from C drive into SAS EG - not possible?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/135187#M10930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need the full path in the libname statement so the server can locate the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname myData "//MachineNetworkName/DriveLetter/Folders/MyDataFolder";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Talk to your IT SAS admin as where you should be storing your datasets as there is likely to be designated data drive for the SAS server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 00:47:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/135187#M10930</guid>
      <dc:creator>MumSquared</dc:creator>
      <dc:date>2013-11-08T00:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Importing sas data sets from C drive into SAS EG - not possible?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/135188#M10931</link>
      <description>&lt;P&gt;As others have pointed out, your EG installation and your data files are on your PC, but your SAS Workspace session (where the code runs) is on a different box, and the library path you specified isn't valid.&amp;nbsp; You can get your data files to where they need to be by using &lt;STRONG&gt;Tasks-&amp;gt;Data-&amp;gt;Upload Data Sets to Server&lt;/STRONG&gt;.&amp;nbsp; That task will transfer your local data files into a SAS library that you select.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For other files, such as CSV or XLSX files that you want to access via SAS code, you can use the &lt;STRONG&gt;Copy Files&lt;/STRONG&gt; task. &amp;nbsp;In v7.13 and later this is on the&amp;nbsp;&lt;STRONG&gt;Tasks-&amp;gt;Data&lt;/STRONG&gt; menu. &amp;nbsp;In earlier releases, &lt;A href="http://blogs.sas.com/content/sasdummy/2016/11/14/copy-files-task-moved-menus/" target="_self"&gt;you can add this task as a custom task&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 13:05:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/135188#M10931</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-08-09T13:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Importing sas data sets from C drive into SAS EG - not possible?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/135189#M10932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think MumSquared is right. Talk to your IT people. However if you know the network drive that is mapped to the server then try copying files from your pc to that network path (the system should allow you to do that).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 01:14:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/135189#M10932</guid>
      <dc:creator>Mit</dc:creator>
      <dc:date>2013-11-08T01:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Importing sas data sets from C drive into SAS EG - not possible?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/135190#M10933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for that. I managed to bring in the sas files from my PC into the work library on the SAS EG server.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thank you and the rest of the community for the assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 16:35:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/135190#M10933</guid>
      <dc:creator>avbraga</dc:creator>
      <dc:date>2013-11-08T16:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Importing sas data sets from C drive into SAS EG - not possible?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/226729#M16548</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing the same issue. When I try to read even a CSV file, it populates the information for source rightly but for output it ask for server location. In my company they work on servery only. But I saw in couple of blogs it gives an option to save the dataset in EG local work library. Do you know how to over ride that part and also how how to pull in SAS file from c-drive into SAS EG local.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suman&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2015 13:33:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/226729#M16548</guid>
      <dc:creator>SumanLata</dc:creator>
      <dc:date>2015-09-22T13:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Importing sas data sets from C drive into SAS EG - not possible?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/227197#M16582</link>
      <description>&lt;P&gt;A file transfer can be as easy as drag drop the files.&amp;nbsp;&amp;nbsp;&amp;nbsp; The transfer tasks wll wokr but behind scenes convert all data to a sas datastep using sas datalines.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2015 22:06:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/227197#M16582</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-09-24T22:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Importing sas data sets from C drive into SAS EG - not possible?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/227268#M16586</link>
      <description>&lt;P&gt;Something, like MumSquared, suggested works, i do it sometimes but it could be a little slow because the server has to go througth the network to your computer.&amp;nbsp;&amp;nbsp; You have to refer to the default shared folder(c$) on your computer:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname myData "//MachineNetworkName/c$/Folders/MyDataFo​lder&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2015 13:57:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/227268#M16586</guid>
      <dc:creator>tlk</dc:creator>
      <dc:date>2015-09-25T13:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Importing sas data sets from C drive into SAS EG - not possible?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/282074#M19363</link>
      <description>&lt;P&gt;Hey Chris&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can &amp;nbsp;you please elaborate?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 03:26:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/282074#M19363</guid>
      <dc:creator>NIMISHPATIL</dc:creator>
      <dc:date>2016-07-05T03:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Importing sas data sets from C drive into SAS EG - not possible?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/342338#M22663</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While using e-miner online(without installing), how can i load a sas data set in a directory on SAS Server from my local drive ?&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2017 10:26:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Importing-sas-data-sets-from-C-drive-into-SAS-EG-not-possible/m-p/342338#M22663</guid>
      <dc:creator>s_renu</dc:creator>
      <dc:date>2017-03-19T10:26:07Z</dc:date>
    </item>
  </channel>
</rss>

