 




<?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: Need a RPGLE program</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/need-a-rpgle-program/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/need-a-rpgle-program/</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 08:14:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: SOW</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/need-a-rpgle-program/#comment-109598</link>
		<dc:creator>SOW</dc:creator>
		<pubDate>Fri, 27 Jul 2012 10:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/need-a-rpgle-program/#comment-109598</guid>
		<description><![CDATA[Does it have to be RPGLE? What about SQL?Hi,
I wrote the program to generate the next date . In b/n I have to find the day of the week for the shipdate. I tried to use the&#160; below SQL
&#160;
C/Exec SQL Set :NumWeekDay = DayOfWeek_ISO(:MyDate)C/End-Exec
but the :NumWeekDay is coming as blanks..I am using V5R3 version.....
need help on this...
&#160;]]></description>
		<content:encoded><![CDATA[<p>Does it have to be RPGLE? What about SQL?Hi,<br />
I wrote the program to generate the next date . In b/n I have to find the day of the week for the shipdate. I tried to use the&nbsp; below SQL<br />
&nbsp;<br />
C/Exec SQL Set :NumWeekDay = DayOfWeek_ISO(:MyDate)C/End-Exec<br />
but the :NumWeekDay is coming as blanks..I am using V5R3 version&#8230;..<br />
need help on this&#8230;<br />
&nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/need-a-rpgle-program/#comment-109547</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Thu, 26 Jul 2012 03:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/need-a-rpgle-program/#comment-109547</guid>
		<description><![CDATA[&quot;&#039;Does a boy get a chance to whitewash a fence every day?&#039;&quot;
Tom Sawyer]]></description>
		<content:encoded><![CDATA[<p>&#8220;&#8216;Does a boy get a chance to whitewash a fence every day?&#8217;&#8221;<br />
Tom Sawyer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BigKat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/need-a-rpgle-program/#comment-109533</link>
		<dc:creator>BigKat</dc:creator>
		<pubDate>Wed, 25 Jul 2012 11:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/need-a-rpgle-program/#comment-109533</guid>
		<description><![CDATA[What I don&#039;t understand, is how people find this site to ask the question on without using Google, and they don&#039;t think to check there for examples first???]]></description>
		<content:encoded><![CDATA[<p>What I don&#8217;t understand, is how people find this site to ask the question on without using Google, and they don&#8217;t think to check there for examples first???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/need-a-rpgle-program/#comment-109525</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Wed, 25 Jul 2012 09:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/need-a-rpgle-program/#comment-109525</guid>
		<description><![CDATA[We help, guide, teach, but we don&#039;t do your work for you.Here is an example, a little like what you need.0&#160;&lt;a href=&quot;http://itknowledgeexchange.techtarget.com/itanswers/rpgle-date-calculations/&quot; rel=&quot;nofollow&quot;&gt;http://itknowledgeexchange.techtarget.com/itanswers/rpgle-date-calculations/&lt;/a&gt;&#160;Found it using Google .. AS/400 RPGLE Date FunctionsIf you have difficulties, come back with your code and we&#039;ll guide you to your solution.&#160;]]></description>
		<content:encoded><![CDATA[<p>We help, guide, teach, but we don&#8217;t do your work for you.Here is an example, a little like what you need.0&nbsp;<a href="http://itknowledgeexchange.techtarget.com/itanswers/rpgle-date-calculations/" rel="nofollow">http://itknowledgeexchange.techtarget.com/itanswers/rpgle-date-calculations/</a>&nbsp;Found it using Google .. AS/400 RPGLE Date FunctionsIf you have difficulties, come back with your code and we&#8217;ll guide you to your solution.&nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/need-a-rpgle-program/#comment-109522</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Wed, 25 Jul 2012 08:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/need-a-rpgle-program/#comment-109522</guid>
		<description><![CDATA[I want a RPGLE program which generate the next date.
&#160;
Okay, what problem are you having with it? Or do you just need someone to write it for you for free? This is a very trivial function. A pro should have no problem at all. Does it have to be RPGLE? What about SQL?
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p>I want a RPGLE program which generate the next date.<br />
&nbsp;<br />
Okay, what problem are you having with it? Or do you just need someone to write it for you for free? This is a very trivial function. A pro should have no problem at all. Does it have to be RPGLE? What about SQL?<br />
&nbsp;<br />
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.016 seconds using memcached
Object Caching 324/327 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 08:14:36 -->