<?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: Julian to Gregorian Date Conv. in DB2 Web Query</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/julian-to-gregorian-date-conv-in-db2-web-query/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/julian-to-gregorian-date-conv-in-db2-web-query/</link>
	<description></description>
	<lastBuildDate>Thu, 20 Jun 2013 08:55:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: wade0435</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/julian-to-gregorian-date-conv-in-db2-web-query/#comment-83833</link>
		<dc:creator>wade0435</dc:creator>
		<pubDate>Mon, 15 Nov 2010 18:41:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-83833</guid>
		<description><![CDATA[RPGLE julian date conversion code:

D Wprthr          S              8  0  Inz(20101115)  
D Xcjul           S              7  0     


 /Free                                                     
  Xcjul = %Dec(%Subst(%Char(Wprthr):1:4):4:0) * 1000 +     
          %Diff(%Date(Wprthr):                             
          %Date(%Dec(%Subst(%Char(Wprthr):1:4):4:0)        
                  * 10000 + 0101) :*D) + 1;   


XCJUL = 2010319]]></description>
		<content:encoded><![CDATA[<p>RPGLE julian date conversion code:</p>
<p>D Wprthr          S              8  0  Inz(20101115)<br />
D Xcjul           S              7  0     </p>
<p> /Free<br />
  Xcjul = %Dec(%Subst(%Char(Wprthr):1:4):4:0) * 1000 +<br />
          %Diff(%Date(Wprthr):<br />
          %Date(%Dec(%Subst(%Char(Wprthr):1:4):4:0)<br />
                  * 10000 + 0101) :*D) + 1;   </p>
<p>XCJUL = 2010319</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: screechtx</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/julian-to-gregorian-date-conv-in-db2-web-query/#comment-50543</link>
		<dc:creator>screechtx</dc:creator>
		<pubDate>Wed, 07 Nov 2007 22:05:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-50543</guid>
		<description><![CDATA[Thanks, WaltZ.  I read that section but it seems to be only for the developer workbench, which we don&#039;t have.]]></description>
		<content:encoded><![CDATA[<p>Thanks, WaltZ.  I read that section but it seems to be only for the developer workbench, which we don&#8217;t have.</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/8 queries in 0.012 seconds using memcached
Object Caching 283/284 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-20 09:16:25 -->