<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; RPGLE array</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/rpgle-array/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 19:45:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Pointer not set for location referenced</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/pointer-not-set-for-location-referenced-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/pointer-not-set-for-location-referenced-2/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 15:14:12 +0000</pubDate>
		<dc:creator>Ilepro</dc:creator>
				<category><![CDATA[PGM]]></category>
		<category><![CDATA[RPGLE]]></category>
		<category><![CDATA[RPGLE array]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/pointer-not-set-for-location-referenced-2/</guid>
		<description><![CDATA[New Discussion Post by TomLiotta]]></description>
				<content:encoded><![CDATA[New Discussion Post by TomLiotta]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/pointer-not-set-for-location-referenced-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pre runtime array</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/pre-runtime-array/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/pre-runtime-array/#comments</comments>
		<pubDate>Thu, 29 Nov 2012 06:38:28 +0000</pubDate>
		<dc:creator>dinuas400</dc:creator>
				<category><![CDATA[RPGLE array]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/pre-runtime-array/</guid>
		<description><![CDATA[New Discussion Post by TomLiotta]]></description>
				<content:encoded><![CDATA[New Discussion Post by TomLiotta]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/pre-runtime-array/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>2 Dimensional Array in RPGLE</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/2-dimensional-array-in-rpgle/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/2-dimensional-array-in-rpgle/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 18:37:07 +0000</pubDate>
		<dc:creator>Biscuit1228</dc:creator>
				<category><![CDATA[iSeries RPGLE]]></category>
		<category><![CDATA[RPGLE array]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Discussion Post by TomLiotta]]></description>
				<content:encoded><![CDATA[New Discussion Post by TomLiotta]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/2-dimensional-array-in-rpgle/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Load both numeric and character data using prerun time array in RPGLE</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/load-both-numeric-and-character-data-using-prerun-time-array-in-rpgle/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/load-both-numeric-and-character-data-using-prerun-time-array-in-rpgle/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 07:02:26 +0000</pubDate>
		<dc:creator>pdsathishkumar</dc:creator>
				<category><![CDATA[RPGLE array]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[My pf (arry1) have one numeric field(P) and one alpha numeric field(A), i declared like this:    A                     R ARR1                          A                        HDDNO [...]]]></description>
				<content:encoded><![CDATA[<div>My pf (arry1) have one numeric field(P) and one alpha numeric field(A),</div>
<div>i declared like this:</div>
<div>   A                     R ARR1                      </div>
<div>
<div>   A                        HDDNO          5P         </div>
<div>   A                        HDDNAME       10A       </div>
<div>My RPGLE program:</div>
<div>F arry1       it   f   15        disk                           </div>
<div>d array1           s             15a   dim(6) fromfile(arry1) </div>
<div>D i                   s              1p 0 inz(1)                 </div>
<div>C                      do        6                              </div>
<div>C     array1(i)     dsply                                    </div>
<div>C                      eval      i=i+1                          </div>
<div>C                      enddo                                    </div>
<div>C                      eval      *inlr = *on                      </div>
</div>
<div>my output show character data only with different color&#8230;.</div>
<div></div>
<div>My question: &#8220;how get both character and numeric data using prerun time array in RPGLE&#8230;. please share your suggestion&#8230;. </div>
<div></div>
<div>sathish</div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/load-both-numeric-and-character-data-using-prerun-time-array-in-rpgle/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Prerun time array in RPGLE</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/prerun-time-array-in-rpgle/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/prerun-time-array-in-rpgle/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 12:34:38 +0000</pubDate>
		<dc:creator>pdsathishkumar</dc:creator>
				<category><![CDATA[RPGLE array]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[using prerun time array in RPGLE program&#8230; i have a PF(PF1), declared a field like this-&#62; HDDNO   5P  without key field&#8230;. my coding is Fpf1      it   f    6        disk                                    Darray1 [...]]]></description>
				<content:encoded><![CDATA[<p>using prerun time array in RPGLE program&#8230;</p>
<div></div>
<div>i have a PF(PF1), declared a field like this-&gt; HDDNO   5P </div>
<div>without key field&#8230;.</div>
<div></div>
<div>my coding is</div>
<div></div>
<div>
<div>Fpf1      it   f    6        disk                                   </div>
<div>Darray1           s              6p 0 dim(9) fromfile(pf1) perrcd(1)</div>
<div>Di                s              2 0 inz(1)                         </div>
<div>C                   do        9                                      </div>
<div>C     array1(i)     dsply                                            </div>
<div>C                   eval      i=i+1                                  </div>
<div>C                   enddo                                            </div>
<div>C                   eval      *inlr = *on                            </div>
</div>
<div></div>
<div>i got an application error, that is  -  <b>Decimal-data error occurred</b>. </div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/prerun-time-array-in-rpgle/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</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/14 queries in 0.019 seconds using memcached
Object Caching 552/570 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 23:54:08 -->