 




<?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: INFDS in RPGLE</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/infds-in-rpgle-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/infds-in-rpgle-2/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 02:14:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/infds-in-rpgle-2/#comment-108731</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Fri, 22 Jun 2012 21:31:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-108731</guid>
		<description><![CDATA[The RTNCSRLOC() keyword might not be specified. In such a case, the CURSOR area of the INFDS can be used.

CURSOR can be broken into ROW and COLUMN. Those can be used to examine the list of fields in the display file record formats and to determine which field occupies that location.

Much more difficult than adding RTNCSRLOC() to the DDS, but sometimes you can&#039;t change the DDS.

Tom]]></description>
		<content:encoded><![CDATA[<p>The RTNCSRLOC() keyword might not be specified. In such a case, the CURSOR area of the INFDS can be used.</p>
<p>CURSOR can be broken into ROW and COLUMN. Those can be used to examine the list of fields in the display file record formats and to determine which field occupies that location.</p>
<p>Much more difficult than adding RTNCSRLOC() to the DDS, but sometimes you can&#8217;t change the DDS.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/infds-in-rpgle-2/#comment-108724</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Fri, 22 Jun 2012 13:33:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-108724</guid>
		<description><![CDATA[Sorry ROW and COLUMN we not necessary 

A   RTNCSRLOC(&amp;FORMAT &amp;FIELD)
A            FORMAT        10A  H
A            FIELD         10A  H]]></description>
		<content:encoded><![CDATA[<p>Sorry ROW and COLUMN we not necessary </p>
<p>A   RTNCSRLOC(&amp;FORMAT &amp;FIELD)<br />
A            FORMAT        10A  H<br />
A            FIELD         10A  H</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/infds-in-rpgle-2/#comment-108723</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Fri, 22 Jun 2012 13:33:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-108723</guid>
		<description><![CDATA[Field name but not using INFDS
add this to the Display record  - on return to the rpg program the field FIELD will contain the FieldName

A                                             RTNCSRLOC(&amp;FORMAT &amp;FIELD)
A            ROW            3S 0H
A            COLUMN         3S 0H
A            FORMAT        10A  H
A            FIELD         10A  H]]></description>
		<content:encoded><![CDATA[<p>Field name but not using INFDS<br />
add this to the Display record  &#8211; on return to the rpg program the field FIELD will contain the FieldName</p>
<p>A                                             RTNCSRLOC(&amp;FORMAT &amp;FIELD)<br />
A            ROW            3S 0H<br />
A            COLUMN         3S 0H<br />
A            FORMAT        10A  H<br />
A            FIELD         10A  H</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/8 queries in 0.035 seconds using memcached
Object Caching 297/298 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 04:14:35 -->