<?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: How to read or import a file from windows on unix server. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-or-import-a-file-from-windows-on-unix-server/m-p/526584#M143436</link>
    <description>&lt;P&gt;Hi Radha009&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could also use a FTP-program like WINSCP (free downolad) to upload the files, and if you&amp;nbsp;can get your files via FTP, you can use 2 remote sessions in WINSCP and copy the files direct from the source to Unix.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But if you do it&amp;nbsp;every day, I would suggest that you asked your IT&amp;nbsp;department to make a CRON&amp;nbsp;task to download the files direct to UNIX on a regular schedule. If it is the same SAS program you run every day, it could be included in the CRON task also.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would free you from concerns about acquiring data, so you can concentrate on using data. It would transfer process responsibility to&amp;nbsp;operators with tools to&amp;nbsp;monitor the process, and it would run whether you are in office or not. Maxim: Everything that could be automated should be automated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 12 Jan 2019 09:31:01 GMT</pubDate>
    <dc:creator>ErikLund_Jensen</dc:creator>
    <dc:date>2019-01-12T09:31:01Z</dc:date>
    <item>
      <title>How to read or import a file from windows on unix server.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-or-import-a-file-from-windows-on-unix-server/m-p/526472#M143375</link>
      <description>&lt;P&gt;i have files on my local windows machine. i download everyday. i run the sas code from the unix sas. How do i get the files from the windows to unix.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 20:11:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-or-import-a-file-from-windows-on-unix-server/m-p/526472#M143375</guid>
      <dc:creator>radha009</dc:creator>
      <dc:date>2019-01-11T20:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to read or import a file from windows on unix server.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-or-import-a-file-from-windows-on-unix-server/m-p/526503#M143395</link>
      <description>&lt;P&gt;If you would like to make your processes more automated then I suggest you talk to your SAS or Unix administrator about setting up a shared folder than can be read by both the SAS Unix server and from Windows. Then all you would need to do is copy the files to this folder from your PC (maybe Windows Explorer Copy and Paste?) and they would then be automatically readable from Unix SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are more technical options like FTP (File Transfer Protocol). That would require extra coding in your Unix SAS jobs though and you would still need your Unix administrator to allow the server to read files from your PC.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 21:18:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-or-import-a-file-from-windows-on-unix-server/m-p/526503#M143395</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-01-11T21:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to read or import a file from windows on unix server.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-or-import-a-file-from-windows-on-unix-server/m-p/526556#M143419</link>
      <description>It depends a LOT on your set up, so that's why talking with IT is the best idea. Otherwise, if you're using EG for example, you can look into the Copy Task. I think it ships by default now.</description>
      <pubDate>Sat, 12 Jan 2019 01:01:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-or-import-a-file-from-windows-on-unix-server/m-p/526556#M143419</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-12T01:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to read or import a file from windows on unix server.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-or-import-a-file-from-windows-on-unix-server/m-p/526584#M143436</link>
      <description>&lt;P&gt;Hi Radha009&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could also use a FTP-program like WINSCP (free downolad) to upload the files, and if you&amp;nbsp;can get your files via FTP, you can use 2 remote sessions in WINSCP and copy the files direct from the source to Unix.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But if you do it&amp;nbsp;every day, I would suggest that you asked your IT&amp;nbsp;department to make a CRON&amp;nbsp;task to download the files direct to UNIX on a regular schedule. If it is the same SAS program you run every day, it could be included in the CRON task also.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would free you from concerns about acquiring data, so you can concentrate on using data. It would transfer process responsibility to&amp;nbsp;operators with tools to&amp;nbsp;monitor the process, and it would run whether you are in office or not. Maxim: Everything that could be automated should be automated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jan 2019 09:31:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-or-import-a-file-from-windows-on-unix-server/m-p/526584#M143436</guid>
      <dc:creator>ErikLund_Jensen</dc:creator>
      <dc:date>2019-01-12T09:31:01Z</dc:date>
    </item>
  </channel>
</rss>

