<?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: Sending pcn files to the iseries</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/sending-pcn-files-to-the-iseries/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/sending-pcn-files-to-the-iseries/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 15:28:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: daddycoz</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sending-pcn-files-to-the-iseries/#comment-45568</link>
		<dc:creator>daddycoz</dc:creator>
		<pubDate>Mon, 17 Apr 2006 22:58:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-45568</guid>
		<description><![CDATA[There is no shortage to good solutions to this problem.  First, you can transfer to the as/400 ifs using Windows Explorer, or you can access the PC directly from the AS/400 using QNTC file system.  In either case, use the POI classes from jakarta.apache.com directly from RPG (you do not need to know Java) to access the xls file directly.  No need for csv files or cpyfrmpcd or iseries access data transfer.  There are lots of examples on the net using POI classes from RPG.  

Another solution is to use a PC based FTP to transfer to the AS/400.  I have used iSeries Access and given users an icon for a one click file transfer.  Lots of ways to go.  I like the java solution because it is the most direct and straight forward.]]></description>
		<content:encoded><![CDATA[<p>There is no shortage to good solutions to this problem.  First, you can transfer to the as/400 ifs using Windows Explorer, or you can access the PC directly from the AS/400 using QNTC file system.  In either case, use the POI classes from jakarta.apache.com directly from RPG (you do not need to know Java) to access the xls file directly.  No need for csv files or cpyfrmpcd or iseries access data transfer.  There are lots of examples on the net using POI classes from RPG.  </p>
<p>Another solution is to use a PC based FTP to transfer to the AS/400.  I have used iSeries Access and given users an icon for a one click file transfer.  Lots of ways to go.  I like the java solution because it is the most direct and straight forward.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajeshvasan</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sending-pcn-files-to-the-iseries/#comment-45569</link>
		<dc:creator>rajeshvasan</dc:creator>
		<pubDate>Mon, 17 Apr 2006 21:07:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-45569</guid>
		<description><![CDATA[Hi!
Try CPYFRMIMPF with STRDLM(&#039;,&#039;)]]></description>
		<content:encoded><![CDATA[<p>Hi!<br />
Try CPYFRMIMPF with STRDLM(&#8216;,&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: egamiesrever</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sending-pcn-files-to-the-iseries/#comment-45570</link>
		<dc:creator>egamiesrever</dc:creator>
		<pubDate>Fri, 14 Apr 2006 12:16:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-45570</guid>
		<description><![CDATA[As mentioned, you could store them in .csv and read them directly from RPG. A Google search will show a ton of examples.

Also, you could store them on the IFS in .CSV format and use the CPYFRMIMPF in a CL that would drop them nicely into a database file. Again, a Google search should turn up an example for that.

You may also be able to map the server directory directly on the AS/400 as a share. At which point you could probably read the file from the PC server directly from an RPG.]]></description>
		<content:encoded><![CDATA[<p>As mentioned, you could store them in .csv and read them directly from RPG. A Google search will show a ton of examples.</p>
<p>Also, you could store them on the IFS in .CSV format and use the CPYFRMIMPF in a CL that would drop them nicely into a database file. Again, a Google search should turn up an example for that.</p>
<p>You may also be able to map the server directory directly on the AS/400 as a share. At which point you could probably read the file from the PC server directly from an RPG.</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/10 queries in 0.049 seconds using memcached
Object Caching 295/301 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 16:24:25 -->