 




<?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: rpgle</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/rpgle-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-6/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 06:06:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: 421</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-6/#comment-103032</link>
		<dc:creator>421</dc:creator>
		<pubDate>Fri, 17 Feb 2012 06:48:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-103032</guid>
		<description><![CDATA[IF I USE READ INSTEAD OF READE IT GOES INTO THE CONTINUES LOOP,IF I USE READE IT WILL UPDATE FIRST TWO RECORDS ONLY .PLEASE HELP ME]]></description>
		<content:encoded><![CDATA[<p>IF I USE READ INSTEAD OF READE IT GOES INTO THE CONTINUES LOOP,IF I USE READE IT WILL UPDATE FIRST TWO RECORDS ONLY .PLEASE HELP ME</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-6/#comment-103024</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Fri, 17 Feb 2012 04:42:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-103024</guid>
		<description><![CDATA[&lt;i&gt;C SEQNO READE LIBLF&lt;/i&gt;

You don&#039;t want the READE instruction. Just use READ to read the next record.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>C SEQNO READE LIBLF</i></p>
<p>You don&#8217;t want the READE instruction. Just use READ to read the next record.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-6/#comment-102983</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Thu, 16 Feb 2012 11:30:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-102983</guid>
		<description><![CDATA[It&#039;s either excllent or all wrong.
there seems to be extreme spec drift.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s either excllent or all wrong.<br />
there seems to be extreme spec drift.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 421</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-6/#comment-102970</link>
		<dc:creator>421</dc:creator>
		<pubDate>Thu, 16 Feb 2012 06:51:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-102970</guid>
		<description><![CDATA[HERE I POST MY CODE FOR UPDATE CORRECT IT 
C     ADDSR         BEGSR

      
C     *LOVAL        SETLL     LIBLf                     
C                   READ      LIBLF                     
C*                  IF        %FOUND                    
C                   DOW       not %eof(liblf)           
C                                                       
C                   IF        %EOF(LIBLF)               
C                   EVAL      *IN84=*ON                 
C                   LEAVESR                             
C                   ENDIF                               
C                                                       
C                   EVAL      SEQNO=SEQNO+10            
c                   update    librec                    
C     SEQNO         READE     LIBLF                
C                   ENDDO                          
C                   EVAL      *IN84=*ON            
C*                  ENDIF                          
c                   ENDSR]]></description>
		<content:encoded><![CDATA[<p>HERE I POST MY CODE FOR UPDATE CORRECT IT<br />
C     ADDSR         BEGSR</p>
<p>C     *LOVAL        SETLL     LIBLf<br />
C                   READ      LIBLF<br />
C*                  IF        %FOUND<br />
C                   DOW       not %eof(liblf)<br />
C<br />
C                   IF        %EOF(LIBLF)<br />
C                   EVAL      *IN84=*ON<br />
C                   LEAVESR<br />
C                   ENDIF<br />
C<br />
C                   EVAL      SEQNO=SEQNO+10<br />
c                   update    librec<br />
C     SEQNO         READE     LIBLF<br />
C                   ENDDO<br />
C                   EVAL      *IN84=*ON<br />
C*                  ENDIF<br />
c                   ENDSR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 421</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-6/#comment-102969</link>
		<dc:creator>421</dc:creator>
		<pubDate>Thu, 16 Feb 2012 06:46:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-102969</guid>
		<description><![CDATA[NOT LIB LIST JUST I WANT TO UPDATE MY PF LIKE LIBLIST]]></description>
		<content:encoded><![CDATA[<p>NOT LIB LIST JUST I WANT TO UPDATE MY PF LIKE LIBLIST</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-6/#comment-102968</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Thu, 16 Feb 2012 06:31:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-102968</guid>
		<description><![CDATA[ok but what about library list..looking like a library list ins&#039;t the same thing as bring a library list.]]></description>
		<content:encoded><![CDATA[<p>ok but what about library list..looking like a library list ins&#8217;t the same thing as bring a library list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 421</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-6/#comment-102963</link>
		<dc:creator>421</dc:creator>
		<pubDate>Thu, 16 Feb 2012 05:07:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-102963</guid>
		<description><![CDATA[I WANT UPDATE FILE LIKE IF I ENTER NEW RECORD THEN SEQNO WILL INCREASE BY 10.]]></description>
		<content:encoded><![CDATA[<p>I WANT UPDATE FILE LIKE IF I ENTER NEW RECORD THEN SEQNO WILL INCREASE BY 10.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-6/#comment-102946</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 15 Feb 2012 21:11:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-102946</guid>
		<description><![CDATA[&lt;i&gt;i created one pf with different seqno and lib names&lt;/i&gt;

Okay, but that&#039;s just a file. Do you want to update the file? Or do you want to update a library list?

If you want to update a library list, &lt;b&gt;what library list do you want to update?&lt;/b&gt;

Tom]]></description>
		<content:encoded><![CDATA[<p><i>i created one pf with different seqno and lib names</i></p>
<p>Okay, but that&#8217;s just a file. Do you want to update the file? Or do you want to update a library list?</p>
<p>If you want to update a library list, <b>what library list do you want to update?</b></p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: splat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-6/#comment-102920</link>
		<dc:creator>splat</dc:creator>
		<pubDate>Wed, 15 Feb 2012 15:32:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-102920</guid>
		<description><![CDATA[In any event - whether storing the libraries in a database, manipulating job description library lists, or manipulating your current library list -  you&#039;re going to need to build the programs to effect the maintenance.]]></description>
		<content:encoded><![CDATA[<p>In any event &#8211; whether storing the libraries in a database, manipulating job description library lists, or manipulating your current library list &#8211;  you&#8217;re going to need to build the programs to effect the maintenance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-6/#comment-102916</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Wed, 15 Feb 2012 13:13:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-102916</guid>
		<description><![CDATA[What does the file have to do with this project?]]></description>
		<content:encoded><![CDATA[<p>What does the file have to do with this project?</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.040 seconds using memcached
Object Caching 393/399 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 06:38:42 -->