 




<?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: CL Parameter Problem</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/cl-parameter-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-parameter-problem/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 05:05:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: nullfields</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-parameter-problem/#comment-79229</link>
		<dc:creator>nullfields</dc:creator>
		<pubDate>Thu, 15 Jul 2010 14:46:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-79229</guid>
		<description><![CDATA[I don&#039;t know specifics around how the .NET macro passes it&#039;s parameters, but the IBM i manual at this link (page 233 of document, 243 of pdf) might offer some insight:

&lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/iseries/v6r1m0/topic/rbam6/rbam6.pdf&quot;&gt;http://publib.boulder.ibm.com/infocenter/iseries/v6r1m0/topic/rbam6/rbam6.pdf&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t know specifics around how the .NET macro passes it&#8217;s parameters, but the IBM i manual at this link (page 233 of document, 243 of pdf) might offer some insight:</p>
<p><a href="http://publib.boulder.ibm.com/infocenter/iseries/v6r1m0/topic/rbam6/rbam6.pdf">http://publib.boulder.ibm.com/infocenter/iseries/v6r1m0/topic/rbam6/rbam6.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qbjgqbjg</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-parameter-problem/#comment-79211</link>
		<dc:creator>qbjgqbjg</dc:creator>
		<pubDate>Wed, 14 Jul 2010 21:34:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-79211</guid>
		<description><![CDATA[I had a similar issue passing a parameter that was longer than the data it contained. It was fine in the passing program but in the called program the trailing blanks turned into nulls. It was the last parm in the list. So, I added an extra parm at the end of the list in the calling program. I just added  &#039;  &#039; (a blank) . It worked perfectly. There is something about the last parameter that can be a problem.]]></description>
		<content:encoded><![CDATA[<p>I had a similar issue passing a parameter that was longer than the data it contained. It was fine in the passing program but in the called program the trailing blanks turned into nulls. It was the last parm in the list. So, I added an extra parm at the end of the list in the calling program. I just added  &#8216;  &#8216; (a blank) . It worked perfectly. There is something about the last parameter that can be a problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bigkat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-parameter-problem/#comment-73016</link>
		<dc:creator>bigkat</dc:creator>
		<pubDate>Mon, 25 Jan 2010 21:02:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-73016</guid>
		<description><![CDATA[also check the server configurations -- perhaps there is a different &quot;default&quot; setting between the Dev and Prod boxes as to pad or not (or what to pad with - blank or null)]]></description>
		<content:encoded><![CDATA[<p>also check the server configurations &#8212; perhaps there is a different &#8220;default&#8221; setting between the Dev and Prod boxes as to pad or not (or what to pad with &#8211; blank or null)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elterrifico</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-parameter-problem/#comment-73011</link>
		<dc:creator>elterrifico</dc:creator>
		<pubDate>Mon, 25 Jan 2010 16:47:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-73011</guid>
		<description><![CDATA[You&#039;re welcome.  Glad I was able to help.  It is odd though that it works on one machine and not the other.  Wish I could help you figure that out.  My only thought there would be to check release and ptf levels.]]></description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome.  Glad I was able to help.  It is odd though that it works on one machine and not the other.  Wish I could help you figure that out.  My only thought there would be to check release and ptf levels.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dcantwell</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-parameter-problem/#comment-73008</link>
		<dc:creator>dcantwell</dc:creator>
		<pubDate>Mon, 25 Jan 2010 16:03:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-73008</guid>
		<description><![CDATA[I don&#039;t know why it was working on one box and not the other, but I did fix the problem.

Using your idea, I made sure the spaces were filled in using a &quot;PADDING&quot; function in my front end language. 

Thanks for your help!

Dave]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t know why it was working on one box and not the other, but I did fix the problem.</p>
<p>Using your idea, I made sure the spaces were filled in using a &#8220;PADDING&#8221; function in my front end language. </p>
<p>Thanks for your help!</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dcantwell</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-parameter-problem/#comment-73004</link>
		<dc:creator>dcantwell</dc:creator>
		<pubDate>Mon, 25 Jan 2010 13:38:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-73004</guid>
		<description><![CDATA[Sorry I didn&#039;t explain that originally!  That&#039;s my fault.]]></description>
		<content:encoded><![CDATA[<p>Sorry I didn&#8217;t explain that originally!  That&#8217;s my fault.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dcantwell</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-parameter-problem/#comment-73003</link>
		<dc:creator>dcantwell</dc:creator>
		<pubDate>Mon, 25 Jan 2010 13:38:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-73003</guid>
		<description><![CDATA[Well, that is actually how it&#039;s being passed.  That&#039;s the confusing part.  I don&#039;t actually trim any of the trailing blanks as I&#039;m passing it to the CL program.

Inside of the CL program i use TCAT and BCAT to strip off the blanks as needed...

Thanks for the suggestion though!]]></description>
		<content:encoded><![CDATA[<p>Well, that is actually how it&#8217;s being passed.  That&#8217;s the confusing part.  I don&#8217;t actually trim any of the trailing blanks as I&#8217;m passing it to the CL program.</p>
<p>Inside of the CL program i use TCAT and BCAT to strip off the blanks as needed&#8230;</p>
<p>Thanks for the suggestion though!</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.038 seconds using memcached
Object Caching 351/357 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 09:07:57 -->