 




<?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: Moving to prototypes and /FREE  (correcting my last post)</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/moving-to-prototypes-and-free-correcting-my-last-post/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/moving-to-prototypes-and-free-correcting-my-last-post/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: bigkat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/moving-to-prototypes-and-free-correcting-my-last-post/#comment-69537</link>
		<dc:creator>bigkat</dc:creator>
		<pubDate>Tue, 27 Oct 2009 14:43:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-69537</guid>
		<description><![CDATA[I like to add a comment line before my PR and PI for the main program (i.e. the program you are currently writing) that says 

* *ENTRY prototype

since one of the first things I do when analyzing an existing application (since most have been around awhile) is to do a find on *ENTRY to see what the parameters are.  

It also helps some of the others working here wh ahve been around a while too  :)]]></description>
		<content:encoded><![CDATA[<p>I like to add a comment line before my PR and PI for the main program (i.e. the program you are currently writing) that says </p>
<p>* *ENTRY prototype</p>
<p>since one of the first things I do when analyzing an existing application (since most have been around awhile) is to do a find on *ENTRY to see what the parameters are.  </p>
<p>It also helps some of the others working here wh ahve been around a while too  <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teandy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/moving-to-prototypes-and-free-correcting-my-last-post/#comment-69499</link>
		<dc:creator>teandy</dc:creator>
		<pubDate>Mon, 26 Oct 2009 16:28:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-69499</guid>
		<description><![CDATA[Try this:

[code]

 ********************************************************************** 
 *  ENTRY PARMS.                                                        
 ********************************************************************** 
D  ENTRYPARMS     PR                  ExtPgm(&#039;MYPGM&#039;)               
D  RDCTL               10                                      
D  PDEDS               10                                  
     
D  ENTRYPARMS     PI                                                    
D  RDCTL              10                                      
D  PDEDS               10                      

CALLP  RDRE1RPG( RDCTL);

[/code]]]></description>
		<content:encoded><![CDATA[<p>Try this:</p>
<pre class="brush: plain; title: ; notranslate">

 ********************************************************************** 
 *  ENTRY PARMS.                                                        
 ********************************************************************** 
D  ENTRYPARMS     PR                  ExtPgm('MYPGM')               
D  RDCTL               10                                      
D  PDEDS               10                                  
     
D  ENTRYPARMS     PI                                                    
D  RDCTL              10                                      
D  PDEDS               10                      

CALLP  RDRE1RPG( RDCTL);

</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 6/9 queries in 0.012 seconds using memcached
Object Caching 286/289 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 01:58:56 -->