<?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: File transfer methods from AS400 server to other servers(mainframe))</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/file-transfer-methods-from-as400-server-to-other-serversmainframe/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/file-transfer-methods-from-as400-server-to-other-serversmainframe/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 08:25:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/file-transfer-methods-from-as400-server-to-other-serversmainframe/#comment-102051</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 25 Jan 2012 22:18:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-102051</guid>
		<description><![CDATA[&lt;i&gt;INSERT INTO QGPL.FLAT VALUES(’ABC’)&lt;/i&gt;

That is a potential start. However, note that the VALUES() clause needs to have enough values to include all fields from the original. So far, it seems as if there is at least one &quot;data&quot; field from a source file plus at least a timestamp. Because QGPL.FLAT is &quot;flat&quot;, it will only have a single column.

The VALUES() clause will need to ensure that all values are converted to character values and then concatenated into a single value.

But we don&#039;t know anything about what a record in the &#039;flat file&#039; should look like.

There is also a possibility that the &#039;flat file&#039; needs to be a text streamfile, perhaps with specific field delimiters, record delimiters, CCSID, etc.

So far, we simply don&#039;t know what must actually be done. We don&#039;t know what the result must look like and we don&#039;t know what the source looks like. Until we get more description of the process, it will all be guesswork.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>INSERT INTO QGPL.FLAT VALUES(’ABC’)</i></p>
<p>That is a potential start. However, note that the VALUES() clause needs to have enough values to include all fields from the original. So far, it seems as if there is at least one &#8220;data&#8221; field from a source file plus at least a timestamp. Because QGPL.FLAT is &#8220;flat&#8221;, it will only have a single column.</p>
<p>The VALUES() clause will need to ensure that all values are converted to character values and then concatenated into a single value.</p>
<p>But we don&#8217;t know anything about what a record in the &#8216;flat file&#8217; should look like.</p>
<p>There is also a possibility that the &#8216;flat file&#8217; needs to be a text streamfile, perhaps with specific field delimiters, record delimiters, CCSID, etc.</p>
<p>So far, we simply don&#8217;t know what must actually be done. We don&#8217;t know what the result must look like and we don&#8217;t know what the source looks like. Until we get more description of the process, it will all be guesswork.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: donethat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/file-transfer-methods-from-as400-server-to-other-serversmainframe/#comment-102041</link>
		<dc:creator>donethat</dc:creator>
		<pubDate>Wed, 25 Jan 2012 10:49:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-102041</guid>
		<description><![CDATA[Here is what I think of referring to a &quot;flat&quot; file.

CRTPF FILE(QGPL/FLAT) RCDLEN(80)
INSERT INTO QGPL.FLAT VALUES(&#039;ABC&#039;)

Gary]]></description>
		<content:encoded><![CDATA[<p>Here is what I think of referring to a &#8220;flat&#8221; file.</p>
<p>CRTPF FILE(QGPL/FLAT) RCDLEN(80)<br />
INSERT INTO QGPL.FLAT VALUES(&#8216;ABC&#8217;)</p>
<p>Gary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vamsi0539</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/file-transfer-methods-from-as400-server-to-other-serversmainframe/#comment-102034</link>
		<dc:creator>vamsi0539</dc:creator>
		<pubDate>Wed, 25 Jan 2012 08:24:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-102034</guid>
		<description><![CDATA[@charlieBrowne : 
 Records will be added through out the day.
 records have a time stamp
records can be updated,deleted.
one daily job i have to develop it will check for changed or added records and that records only we have to send.]]></description>
		<content:encoded><![CDATA[<p>@charlieBrowne :<br />
 Records will be added through out the day.<br />
 records have a time stamp<br />
records can be updated,deleted.<br />
one daily job i have to develop it will check for changed or added records and that records only we have to send.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/file-transfer-methods-from-as400-server-to-other-serversmainframe/#comment-102024</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 25 Jan 2012 01:50:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-102024</guid>
		<description><![CDATA[&lt;i&gt;Please let me know the possible ways to perform this task...&lt;/i&gt;

Let&#039;s see...&lt;ul&gt;
	&lt;li&gt;FTP&lt;/li&gt;&lt;li&gt;DDM/DRDA&lt;/li&gt;&lt;li&gt;/QNTC&lt;/li&gt;&lt;li&gt;scp (or sftp)&lt;/li&gt;&lt;li&gt;NSF&lt;/li&gt;&lt;li&gt;Custom sockets&lt;/li&gt;&lt;li&gt;Custom APPN/APPC&lt;/li&gt;&lt;li&gt;(...probably other.)&lt;/li&gt;
&lt;/ul&gt;

&lt;i&gt;...and provide the sample code(CL and RPG).&lt;/i&gt;

To do what?

Tom]]></description>
		<content:encoded><![CDATA[<p><i>Please let me know the possible ways to perform this task&#8230;</i></p>
<p>Let&#8217;s see&#8230;
<ul>
<li>FTP</li>
<li>DDM/DRDA</li>
<li>/QNTC</li>
<li>scp (or sftp)</li>
<li>NSF</li>
<li>Custom sockets</li>
<li>Custom APPN/APPC</li>
<li>(&#8230;probably other.)</li>
</ul>
<p><i>&#8230;and provide the sample code(CL and RPG).</i></p>
<p>To do what?</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/file-transfer-methods-from-as400-server-to-other-serversmainframe/#comment-101967</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Mon, 23 Jan 2012 21:55:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-101967</guid>
		<description><![CDATA[&lt;i&gt;...i need to generate a flat file and send it to few of the mainframe servers...&lt;/i&gt;

Also, please define &quot;flat file&quot;. There are at least two very different ways that the term is used for AS/400s. And there is a third distinctly different type of &quot;flat file&quot; that is sometimes referenced on mainframes. Please describe what the final &quot;flat file&quot; object needs to look like on the mainframe servers.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>&#8230;i need to generate a flat file and send it to few of the mainframe servers&#8230;</i></p>
<p>Also, please define &#8220;flat file&#8221;. There are at least two very different ways that the term is used for AS/400s. And there is a third distinctly different type of &#8220;flat file&#8221; that is sometimes referenced on mainframes. Please describe what the final &#8220;flat file&#8221; object needs to look like on the mainframe servers.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charliebrowne</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/file-transfer-methods-from-as400-server-to-other-serversmainframe/#comment-101963</link>
		<dc:creator>charliebrowne</dc:creator>
		<pubDate>Mon, 23 Jan 2012 16:54:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-101963</guid>
		<description><![CDATA[If we can determine how records are added to this flat file, we can give better suggestions.
How/when are records added to this flat file?
Throughout the day? Once a day?
Do the records in the flat file have a timestamp?
Can records in this file be changed or deleted?
Do the records need to be sent as soon as updatred in the flat file? or is once a day enough?]]></description>
		<content:encoded><![CDATA[<p>If we can determine how records are added to this flat file, we can give better suggestions.<br />
How/when are records added to this flat file?<br />
Throughout the day? Once a day?<br />
Do the records in the flat file have a timestamp?<br />
Can records in this file be changed or deleted?<br />
Do the records need to be sent as soon as updatred in the flat file? or is once a day enough?</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 3/8 queries in 0.033 seconds using memcached
Object Caching 339/340 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 09:19:10 -->