 




<?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: Date field default value &#8211; RPG</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/date-field-default-value/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/date-field-default-value/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 12:21:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/date-field-default-value/#comment-100562</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Mon, 19 Dec 2011 02:09:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-100562</guid>
		<description><![CDATA[&lt;i&gt;How do I accomplish “use null ‘no date’ ” ?&lt;/i&gt;

Assuming ILE RPG, try the ALWNULL() parameter when you compile the module.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>How do I accomplish “use null ‘no date’ ” ?</i></p>
<p>Assuming ILE RPG, try the ALWNULL() parameter when you compile the module.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frankstacey</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/date-field-default-value/#comment-100535</link>
		<dc:creator>frankstacey</dc:creator>
		<pubDate>Sun, 18 Dec 2011 07:08:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-100535</guid>
		<description><![CDATA[Sorry to open this again but I didn&#039;t understand DanTheDane&#039;s response &quot;If your datefield is defined as a ‘datefield’, I recommend to use null as ‘no date’&quot;  How do I accomplish &quot;use null &#039;no date&#039; &quot; ??]]></description>
		<content:encoded><![CDATA[<p>Sorry to open this again but I didn&#8217;t understand DanTheDane&#8217;s response &#8220;If your datefield is defined as a ‘datefield’, I recommend to use null as ‘no date’&#8221;  How do I accomplish &#8220;use null &#8216;no date&#8217; &#8221; ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: woodengineer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/date-field-default-value/#comment-75026</link>
		<dc:creator>woodengineer</dc:creator>
		<pubDate>Fri, 19 Mar 2010 16:41:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-75026</guid>
		<description><![CDATA[Date-type fields require a valid date, which may be the reason null values generate errors.  The recommendation from Dan the Dane is popular.]]></description>
		<content:encoded><![CDATA[<p>Date-type fields require a valid date, which may be the reason null values generate errors.  The recommendation from Dan the Dane is popular.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aceofdelts</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/date-field-default-value/#comment-74996</link>
		<dc:creator>aceofdelts</dc:creator>
		<pubDate>Thu, 18 Mar 2010 20:46:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-74996</guid>
		<description><![CDATA[Seems like you want to know upcoming demand for items by date.
You could set a default of the last date of the period in process.
Mike L.]]></description>
		<content:encoded><![CDATA[<p>Seems like you want to know upcoming demand for items by date.<br />
You could set a default of the last date of the period in process.<br />
Mike L.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frankstacey</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/date-field-default-value/#comment-74053</link>
		<dc:creator>frankstacey</dc:creator>
		<pubDate>Sun, 21 Feb 2010 22:54:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-74053</guid>
		<description><![CDATA[The file is defined by DDS.  I have tried adding ALWNULL but this has provided me with compile errors relating to providing a default value.  I added a DFT(*NULL) but this apparently conflicts with the DATFMT(*DMY) keyword.]]></description>
		<content:encoded><![CDATA[<p>The file is defined by DDS.  I have tried adding ALWNULL but this has provided me with compile errors relating to providing a default value.  I added a DFT(*NULL) but this apparently conflicts with the DATFMT(*DMY) keyword.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danthedane</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/date-field-default-value/#comment-73995</link>
		<dc:creator>danthedane</dc:creator>
		<pubDate>Fri, 19 Feb 2010 18:08:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-73995</guid>
		<description><![CDATA[If your datefield is defined as a &#039;datefield&#039;, I recommend to use null as &#039;no date&#039;.  You will understand this recommandation when you run query on the data column; - never more the ugly &#039;0001-01-01&#039; but a nice &#039;-&#039; indicating that the datefield has no data in it.
DanF]]></description>
		<content:encoded><![CDATA[<p>If your datefield is defined as a &#8216;datefield&#8217;, I recommend to use null as &#8216;no date&#8217;.  You will understand this recommandation when you run query on the data column; &#8211; never more the ugly &#8217;0001-01-01&#8242; but a nice &#8216;-&#8217; indicating that the datefield has no data in it.<br />
DanF</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/date-field-default-value/#comment-73969</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Fri, 19 Feb 2010 07:43:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-73969</guid>
		<description><![CDATA[How is the field actually defined now (what are its attributes)? Is this a DDS file or SQL table?

Tom]]></description>
		<content:encoded><![CDATA[<p>How is the field actually defined now (what are its attributes)? Is this a DDS file or SQL table?</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 3/10 queries in 0.039 seconds using memcached
Object Caching 351/357 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 13:01:59 -->