 




<?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: As400/CLLE issue</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/as400clle-issue/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/as400clle-issue/</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 17:27:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: hmssl2k</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400clle-issue/#comment-103056</link>
		<dc:creator>hmssl2k</dc:creator>
		<pubDate>Fri, 17 Feb 2012 17:53:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-103056</guid>
		<description><![CDATA[Tom, you are right on it.  Basic homework question.]]></description>
		<content:encoded><![CDATA[<p>Tom, you are right on it.  Basic homework question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smisar</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400clle-issue/#comment-103030</link>
		<dc:creator>smisar</dc:creator>
		<pubDate>Fri, 17 Feb 2012 06:12:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-103030</guid>
		<description><![CDATA[Ok Man cool down thats not any political issue to expnad our discussion... Just leave it  and cool down............]]></description>
		<content:encoded><![CDATA[<p>Ok Man cool down thats not any political issue to expnad our discussion&#8230; Just leave it  and cool down&#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400clle-issue/#comment-103014</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 16 Feb 2012 23:50:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-103014</guid>
		<description><![CDATA[&lt;i&gt;I agree discusion is better but some times…&lt;/i&gt;

The site prohibits providing direct solutions for &quot;homework&quot; questions.

The example CL was clearly at a &quot;learning&quot; level. In order to determine the reason behind asking the question, some dialog is required first.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>I agree discusion is better but some times…</i></p>
<p>The site prohibits providing direct solutions for &#8220;homework&#8221; questions.</p>
<p>The example CL was clearly at a &#8220;learning&#8221; level. In order to determine the reason behind asking the question, some dialog is required first.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smisar</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400clle-issue/#comment-102987</link>
		<dc:creator>smisar</dc:creator>
		<pubDate>Thu, 16 Feb 2012 12:17:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-102987</guid>
		<description><![CDATA[Ya....  But it is not possiblae to explain line by line code here.... Thats better to provide correct solution where  required...  I agree discusion is better but some times...]]></description>
		<content:encoded><![CDATA[<p>Ya&#8230;.  But it is not possiblae to explain line by line code here&#8230;. Thats better to provide correct solution where  required&#8230;  I agree discusion is better but some times&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400clle-issue/#comment-102973</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 16 Feb 2012 07:32:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-102973</guid>
		<description><![CDATA[&lt;i&gt;I dont know why he has taken that line…&lt;/i&gt;

I asked so that the OP would have to think about them. By talking about them, we could understand how fields from declared files are automatically made available in a CL program.

I believe that discussion is better than only providing code. It allows some learning of principles.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>I dont know why he has taken that line…</i></p>
<p>I asked so that the OP would have to think about them. By talking about them, we could understand how fields from declared files are automatically made available in a CL program.</p>
<p>I believe that discussion is better than only providing code. It allows some learning of principles.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smisar</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400clle-issue/#comment-102965</link>
		<dc:creator>smisar</dc:creator>
		<pubDate>Thu, 16 Feb 2012 05:16:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-102965</guid>
		<description><![CDATA[Hi Tom  u r right

DCL VAR(&amp;WS) TYPE(*CHAR) LEN(10) /* variable */
DCL VAR(&amp;WSPID4) TYPE(*CHAR) LEN(10) /*DSPF field*/
DCL VAR(&amp;PDPID) TYPE(*CHAR) LEN(10) /*PF FIELD*/ 

these three lines are not require to add in pgm ... Bcoz we can directly move the pf field value to DSPF no need to declare.  But I was just adding for his reference... I dont know why he has taken that line...]]></description>
		<content:encoded><![CDATA[<p>Hi Tom  u r right</p>
<p>DCL VAR(&amp;WS) TYPE(*CHAR) LEN(10) /* variable */<br />
DCL VAR(&amp;WSPID4) TYPE(*CHAR) LEN(10) /*DSPF field*/<br />
DCL VAR(&amp;PDPID) TYPE(*CHAR) LEN(10) /*PF FIELD*/ </p>
<p>these three lines are not require to add in pgm &#8230; Bcoz we can directly move the pf field value to DSPF no need to declare.  But I was just adding for his reference&#8230; I dont know why he has taken that line&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400clle-issue/#comment-102891</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 14 Feb 2012 21:33:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-102891</guid>
		<description><![CDATA[&lt;i&gt;             DCL        VAR(&amp;WS) TYPE(*CHAR) LEN(10) /* variable */             
             DCL        VAR(&amp;WSPID4) TYPE(*CHAR) LEN(10) /*DSPF field*/         
             DCL        VAR(&amp;PDPID) TYPE(*CHAR) LEN(10)  /*PF FIELD*/        &lt;/i&gt;

Why are those three lines in the program? How does your program ever put a value into &amp;PDID? Where do you move any values into your display fields? None of those variables are part of the physical file nor of the display file.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>             DCL        VAR(&amp;WS) TYPE(*CHAR) LEN(10) /* variable */<br />
             DCL        VAR(&amp;WSPID4) TYPE(*CHAR) LEN(10) /*DSPF field*/<br />
             DCL        VAR(&amp;PDPID) TYPE(*CHAR) LEN(10)  /*PF FIELD*/        </i></p>
<p>Why are those three lines in the program? How does your program ever put a value into &amp;PDID? Where do you move any values into your display fields? None of those variables are part of the physical file nor of the display file.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nikrajpapa</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400clle-issue/#comment-102879</link>
		<dc:creator>nikrajpapa</dc:creator>
		<pubDate>Tue, 14 Feb 2012 13:40:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-102879</guid>
		<description><![CDATA[THANKS ITS WORK NOW...]]></description>
		<content:encoded><![CDATA[<p>THANKS ITS WORK NOW&#8230;</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.072 seconds using memcached
Object Caching 365/371 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 17:36:34 -->