 




<?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: RPG Array</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/array-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/array-3/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 18:27:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: brettharris</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/array-3/#comment-58025</link>
		<dc:creator>brettharris</dc:creator>
		<pubDate>Mon, 24 Nov 2008 18:30:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-58025</guid>
		<description><![CDATA[I don&#039;t think &#039;If Array = *blanks&#039; will work - the compiler is expecting an index to be referenced.

This may be a pain, but I&#039;ve found that if I create a data structure where the array overlays a field, then I can check that field for blanks.  

For instance, if my array is defined like this:

d                 ds                                          
d aDS                           10                            
d aArray                         2    dim(5) inz overlay(aDS) 

The array (aArray) overlays field aDS.  Field aDS is the same size as the entire array.  I can then use field aDS to check for blanks.]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t think &#8216;If Array = *blanks&#8217; will work &#8211; the compiler is expecting an index to be referenced.</p>
<p>This may be a pain, but I&#8217;ve found that if I create a data structure where the array overlays a field, then I can check that field for blanks.  </p>
<p>For instance, if my array is defined like this:</p>
<p>d                 ds<br />
d aDS                           10<br />
d aArray                         2    dim(5) inz overlay(aDS) </p>
<p>The array (aArray) overlays field aDS.  Field aDS is the same size as the entire array.  I can then use field aDS to check for blanks.</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/9 queries in 0.017 seconds using memcached
Object Caching 268/271 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 18:30:26 -->