<?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: How do I download posted RPG Code to my own system?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-download-posted-rpg-code-to-my-own-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-download-posted-rpg-code-to-my-own-system/</link>
	<description></description>
	<lastBuildDate>Tue, 18 Jun 2013 23:43:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: graybeard52</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-download-posted-rpg-code-to-my-own-system/#comment-70847</link>
		<dc:creator>graybeard52</dc:creator>
		<pubDate>Wed, 25 Nov 2009 01:17:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-70847</guid>
		<description><![CDATA[Open the source editor (lpex), use windows copy &amp; paste.  No need to FTP, CPYF, or other gyrations.]]></description>
		<content:encoded><![CDATA[<p>Open the source editor (lpex), use windows copy &amp; paste.  No need to FTP, CPYF, or other gyrations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jplamontre</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-download-posted-rpg-code-to-my-own-system/#comment-41579</link>
		<dc:creator>jplamontre</dc:creator>
		<pubDate>Mon, 16 Jan 2006 10:06:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-41579</guid>
		<description><![CDATA[if you can copy your text file to IFS (here sylk_h.txt), then you can 

CPYFRMSTMF FROMSTMF(&#039;/IfsDir/Sample.txt&#039;) TOMBR(&#039;/qsys.lib/mylib.lib/qxxxsrc.file/sample.mbr&#039;) MBROPT(*REPLACE) STMFCODPAG(*PCASCII) CVTDTA(*AUTO) DBFCCSID(*FILE) TABEXPN(*NO)  

CHGPFM FILE(mylib/QxxxSRC) MBR(sample) SRCTYPE(xxx) TEXT(&#039;description&#039;) 

If you can only copy to QDLS, then you can
CPYFRMPCD FROMFLR(JPL) TOFILE(QTEMP/JPL) FROMDOC(sample) TOMBR(sample) TRNTBL(*DFT) TRNFMT(*TEXT)

more details in french at http://jplamontre.free.fr/AS400/CopieCode.htm

]]></description>
		<content:encoded><![CDATA[<p>if you can copy your text file to IFS (here sylk_h.txt), then you can </p>
<p>CPYFRMSTMF FROMSTMF(&#8216;/IfsDir/Sample.txt&#8217;) TOMBR(&#8216;/qsys.lib/mylib.lib/qxxxsrc.file/sample.mbr&#8217;) MBROPT(*REPLACE) STMFCODPAG(*PCASCII) CVTDTA(*AUTO) DBFCCSID(*FILE) TABEXPN(*NO)  </p>
<p>CHGPFM FILE(mylib/QxxxSRC) MBR(sample) SRCTYPE(xxx) TEXT(&#8216;description&#8217;) </p>
<p>If you can only copy to QDLS, then you can<br />
CPYFRMPCD FROMFLR(JPL) TOFILE(QTEMP/JPL) FROMDOC(sample) TOMBR(sample) TRNTBL(*DFT) TRNFMT(*TEXT)</p>
<p>more details in french at <a href="http://jplamontre.free.fr/AS400/CopieCode.htm" rel="nofollow">http://jplamontre.free.fr/AS400/CopieCode.htm</a></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/8 queries in 0.011 seconds using memcached
Object Caching 283/284 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 00:47:17 -->