 




<?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: Can anyone please tell me what is the basic difference between arrays and tables in RPG.</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/can-anyone-please-tell-me-what-is-the-basic-differance-between-arrays-and-tables-in-rpg/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/can-anyone-please-tell-me-what-is-the-basic-differance-between-arrays-and-tables-in-rpg/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 16:32:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: aswdeveloper</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/can-anyone-please-tell-me-what-is-the-basic-differance-between-arrays-and-tables-in-rpg/#comment-70577</link>
		<dc:creator>aswdeveloper</dc:creator>
		<pubDate>Wed, 18 Nov 2009 19:28:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-70577</guid>
		<description><![CDATA[generally speaking, tables are preloaded at compilation or program initiation and not changed during program execution ... tables are most often used as a checklist or range against  which variables or fields are compared using lookup operations ....tables do not have an index value available to the program to tell you which position the element occupies in the table ... 

arrays are more fluid and are often used to group values together, to alter or manipulate or total these values, or to search or format them ... indexes are used to identify individual  elements of the array, and care must be taken by the programmer to make sure never to refer to an element by an index value outside the defined range of the array or the program will abend ...]]></description>
		<content:encoded><![CDATA[<p>generally speaking, tables are preloaded at compilation or program initiation and not changed during program execution &#8230; tables are most often used as a checklist or range against  which variables or fields are compared using lookup operations &#8230;.tables do not have an index value available to the program to tell you which position the element occupies in the table &#8230; </p>
<p>arrays are more fluid and are often used to group values together, to alter or manipulate or total these values, or to search or format them &#8230; indexes are used to identify individual  elements of the array, and care must be taken by the programmer to make sure never to refer to an element by an index value outside the defined range of the array or the program will abend &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bigkat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/can-anyone-please-tell-me-what-is-the-basic-differance-between-arrays-and-tables-in-rpg/#comment-70572</link>
		<dc:creator>bigkat</dc:creator>
		<pubDate>Wed, 18 Nov 2009 17:35:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-70572</guid>
		<description><![CDATA[I still want multi-dimensional arrays

array(x:y)  would be much clear than outer(x).inner(y)]]></description>
		<content:encoded><![CDATA[<p>I still want multi-dimensional arrays</p>
<p>array(x:y)  would be much clear than outer(x).inner(y)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charliebrowne</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/can-anyone-please-tell-me-what-is-the-basic-differance-between-arrays-and-tables-in-rpg/#comment-70564</link>
		<dc:creator>charliebrowne</dc:creator>
		<pubDate>Wed, 18 Nov 2009 14:50:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-70564</guid>
		<description><![CDATA[Names of Tables must start with TAB
Tables came first and were usually defined in the program.]]></description>
		<content:encoded><![CDATA[<p>Names of Tables must start with TAB<br />
Tables came first and were usually defined in the program.</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.045 seconds using memcached
Object Caching 294/300 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 16:56:59 -->