<?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: filename FTP: limit on number of records transferred in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/filename-FTP-limit-on-number-of-records-transferred/m-p/48090#M9938</link>
    <description>No FILENAME with FTP engine limitations that I have experienced.  Also, the file size you mentioned is not very large.  I use SAS FTP processes with many gigabytes of data, regularly between different OS platforms.&lt;BR /&gt;
&lt;BR /&gt;
Share the code you are using for additional insight.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Thu, 18 Sep 2008 21:10:03 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2008-09-18T21:10:03Z</dc:date>
    <item>
      <title>filename FTP: limit on number of records transferred</title>
      <link>https://communities.sas.com/t5/SAS-Programming/filename-FTP-limit-on-number-of-records-transferred/m-p/48089#M9937</link>
      <description>hi Cynthia,&lt;BR /&gt;
&lt;BR /&gt;
I am using filename FTP statement in a SAS program to upload files to a server; So far the files were small, like 30-150 records and it went smoothly;&lt;BR /&gt;
&lt;BR /&gt;
Now I had to load a file with 2700 records (size 42kb), and the file was not uploaded; The process tries to upload, and then nothing happens, even after after 30-40 minutes; I had to terminate the program;&lt;BR /&gt;
&lt;BR /&gt;
I am using SAS 9.1.3 on Windows XP;&lt;BR /&gt;
&lt;BR /&gt;
I was able to upload the same file using DOS based FTP commands though; &lt;BR /&gt;
&lt;BR /&gt;
So, I was wondering if filename FTP has any limitations?..I was not able to find this information any where, please comment;&lt;BR /&gt;
&lt;BR /&gt;
thanks in advance;&lt;BR /&gt;
Shankar</description>
      <pubDate>Thu, 18 Sep 2008 20:47:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/filename-FTP-limit-on-number-of-records-transferred/m-p/48089#M9937</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-09-18T20:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: filename FTP: limit on number of records transferred</title>
      <link>https://communities.sas.com/t5/SAS-Programming/filename-FTP-limit-on-number-of-records-transferred/m-p/48090#M9938</link>
      <description>No FILENAME with FTP engine limitations that I have experienced.  Also, the file size you mentioned is not very large.  I use SAS FTP processes with many gigabytes of data, regularly between different OS platforms.&lt;BR /&gt;
&lt;BR /&gt;
Share the code you are using for additional insight.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 18 Sep 2008 21:10:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/filename-FTP-limit-on-number-of-records-transferred/m-p/48090#M9938</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2008-09-18T21:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: filename FTP: limit on number of records transferred</title>
      <link>https://communities.sas.com/t5/SAS-Programming/filename-FTP-limit-on-number-of-records-transferred/m-p/48091#M9939</link>
      <description>hi Scott, thanks for the reply;&lt;BR /&gt;
&lt;BR /&gt;
After further investigation now I feel the issue is not the file size but the server itself;&lt;BR /&gt;
&lt;BR /&gt;
The server in question is Bloomberg, and the files I am uploading are request files for securities; If it takes more than  15sec for uploading Bloomberg closes the connection; &lt;BR /&gt;
&lt;BR /&gt;
From 7 EST onwards I was able to upload files of up to 3000 records; however after certain number of records more time is needed to upload, and Bloomberg gives a message:&lt;BR /&gt;
&lt;BR /&gt;
NOTE: &amp;lt;&amp;lt;&amp;lt; 550 Cannot connect to 208.11.8.3:49335 - Error 0.&lt;BR /&gt;
&lt;BR /&gt;
I am looking for ways to increase the speed of upload, I tried BLOCKSIZE option in filename FTP statement but it had no impact;&lt;BR /&gt;
&lt;BR /&gt;
Another solution on cards is splitting the file into 2-3 files, but that would be last resort;&lt;BR /&gt;
&lt;BR /&gt;
Could you please tell me about how much time it takes for you to upload those large multi gigabyte files?</description>
      <pubDate>Fri, 19 Sep 2008 01:08:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/filename-FTP-limit-on-number-of-records-transferred/m-p/48091#M9939</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-09-19T01:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: filename FTP: limit on number of records transferred</title>
      <link>https://communities.sas.com/t5/SAS-Programming/filename-FTP-limit-on-number-of-records-transferred/m-p/48092#M9940</link>
      <description>Each FTP server environment may be different.  There are numerous Internet discussion groups you can find information about ftp performance on Google Groups, at &lt;A href="http://groups.google.com/" target="_blank"&gt;http://groups.google.com/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 19 Sep 2008 02:57:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/filename-FTP-limit-on-number-of-records-transferred/m-p/48092#M9940</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2008-09-19T02:57:53Z</dc:date>
    </item>
  </channel>
</rss>

