<?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 Moving files between Windows and unix in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Moving-files-between-Windows-and-unix/m-p/548256#M152010</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we have a SAS program that moves files from windows to unix and create some outputs. however, it started producing error when we try transferring files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: The task tasksystem produced an error&lt;/P&gt;&lt;P&gt;following is the code and it used to work fine. IT customer support has no clue about this error and they are asking to SFTP account.&lt;/P&gt;&lt;P&gt;I had to replace the folder names with *** due to security issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; DataDrop_Report_FileName = *************..xls; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%&lt;STRONG&gt;&lt;I&gt;TransferFile&lt;/I&gt;&lt;/STRONG&gt;(filename=&amp;amp;DataDrop_Report_FileName,&lt;/P&gt;&lt;P&gt;from=\\*********\Business Intelligence\_Management Information\Reports\*****,&lt;/P&gt;&lt;P&gt;to=/sasdev/*******,&lt;/P&gt;&lt;P&gt;record=yes);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you guys help me set up a sftp libname to move files from Windows?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do have the host name, user name and password for the SFTP account&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2019 15:44:27 GMT</pubDate>
    <dc:creator>Jibyjacob7</dc:creator>
    <dc:date>2019-04-03T15:44:27Z</dc:date>
    <item>
      <title>Moving files between Windows and unix</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Moving-files-between-Windows-and-unix/m-p/548256#M152010</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we have a SAS program that moves files from windows to unix and create some outputs. however, it started producing error when we try transferring files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: The task tasksystem produced an error&lt;/P&gt;&lt;P&gt;following is the code and it used to work fine. IT customer support has no clue about this error and they are asking to SFTP account.&lt;/P&gt;&lt;P&gt;I had to replace the folder names with *** due to security issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; DataDrop_Report_FileName = *************..xls; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%&lt;STRONG&gt;&lt;I&gt;TransferFile&lt;/I&gt;&lt;/STRONG&gt;(filename=&amp;amp;DataDrop_Report_FileName,&lt;/P&gt;&lt;P&gt;from=\\*********\Business Intelligence\_Management Information\Reports\*****,&lt;/P&gt;&lt;P&gt;to=/sasdev/*******,&lt;/P&gt;&lt;P&gt;record=yes);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you guys help me set up a sftp libname to move files from Windows?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do have the host name, user name and password for the SFTP account&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 15:44:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Moving-files-between-Windows-and-unix/m-p/548256#M152010</guid>
      <dc:creator>Jibyjacob7</dc:creator>
      <dc:date>2019-04-03T15:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Moving files between Windows and unix</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Moving-files-between-Windows-and-unix/m-p/548282#M152021</link>
      <description>I use the 'copy files' task (under data) with these params and it works fine between win and linux with wildcards:&lt;BR /&gt;&lt;BR /&gt;	Source file specification: &amp;amp;download_from.&lt;BR /&gt;	Destination path: &amp;amp;download_to.&lt;BR /&gt;	Overwrite existing files: Yes&lt;BR /&gt;	Resolve macro references in file paths: Yes&lt;BR /&gt;	Convert line endings for text files: Yes</description>
      <pubDate>Wed, 03 Apr 2019 17:16:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Moving-files-between-Windows-and-unix/m-p/548282#M152021</guid>
      <dc:creator>tomrvincent</dc:creator>
      <dc:date>2019-04-03T17:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Moving files between Windows and unix</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Moving-files-between-Windows-and-unix/m-p/548295#M152029</link>
      <description>&lt;P&gt;Thanks for responding to my question. should be add this under a datastep? Can you please elaborate&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 18:12:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Moving-files-between-Windows-and-unix/m-p/548295#M152029</guid>
      <dc:creator>Jibyjacob7</dc:creator>
      <dc:date>2019-04-03T18:12:55Z</dc:date>
    </item>
  </channel>
</rss>

