<?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: Bulk uploading csv files from Windows to SAS Server in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Bulk-uploading-csv-files-from-Windows-to-SAS-Server/m-p/292263#M19954</link>
    <description>&lt;P&gt;I certainly wouldn't recommend it as a long term solution either. Regular production processes should be server-based and not involve PCs as&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick﻿&lt;/a&gt;&amp;nbsp;has already suggested.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Aug 2016 19:33:28 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2016-08-17T19:33:28Z</dc:date>
    <item>
      <title>Bulk uploading csv files from Windows to SAS Server</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Bulk-uploading-csv-files-from-Windows-to-SAS-Server/m-p/291224#M19867</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to upload around 600 csv files, with differing content, from Windows to a SAS Server to use in DI. Can't import via DI as the facility is switched off due to security limitations. I've come up with a workaround which is using EGs Import Data task but I don't fancy setting a task up for 600 tables as I'd rapidly lose the will to live....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is in the code for the import task...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note: In preparation for running the following code, the Import&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Data wizard has used internal routines to transfer the source data&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;file from the local file system to SASApp-CPB. There is no SAS code&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;available to represent this action.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This suggests that there is a magic way of moving files from Windows to a SAS Server. Does anyone know what SAS does behind the scenes here? Or if there is another solution? Even if I could just get some libnames it would be a great help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and have a great day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2016 11:55:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Bulk-uploading-csv-files-from-Windows-to-SAS-Server/m-p/291224#M19867</guid>
      <dc:creator>mattl</dc:creator>
      <dc:date>2016-08-12T11:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Upload Code</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Bulk-uploading-csv-files-from-Windows-to-SAS-Server/m-p/291226#M19868</link>
      <description>&lt;P&gt;EG uses some SAS APIs to do this work, not SAS program code. &amp;nbsp;There isn't SAS code that can move files from your local desktop to a SAS session&amp;nbsp;&lt;STRONG&gt;unless&lt;/STRONG&gt; you have a shared network location that you can reference, such as a UNC path or mapped drive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;STRONG&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2012/12/06/copy-files-in-sas-eg/" target="_self"&gt;Copy Files&lt;/A&gt;&lt;/STRONG&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2012/12/06/copy-files-in-sas-eg/" target="_self"&gt; task&lt;/A&gt; can easily copy these files for you in one step, if they are all together in the same folder. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2016 11:58:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Bulk-uploading-csv-files-from-Windows-to-SAS-Server/m-p/291226#M19868</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-08-12T11:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk uploading csv files from Windows to SAS Server</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Bulk-uploading-csv-files-from-Windows-to-SAS-Server/m-p/291230#M19869</link>
      <description>&lt;P&gt;In order to use a SAS workspace server, an operating system account is needed. Servers usually have SSH daemons running, so you could try a SSH capable file transfer utility using your SAS account to get the files to the SAS server.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2016 12:18:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Bulk-uploading-csv-files-from-Windows-to-SAS-Server/m-p/291230#M19869</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-08-12T12:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk uploading csv files from Windows to SAS Server</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Bulk-uploading-csv-files-from-Windows-to-SAS-Server/m-p/291453#M19881</link>
      <description>&lt;P&gt;If your SAS server is Windows-based then a simple solution is to get your SAS admin to create a file share for the server folder. Then you can simply go into Windows Explorer on your PC and select all 600 files then do a copy and paste to the server file share. We do this all the time and it is fast and easy.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2016 00:11:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Bulk-uploading-csv-files-from-Windows-to-SAS-Server/m-p/291453#M19881</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-08-13T00:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk uploading csv files from Windows to SAS Server</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Bulk-uploading-csv-files-from-Windows-to-SAS-Server/m-p/291469#M19885</link>
      <description>&lt;P&gt;If your end goal is the implementation of DI jobs for an ongoing production worthy job then having some manual EG steps in this process is imho not acceptable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will need to find a storage location for your source .csv files which is accessible for the SAS Server on which your SAS code is running (like a share as suggested by others).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If these are source .csv files then eventually you can also ask yourself who's actually responsible to provide these .csv files in a location easily accessible to you. Make sure you have such things clearly defined and agreed upon as part of an interface contract.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2016 03:09:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Bulk-uploading-csv-files-from-Windows-to-SAS-Server/m-p/291469#M19885</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2016-08-13T03:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk uploading csv files from Windows to SAS Server</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Bulk-uploading-csv-files-from-Windows-to-SAS-Server/m-p/292116#M19932</link>
      <description>&lt;P&gt;Thanks! And yes this is the temporary workaround I'm using but for a daily refresh which begins&amp;nbsp;late evening it's not a great long term solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 10:17:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Bulk-uploading-csv-files-from-Windows-to-SAS-Server/m-p/292116#M19932</guid>
      <dc:creator>mattl</dc:creator>
      <dc:date>2016-08-17T10:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk uploading csv files from Windows to SAS Server</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Bulk-uploading-csv-files-from-Windows-to-SAS-Server/m-p/292118#M19933</link>
      <description>&lt;P&gt;Thanks, Patrick. Completely agree and fingers crossed can get to that stage.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 10:46:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Bulk-uploading-csv-files-from-Windows-to-SAS-Server/m-p/292118#M19933</guid>
      <dc:creator>mattl</dc:creator>
      <dc:date>2016-08-17T10:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk uploading csv files from Windows to SAS Server</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Bulk-uploading-csv-files-from-Windows-to-SAS-Server/m-p/292263#M19954</link>
      <description>&lt;P&gt;I certainly wouldn't recommend it as a long term solution either. Regular production processes should be server-based and not involve PCs as&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick﻿&lt;/a&gt;&amp;nbsp;has already suggested.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 19:33:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Bulk-uploading-csv-files-from-Windows-to-SAS-Server/m-p/292263#M19954</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-08-17T19:33:28Z</dc:date>
    </item>
  </channel>
</rss>

