 




<?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: Validate date in COBOL/400</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/validate-date-in-cobol400/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/validate-date-in-cobol400/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/validate-date-in-cobol400/#comment-115755</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Fri, 01 Feb 2013 02:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/?p=279005#comment-115755</guid>
		<description><![CDATA[&lt;EM&gt;I have date in yyyymmdd format.&lt;/EM&gt;
&#160;
Does that mean it&#039;s not a DATE, but it&#039;s a character or numeric variable instead? If so, then you need to convert it to a DATE or convert your DATE values to match the variable type.
&#160;
&lt;EM&gt;...the intrinsic function like that in COBOL are not working...&lt;/EM&gt;
&#160;
Which function? If we don&#039;t know the function, we can&#039;t help with any errors.
&#160;
What does your programming look like? We can&#039;t tell what might be wrong if we can&#039;t look at it. We need to see the instructions together with any related data definitions.
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p><em>I have date in yyyymmdd format.</em><br />
&nbsp;<br />
Does that mean it&#8217;s not a DATE, but it&#8217;s a character or numeric variable instead? If so, then you need to convert it to a DATE or convert your DATE values to match the variable type.<br />
&nbsp;<br />
<em>&#8230;the intrinsic function like that in COBOL are not working&#8230;</em><br />
&nbsp;<br />
Which function? If we don&#8217;t know the function, we can&#8217;t help with any errors.<br />
&nbsp;<br />
What does your programming look like? We can&#8217;t tell what might be wrong if we can&#8217;t look at it. We need to see the instructions together with any related data definitions.<br />
&nbsp;<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LetItBe</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/validate-date-in-cobol400/#comment-115745</link>
		<dc:creator>LetItBe</dc:creator>
		<pubDate>Thu, 31 Jan 2013 21:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/?p=279005#comment-115745</guid>
		<description><![CDATA[If it is because you are comparing yyyymmdd to a date range in ddmmyyyy format - then you need to make the dates a compatible format in working storage.&#160; Convert 01012012 to 20120101 and 05042014 to 20140504 - then a comparing to a yyyymmdd value will work.]]></description>
		<content:encoded><![CDATA[<p>If it is because you are comparing yyyymmdd to a date range in ddmmyyyy format &#8211; then you need to make the dates a compatible format in working storage.&nbsp; Convert 01012012 to 20120101 and 05042014 to 20140504 &#8211; then a comparing to a yyyymmdd value will work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LetItBe</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/validate-date-in-cobol400/#comment-115744</link>
		<dc:creator>LetItBe</dc:creator>
		<pubDate>Thu, 31 Jan 2013 21:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/?p=279005#comment-115744</guid>
		<description><![CDATA[Date-to-check = 20120515fromdate = 20120101thrudate = 20140405If date-to-check &gt; fromdateand date-to-check &lt; thrudate&#160;&#160;&#160;&#160;&#160;&#160; perform xxxxxxwhy doesn&#039;t that work?&#160; I don&#039;t understand the problem.&#160;]]></description>
		<content:encoded><![CDATA[<p>Date-to-check = 20120515fromdate = 20120101thrudate = 20140405If date-to-check &gt; fromdateand date-to-check &lt; thrudate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; perform xxxxxxwhy doesn&#8217;t that work?&nbsp; I don&#8217;t understand the problem.&nbsp;</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.014 seconds using memcached
Object Caching 296/299 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 19:44:44 -->