<?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: Exporting data from unix to windows environment in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Exporting-data-from-unix-to-windows-environment/m-p/181536#M46255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming that SAS is only available on UNIX, you can do that with Enterprise Guide (File - Export).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way is to do the export with a data _null_; step and file '$HOME/somefilename.txt';. You do all the formatting needed in the put statement(s). Then you transfer with WinSCP, which allows you to use SFTP/SSH; most UNIXen today do not run simple FTP anymore, for security reasons. With .txt, WinSCP will do the necessary character code conversions for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SASKiwi's method may not work for lack of a FTP server in Windows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2014 07:18:57 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2014-07-17T07:18:57Z</dc:date>
    <item>
      <title>Exporting data from unix to windows environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Exporting-data-from-unix-to-windows-environment/m-p/181534#M46253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a program running in UNIX environment I need to export data set directly into windows environment in form of text file with that using WINscp automatically is there any way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinay Emmadi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 17:48:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Exporting-data-from-unix-to-windows-environment/m-p/181534#M46253</guid>
      <dc:creator>vinayemmadi</dc:creator>
      <dc:date>2014-07-16T17:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting data from unix to windows environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Exporting-data-from-unix-to-windows-environment/m-p/181535#M46254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've never used WINscp but a brief Google search tells me that it is a Windows-only FTP tool so it won't work on Unix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I understand that FTP is available in pretty much all flavours of Unix, so you could simply use SAS's FILENAME FTP option to send text files to a Windows server/PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Windows server would have to be "known" by your Unix server. For example from Unix can you PING (ping MyWindowsServerAddress or ping 111.222.333 - ) your Windows server using the IP address.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 01:35:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Exporting-data-from-unix-to-windows-environment/m-p/181535#M46254</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-07-17T01:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting data from unix to windows environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Exporting-data-from-unix-to-windows-environment/m-p/181536#M46255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming that SAS is only available on UNIX, you can do that with Enterprise Guide (File - Export).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way is to do the export with a data _null_; step and file '$HOME/somefilename.txt';. You do all the formatting needed in the put statement(s). Then you transfer with WinSCP, which allows you to use SFTP/SSH; most UNIXen today do not run simple FTP anymore, for security reasons. With .txt, WinSCP will do the necessary character code conversions for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SASKiwi's method may not work for lack of a FTP server in Windows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 07:18:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Exporting-data-from-unix-to-windows-environment/m-p/181536#M46255</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-07-17T07:18:57Z</dc:date>
    </item>
  </channel>
</rss>

