 




<?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: Storing a date as *mdy from an *outfile when executing strqmqry</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/storing-a-date-as-mdy-from-an-outfile-when-executing-strqmqry/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/storing-a-date-as-mdy-from-an-outfile-when-executing-strqmqry/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 03:16:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/storing-a-date-as-mdy-from-an-outfile-when-executing-strqmqry/#comment-113401</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Wed, 14 Nov 2012 22:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/storing-a-date-as-mdy-from-an-outfile-when-executing-strqmqry/#comment-113401</guid>
		<description><![CDATA[Ignore my previous comment... posted in wrong thread. -- Tom]]></description>
		<content:encoded><![CDATA[<p>Ignore my previous comment&#8230; posted in wrong thread. &#8212; Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/storing-a-date-as-mdy-from-an-outfile-when-executing-strqmqry/#comment-113399</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Wed, 14 Nov 2012 22:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/storing-a-date-as-mdy-from-an-outfile-when-executing-strqmqry/#comment-113399</guid>
		<description><![CDATA[The solution is temporary. There will be other problems. You can find a number of problems discussed in this forum and in just about any similar forum on the internet.
&#160;
There are a number of plain SMTP free e-mail solutions that do not require use of SNDDST nor QDLS. Maybe the most common is &lt;a href=&quot;http://mmail.easy400.net/&quot; rel=&quot;nofollow&quot;&gt;Mime&amp;Mail for IBM System i&lt;/A&gt; from Easy400. Java e-mail has also become fairly common, and other solutions exist. SMTP e-mail can also be done without any 3rd-party utilities by calling the native SMTP functions, but most sites prefer a utility.
&#160;
SNDDST plus QDLS is a useful short-term function. For continuing long-term use, you need to use features that are appropriate to the task.
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p>The solution is temporary. There will be other problems. You can find a number of problems discussed in this forum and in just about any similar forum on the internet.<br />
&nbsp;<br />
There are a number of plain SMTP free e-mail solutions that do not require use of SNDDST nor QDLS. Maybe the most common is <a href="http://mmail.easy400.net/" rel="nofollow">Mime&amp;Mail for IBM System i</a> from Easy400. Java e-mail has also become fairly common, and other solutions exist. SMTP e-mail can also be done without any 3rd-party utilities by calling the native SMTP functions, but most sites prefer a utility.<br />
&nbsp;<br />
SNDDST plus QDLS is a useful short-term function. For continuing long-term use, you need to use features that are appropriate to the task.<br />
&nbsp;<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/storing-a-date-as-mdy-from-an-outfile-when-executing-strqmqry/#comment-113395</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Wed, 14 Nov 2012 18:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/storing-a-date-as-mdy-from-an-outfile-when-executing-strqmqry/#comment-113395</guid>
		<description><![CDATA[&lt;EM&gt;i have a date coming in to a query in *iso format.&lt;/EM&gt;
&#160;
What do you mean by &quot;coming into a query in *iso format&quot;? Firxt, where is it coming from? Is it coming from a Date field? If it is, it&#039;s not in *ISO format. The *ISO format is only for presentation. Or is it a Char field with a date value? If it is, it&#039;s not a &#039;date&#039; and the format is irrelevant except for how your coding might parse it.
&#160;
&lt;EM&gt;when i put it into a date field it comes back as y/m/d...&lt;/EM&gt;
&#160;
What do you mean by &quot;it comes back&quot;? Back to where?
&#160;
&lt;EM&gt;...despite the fact my datfmt is set to *mdy &lt;/EM&gt;
&#160;
What do you mean by &quot;[your] datfmt&quot;? Is that a job DATFMT()? Is it in a program? Somewhere else?
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p><em>i have a date coming in to a query in *iso format.</em><br />
&nbsp;<br />
What do you mean by &#8220;coming into a query in *iso format&#8221;? Firxt, where is it coming from? Is it coming from a Date field? If it is, it&#8217;s not in *ISO format. The *ISO format is only for presentation. Or is it a Char field with a date value? If it is, it&#8217;s not a &#8216;date&#8217; and the format is irrelevant except for how your coding might parse it.<br />
&nbsp;<br />
<em>when i put it into a date field it comes back as y/m/d&#8230;</em><br />
&nbsp;<br />
What do you mean by &#8220;it comes back&#8221;? Back to where?<br />
&nbsp;<br />
<em>&#8230;despite the fact my datfmt is set to *mdy </em><br />
&nbsp;<br />
What do you mean by &#8220;[your] datfmt&#8221;? Is that a job DATFMT()? Is it in a program? Somewhere else?<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/8 queries in 0.012 seconds using memcached
Object Caching 297/298 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 05:33:06 -->