 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: IFS maximum record size</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/ifs-maximum-record-size/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/ifs-maximum-record-size/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 00:24:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: mitchb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ifs-maximum-record-size/#comment-58543</link>
		<dc:creator>mitchb</dc:creator>
		<pubDate>Thu, 11 Dec 2008 22:12:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-58543</guid>
		<description><![CDATA[Thanks Phil for your efforts.

I ended up getting the source of the data changed to be less than 4096 char record size.

It was worth the discussion anyway, thanks again.]]></description>
		<content:encoded><![CDATA[<p>Thanks Phil for your efforts.</p>
<p>I ended up getting the source of the data changed to be less than 4096 char record size.</p>
<p>It was worth the discussion anyway, thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ifs-maximum-record-size/#comment-58528</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Thu, 11 Dec 2008 14:36:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-58528</guid>
		<description><![CDATA[CPYFRMIMPF - then press F9 for additional parameters &lt;-- or we&#039;re dealing with an additon
in a later OS

Apparently the -w:9000 is a pc and perhaps unix command.

On the FTP side heres a pc based note
c:temp&gt;ftp -?

Transfers files to and from a computer running an FTP server service
(sometimes called a daemon). Ftp can be used interactively.

FTP [-v] [-d] [-i] [-n] [-g] [-s:filename] [-a] [-w:windowsize] [-A] [host]

  -v             Suppresses display of remote server responses.
  -n             Suppresses auto-login upon initial connection.
  -i             Turns off interactive prompting during multiple file
                 transfers.
  -d             Enables debugging.
  -g             Disables filename globbing (see GLOB command).
  -s:filename    Specifies a text file containing FTP commands; the
                 commands will automatically run after FTP starts.
  -a             Use any local interface when binding data connection.
  -A             login as anonymous.
  -w:buffersize  Overrides the default transfer buffer size of 4096.
  host           Specifies the host name or IP address of the remote
                 host to connect to.]]></description>
		<content:encoded><![CDATA[<p>CPYFRMIMPF &#8211; then press F9 for additional parameters &lt;&#8211; or we&#8217;re dealing with an additon<br />
in a later OS</p>
<p>Apparently the -w:9000 is a pc and perhaps unix command.</p>
<p>On the FTP side heres a pc based note<br />
c:temp&gt;ftp -?</p>
<p>Transfers files to and from a computer running an FTP server service<br />
(sometimes called a daemon). Ftp can be used interactively.</p>
<p>FTP [-v] [-d] [-i] [-n] [-g] [-s:filename] [-a] [-w:windowsize] [-A] [host]</p>
<p>  -v             Suppresses display of remote server responses.<br />
  -n             Suppresses auto-login upon initial connection.<br />
  -i             Turns off interactive prompting during multiple file<br />
                 transfers.<br />
  -d             Enables debugging.<br />
  -g             Disables filename globbing (see GLOB command).<br />
  -s:filename    Specifies a text file containing FTP commands; the<br />
                 commands will automatically run after FTP starts.<br />
  -a             Use any local interface when binding data connection.<br />
  -A             login as anonymous.<br />
  -w:buffersize  Overrides the default transfer buffer size of 4096.<br />
  host           Specifies the host name or IP address of the remote<br />
                 host to connect to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mitchb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ifs-maximum-record-size/#comment-58509</link>
		<dc:creator>mitchb</dc:creator>
		<pubDate>Wed, 10 Dec 2008 23:31:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-58509</guid>
		<description><![CDATA[The STMFLEN parameter is not obviously visable in the CPYFRMIMPF command, so I will give that a go anyway to see if that will copy more than 4096 characters for each record. You are right in that  the FTP is placing the data on the IFS in 4096 char lots, but there seems to be no option on the AS/400 FTP command to change that. Is that how you see it?]]></description>
		<content:encoded><![CDATA[<p>The STMFLEN parameter is not obviously visable in the CPYFRMIMPF command, so I will give that a go anyway to see if that will copy more than 4096 characters for each record. You are right in that  the FTP is placing the data on the IFS in 4096 char lots, but there seems to be no option on the AS/400 FTP command to change that. Is that how you see it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ifs-maximum-record-size/#comment-58484</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Wed, 10 Dec 2008 14:14:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-58484</guid>
		<description><![CDATA[CPYFRMIMPF has the length -- that will help if, infact if it got loaded with only one CRLF 

The FTP -w:9000 &lt;- record length sets the buffer length - default is 4096, but I don&#039;t know what happens when your record is longer than the buffer.  Your get or put might be breaking up your records like you thought originally.

Of course the last option - load it into a flat file and have a program build the records - two reads for each record - first for the 4096 second for the remainder.]]></description>
		<content:encoded><![CDATA[<p>CPYFRMIMPF has the length &#8212; that will help if, infact if it got loaded with only one CRLF </p>
<p>The FTP -w:9000 &lt;- record length sets the buffer length &#8211; default is 4096, but I don&#8217;t know what happens when your record is longer than the buffer.  Your get or put might be breaking up your records like you thought originally.</p>
<p>Of course the last option &#8211; load it into a flat file and have a program build the records &#8211; two reads for each record &#8211; first for the 4096 second for the remainder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mitchb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ifs-maximum-record-size/#comment-58465</link>
		<dc:creator>mitchb</dc:creator>
		<pubDate>Wed, 10 Dec 2008 02:37:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-58465</guid>
		<description><![CDATA[Thanks for your help.

What command has the STMFLEN parameter?

The FTP command on the AS/400 does not have anywhere to extend the incoming data record length.]]></description>
		<content:encoded><![CDATA[<p>Thanks for your help.</p>
<p>What command has the STMFLEN parameter?</p>
<p>The FTP command on the AS/400 does not have anywhere to extend the incoming data record length.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ifs-maximum-record-size/#comment-58436</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Tue, 09 Dec 2008 14:37:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-58436</guid>
		<description><![CDATA[Here&#039;s something more .. maybe 

http://www.itjungle.com/mpo/mpo071802-story05.html

-w:buffersize overrides the default transfer buffer size of 4096. 

also @ http://search400.techtarget.com/tip/0,289483,sid3_gci869595,00.html

and
http://www.orafaq.com/forum/t/124788/0/

Don&#039;t know if this will help but try setting the buffer size larger on the FTP

with the option -w:9000  &lt;-- your record size.]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s something more .. maybe </p>
<p><a href="http://www.itjungle.com/mpo/mpo071802-story05.html" rel="nofollow">http://www.itjungle.com/mpo/mpo071802-story05.html</a></p>
<p>-w:buffersize overrides the default transfer buffer size of 4096. </p>
<p>also @ <a href="http://search400.techtarget.com/tip/0,289483,sid3_gci869595,00.html" rel="nofollow">http://search400.techtarget.com/tip/0,289483,sid3_gci869595,00.html</a></p>
<p>and<br />
<a href="http://www.orafaq.com/forum/t/124788/0/" rel="nofollow">http://www.orafaq.com/forum/t/124788/0/</a></p>
<p>Don&#8217;t know if this will help but try setting the buffer size larger on the FTP</p>
<p>with the option -w:9000  &lt;&#8211; your record size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ifs-maximum-record-size/#comment-58434</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Tue, 09 Dec 2008 14:23:30 +0000</pubDate>
		<guid isPermaLink="false">#comment-58434</guid>
		<description><![CDATA[And setting the Stream file record length  . . . STMFLEN      &gt; 9000     to a larger value doesn&#039;t work?
We still don&#039;t know if this was a problem upstream, bringing the file to the IFS or downstream, getting the file from the IFS.  

So try copying it to a flat file with a long enough width using the stream file record length to see if it still breaks.]]></description>
		<content:encoded><![CDATA[<p>And setting the Stream file record length  . . . STMFLEN      &gt; 9000     to a larger value doesn&#8217;t work?<br />
We still don&#8217;t know if this was a problem upstream, bringing the file to the IFS or downstream, getting the file from the IFS.  </p>
<p>So try copying it to a flat file with a long enough width using the stream file record length to see if it still breaks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mitchb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ifs-maximum-record-size/#comment-58424</link>
		<dc:creator>mitchb</dc:creator>
		<pubDate>Mon, 08 Dec 2008 23:23:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-58424</guid>
		<description><![CDATA[The data seems to be wrapped at 4096 chars regardless. If I copy the data from the stream file to a database using the CPYFRMIMPF and specify CRLF the copy creates records of 4096 in the database even when there is no CRLF at the end on 4096.]]></description>
		<content:encoded><![CDATA[<p>The data seems to be wrapped at 4096 chars regardless. If I copy the data from the stream file to a database using the CPYFRMIMPF and specify CRLF the copy creates records of 4096 in the database even when there is no CRLF at the end on 4096.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ifs-maximum-record-size/#comment-58397</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Mon, 08 Dec 2008 14:18:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-58397</guid>
		<description><![CDATA[So the only issue is viewing the IFS file?
Since it&#039;s on the IFS it can be viewed from the client using any software on the client.
Phil]]></description>
		<content:encoded><![CDATA[<p>So the only issue is viewing the IFS file?<br />
Since it&#8217;s on the IFS it can be viewed from the client using any software on the client.<br />
Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mitchb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ifs-maximum-record-size/#comment-58377</link>
		<dc:creator>mitchb</dc:creator>
		<pubDate>Fri, 05 Dec 2008 23:23:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-58377</guid>
		<description><![CDATA[When you view any file using WRKLNK you will find that it seems to have a size limit of 4096 chars.
I understand what you mean about record lengths on the IFS and the basic record terminator is usually the CRLF, but if you upload a file with larger data lengths than 4096 it will wrap and the CRLF will be at the end of the data on the next line. Any help with this is appreciated.]]></description>
		<content:encoded><![CDATA[<p>When you view any file using WRKLNK you will find that it seems to have a size limit of 4096 chars.<br />
I understand what you mean about record lengths on the IFS and the basic record terminator is usually the CRLF, but if you upload a file with larger data lengths than 4096 it will wrap and the CRLF will be at the end of the data on the next line. Any help with this is appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.012 seconds using memcached
Object Caching 394/397 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 02:52:23 -->