 




<?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: AS400 OVRDBF RNX1011   Undefined record type is found in file</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/as400-ovrdbf-rnx1011-undefined-record-type-is-found-in-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-ovrdbf-rnx1011-undefined-record-type-is-found-in-file/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 05:16:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: The Most-Watched IT Questions: December 6, 2011 - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-ovrdbf-rnx1011-undefined-record-type-is-found-in-file/#comment-99857</link>
		<dc:creator>The Most-Watched IT Questions: December 6, 2011 - ITKE Community Blog</dc:creator>
		<pubDate>Tue, 06 Dec 2011 14:47:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-99857</guid>
		<description><![CDATA[[...] 3. NickHutcheson1 is trying to clear up some AS/400 clutter. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 3. NickHutcheson1 is trying to clear up some AS/400 clutter. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: splat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-ovrdbf-rnx1011-undefined-record-type-is-found-in-file/#comment-99556</link>
		<dc:creator>splat</dc:creator>
		<pubDate>Tue, 29 Nov 2011 17:15:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-99556</guid>
		<description><![CDATA[&lt;b&gt;RPG/RPGLE&lt;/b&gt;

Fat fingers today.]]></description>
		<content:encoded><![CDATA[<p><b>RPG/RPGLE</b></p>
<p>Fat fingers today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: splat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-ovrdbf-rnx1011-undefined-record-type-is-found-in-file/#comment-99555</link>
		<dc:creator>splat</dc:creator>
		<pubDate>Tue, 29 Nov 2011 17:14:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-99555</guid>
		<description><![CDATA[Keep in mind that some of the RPG/PRGLE source may have compile-time arrays.  You&#039;ll want to avoid wiping that.]]></description>
		<content:encoded><![CDATA[<p>Keep in mind that some of the RPG/PRGLE source may have compile-time arrays.  You&#8217;ll want to avoid wiping that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-ovrdbf-rnx1011-undefined-record-type-is-found-in-file/#comment-99373</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 24 Nov 2011 00:17:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-99373</guid>
		<description><![CDATA[Part of the problem is going to be that every source file might have a different record format name. You&#039;ll need a little more code if you really want to do this with CL/RPG.

Source files aren&#039;t intended to be processed as database files, so they don&#039;t have to follow database rules. They can be processed as database files, mostly.

Tom]]></description>
		<content:encoded><![CDATA[<p>Part of the problem is going to be that every source file might have a different record format name. You&#8217;ll need a little more code if you really want to do this with CL/RPG.</p>
<p>Source files aren&#8217;t intended to be processed as database files, so they don&#8217;t have to follow database rules. They can be processed as database files, mostly.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-ovrdbf-rnx1011-undefined-record-type-is-found-in-file/#comment-99371</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 24 Nov 2011 00:12:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-99371</guid>
		<description><![CDATA[How about:&lt;pre&gt;UPDATE mylib/mysrcf SET SRCDTA = &#039;     &#039; concat substr(SRCDTA,6)&lt;/pre&gt;
Just OVRDBF to the member and run a SQL UPDATE.

Tom]]></description>
		<content:encoded><![CDATA[<p>How about:
<pre>UPDATE mylib/mysrcf SET SRCDTA = '     ' concat substr(SRCDTA,6)</pre>
<p>Just OVRDBF to the member and run a SQL UPDATE.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nickhutcheson1</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-ovrdbf-rnx1011-undefined-record-type-is-found-in-file/#comment-99363</link>
		<dc:creator>nickhutcheson1</dc:creator>
		<pubDate>Wed, 23 Nov 2011 21:40:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-99363</guid>
		<description><![CDATA[&lt;pre&gt;
A                                      UNIQUE            
A          R CLRMODR                                     
A            SRCSEQ         6S 2       COLHDG(&#039;Sequence&#039;)
A            SRCDAT         6S 0       COLHDG(&#039;Data1&#039;)   
A            SRCDTA       102A         COLHDG(&#039;Data2&#039;)   
A          K SRCSEQ                                      

FClrModP   UF   E           K DISK                         
 *=========================================================
C     *Start        SetLL     ClrModP                      
C                   DOU       %Eof                         
C                   Read      ClrModP                      
C                   If        not %eof                     
C                   Eval      %subst(srcdta:1:5) = *blanks 
C                   Update    ClrModR                      
C                   Endif                                  
C                   EndDo                                  
C                   Eval      *inLr = *on&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<pre>
A                                      UNIQUE            
A          R CLRMODR                                     
A            SRCSEQ         6S 2       COLHDG('Sequence')
A            SRCDAT         6S 0       COLHDG('Data1')   
A            SRCDTA       102A         COLHDG('Data2')   
A          K SRCSEQ                                      

FClrModP   UF   E           K DISK                         
 *=========================================================
C     *Start        SetLL     ClrModP                      
C                   DOU       %Eof                         
C                   Read      ClrModP                      
C                   If        not %eof                     
C                   Eval      %subst(srcdta:1:5) = *blanks 
C                   Update    ClrModR                      
C                   Endif                                  
C                   EndDo                                  
C                   Eval      *inLr = *on</pre>
]]></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.044 seconds using memcached
Object Caching 335/341 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 06:18:18 -->