 




<?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: V7R1 Qryslt in CLP</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/v7r1-qryslt-in-clp/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/v7r1-qryslt-in-clp/</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 20:47:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: NickHutcheson1</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/v7r1-qryslt-in-clp/#comment-111050</link>
		<dc:creator>NickHutcheson1</dc:creator>
		<pubDate>Thu, 13 Sep 2012 15:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/v7r1-qryslt-in-clp/#comment-111050</guid>
		<description><![CDATA[Another programmer had changed the source without documenting or telling me.&#160; So, what I first saw was not the way it was when the error popped.&#160; Argggh!nick]]></description>
		<content:encoded><![CDATA[<p>Another programmer had changed the source without documenting or telling me.&nbsp; So, what I first saw was not the way it was when the error popped.&nbsp; Argggh!nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/v7r1-qryslt-in-clp/#comment-110770</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Wed, 05 Sep 2012 10:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/v7r1-qryslt-in-clp/#comment-110770</guid>
		<description><![CDATA[If the change worked and T1ORDR is numeric, the change does make sense. It certainly doesn&#039;t make sense that it worked before the 7.1 upgrade, especially a comparison to a blank. That is, unless the field definition itself also changed around the time of the upgrade.
&#160;
Interesting that the original was &quot;*NE&quot; and the eventual working version was &quot;&gt;&quot; (i.e., &quot;*GT&quot;).
&#160;
You might slightly simplify the second CHGVAR:
&#160;
CHGVAR&#160;&#160;&#160;&#160; VAR(&amp;QRYSLT) VALUE( &amp;QRYSLT *TCAT &#039; *AND +&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; %CHAR(T1DATE &quot;*ISO&quot;) *GE &#039;&#039;&#039; *CAT &amp;SDATE +&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; *CAT &#039;&#039;&#039; *AND %CHAR(T1DATE &quot;*ISO&quot;) *LE +&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#039;&#039;&#039; *CAT &amp;EDATE *CAT &#039;&#039;&#039;&#039; )
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p>If the change worked and T1ORDR is numeric, the change does make sense. It certainly doesn&#8217;t make sense that it worked before the 7.1 upgrade, especially a comparison to a blank. That is, unless the field definition itself also changed around the time of the upgrade.<br />
&nbsp;<br />
Interesting that the original was &#8220;*NE&#8221; and the eventual working version was &#8220;&gt;&#8221; (i.e., &#8220;*GT&#8221;).<br />
&nbsp;<br />
You might slightly simplify the second CHGVAR:<br />
&nbsp;<br />
CHGVAR&nbsp;&nbsp;&nbsp;&nbsp; VAR(&amp;QRYSLT) VALUE( &amp;QRYSLT *TCAT &#8216; *AND +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %CHAR(T1DATE &#8220;*ISO&#8221;) *GE &#8221;&#8217; *CAT &amp;SDATE +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *CAT &#8221;&#8217; *AND %CHAR(T1DATE &#8220;*ISO&#8221;) *LE +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8221;&#8217; *CAT &amp;EDATE *CAT &#8221;&#8221; )<br />
&nbsp;<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/v7r1-qryslt-in-clp/#comment-110757</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Tue, 04 Sep 2012 18:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/v7r1-qryslt-in-clp/#comment-110757</guid>
		<description><![CDATA[Your change makes sense if T1ORDR is a numeric field.
&#160;
There may be less casting of variables done in OPNQRYF under&#160;v7r1 although I doubt that was the intention.
&#160;
The error listing still baffels us.]]></description>
		<content:encoded><![CDATA[<p>Your change makes sense if T1ORDR is a numeric field.<br />
&nbsp;<br />
There may be less casting of variables done in OPNQRYF under&nbsp;v7r1 although I doubt that was the intention.<br />
&nbsp;<br />
The error listing still baffels us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/v7r1-qryslt-in-clp/#comment-110756</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Tue, 04 Sep 2012 18:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/v7r1-qryslt-in-clp/#comment-110756</guid>
		<description><![CDATA[It also said &quot;position 8&quot;, and that matches my count for the position of *LE. What was the message ID? -- Tom]]></description>
		<content:encoded><![CDATA[<p>It also said &#8220;position 8&#8243;, and that matches my count for the position of *LE. What was the message ID? &#8212; Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/v7r1-qryslt-in-clp/#comment-110755</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Tue, 04 Sep 2012 16:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/v7r1-qryslt-in-clp/#comment-110755</guid>
		<description><![CDATA[And the code ran in a previous version of the Op Sys?&#160; 
Odd that it says the error is on code for *GT and you don&#039;t use *GT in this query.&#160; ]]></description>
		<content:encoded><![CDATA[<p>And the code ran in a previous version of the Op Sys?&nbsp;<br />
Odd that it says the error is on code for *GT and you don&#8217;t use *GT in this query.&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 3/10 queries in 0.039 seconds using memcached
Object Caching 323/329 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 20:57:59 -->