 




<?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: RPGLE AS400</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/rpgle-as400/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-as400/</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 05:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: The Most-Watched IT Questions: February 6, 2012 - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-as400/#comment-102739</link>
		<dc:creator>The Most-Watched IT Questions: February 6, 2012 - ITKE Community Blog</dc:creator>
		<pubDate>Thu, 09 Feb 2012 20:01:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-102739</guid>
		<description><![CDATA[[...] Need help creating a 6 digit non repeating random number for RPGLE AS400?  CharlieBrown, TomLiotta, Philpl1jb will have the answers for [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Need help creating a 6 digit non repeating random number for RPGLE AS400?  CharlieBrown, TomLiotta, Philpl1jb will have the answers for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-as400/#comment-102511</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Mon, 06 Feb 2012 15:05:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-102511</guid>
		<description><![CDATA[It seems as if you should have the ability to do this with the code that has been provided.
Phil]]></description>
		<content:encoded><![CDATA[<p>It seems as if you should have the ability to do this with the code that has been provided.<br />
Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 9783444184</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-as400/#comment-102498</link>
		<dc:creator>9783444184</dc:creator>
		<pubDate>Mon, 06 Feb 2012 10:53:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-102498</guid>
		<description><![CDATA[hi Tom
thanks,
i want to generate 6 digits non repeating and duplicate number.
do&lt;6
123456 (if this is my generated no. )
next generated no. like as  
987654 
next
741235 
next .........]]></description>
		<content:encoded><![CDATA[<p>hi Tom<br />
thanks,<br />
i want to generate 6 digits non repeating and duplicate number.<br />
do&lt;6<br />
123456 (if this is my generated no. )<br />
next generated no. like as<br />
987654<br />
next<br />
741235<br />
next &#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-as400/#comment-102493</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Mon, 06 Feb 2012 08:01:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-102493</guid>
		<description><![CDATA[Further, your third rule seemed to contradict that rules against duplication:&lt;ul&gt;
	&lt;li&gt;3-input number and generated number if equal then successful. like (123456=123456)&lt;/li&gt;
&lt;/ul&gt;
To me, that makes it seem as if your goal (&quot;successful&quot;) is to generate a &#039;duplicate&#039; number. That rule doesn&#039;t seem to fit with any of the rest of the whole thread.

Tom]]></description>
		<content:encoded><![CDATA[<p>Further, your third rule seemed to contradict that rules against duplication:
<ul>
<li>3-input number and generated number if equal then successful. like (123456=123456)</li>
</ul>
<p>To me, that makes it seem as if your goal (&#8220;successful&#8221;) is to generate a &#8216;duplicate&#8217; number. That rule doesn&#8217;t seem to fit with any of the rest of the whole thread.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-as400/#comment-102491</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Mon, 06 Feb 2012 07:47:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-102491</guid>
		<description><![CDATA[&lt;i&gt;but some time program gives &lt;b&gt;duplicate&lt;/b&gt; number..&lt;/i&gt;

Earlier, you listed three rules. The first two rules were like this:
&lt;ul&gt;
	&lt;li&gt;1-user input digits &lt;b&gt;can’t be duplicate&lt;/b&gt;...&lt;/li&gt;&lt;li&gt;2-generated number &lt;b&gt;can’t be duplicate&lt;/b&gt;...&lt;/li&gt;
&lt;/ul&gt;
If you are writing about &quot;duplicate&quot; numbers now, you need to tell which of those two rules is being violated.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>but some time program gives <b>duplicate</b> number..</i></p>
<p>Earlier, you listed three rules. The first two rules were like this:</p>
<ul>
<li>1-user input digits <b>can’t be duplicate</b>&#8230;</li>
<li>2-generated number <b>can’t be duplicate</b>&#8230;</li>
</ul>
<p>If you are writing about &#8220;duplicate&#8221; numbers now, you need to tell which of those two rules is being violated.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 9783444184</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-as400/#comment-102483</link>
		<dc:creator>9783444184</dc:creator>
		<pubDate>Mon, 06 Feb 2012 04:37:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-102483</guid>
		<description><![CDATA[sorry all,
actually i am tried another stuff that why i posted wrong question. 
i have got little bit solution from TomLiotta but some time program gives duplicate number..]]></description>
		<content:encoded><![CDATA[<p>sorry all,<br />
actually i am tried another stuff that why i posted wrong question.<br />
i have got little bit solution from TomLiotta but some time program gives duplicate number..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 421</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-as400/#comment-102408</link>
		<dc:creator>421</dc:creator>
		<pubDate>Fri, 03 Feb 2012 11:08:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-102408</guid>
		<description><![CDATA[thanks]]></description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-as400/#comment-102405</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Fri, 03 Feb 2012 10:24:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-102405</guid>
		<description><![CDATA[So far, we&#039;&#039;ve wasted effort and time on this thread because you provide statements that are not clear.

I don&#039;t understand what you&#039;re doing or want to do with indcators.
Phil]]></description>
		<content:encoded><![CDATA[<p>So far, we&#8221;ve wasted effort and time on this thread because you provide statements that are not clear.</p>
<p>I don&#8217;t understand what you&#8217;re doing or want to do with indcators.<br />
Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 9783444184</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-as400/#comment-102403</link>
		<dc:creator>9783444184</dc:creator>
		<pubDate>Fri, 03 Feb 2012 09:10:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-102403</guid>
		<description><![CDATA[one more thing is there i have indicator in every input field and i am checking through loop for two or more fields are same now  how to find both indicator if two fields are same.
example
1 2 2 3 5 6 and indicators are 20 21 22 23 25 26]]></description>
		<content:encoded><![CDATA[<p>one more thing is there i have indicator in every input field and i am checking through loop for two or more fields are same now  how to find both indicator if two fields are same.<br />
example<br />
1 2 2 3 5 6 and indicators are 20 21 22 23 25 26</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-as400/#comment-102392</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Fri, 03 Feb 2012 01:23:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-102392</guid>
		<description><![CDATA[&lt;i&gt;seed of zero — wasn’t that the latest problem?&lt;/i&gt;

That&#039;s what I can&#039;t determine. Is it that each new set-of-6 is the same as the previous set-of-6? Or is it that digit 1-of-6 is a duplicate of digit 3-of-6 or 5-of-6 or whichever?

That is, is the 6-digit number 135497 generated the first time and also the second time? Oops! &quot;Duplicated&quot; sequence. That could be a seed problem.

Or is it that digits are like 1-3-5-3-5-1? Oops! No good. &quot;Duplicated&quot; digits!

Tom]]></description>
		<content:encoded><![CDATA[<p><i>seed of zero — wasn’t that the latest problem?</i></p>
<p>That&#8217;s what I can&#8217;t determine. Is it that each new set-of-6 is the same as the previous set-of-6? Or is it that digit 1-of-6 is a duplicate of digit 3-of-6 or 5-of-6 or whichever?</p>
<p>That is, is the 6-digit number 135497 generated the first time and also the second time? Oops! &#8220;Duplicated&#8221; sequence. That could be a seed problem.</p>
<p>Or is it that digits are like 1-3-5-3-5-1? Oops! No good. &#8220;Duplicated&#8221; digits!</p>
<p>Tom</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.013 seconds using memcached
Object Caching 394/397 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 07:45:21 -->