<?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"
	>
<channel>
	<title>Comments on: how to pass numeric data to cl program from as400 command line</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/how-to-pass-numeric-data-to-cl-program-from-as400-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-pass-numeric-data-to-cl-program-from-as400-command-line/</link>
	<description></description>
	<pubDate>Sat, 28 Nov 2009 05:09:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Mcl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-pass-numeric-data-to-cl-program-from-as400-command-line/#comment-64842</link>
		<dc:creator>Mcl</dc:creator>
		<pubDate>Fri, 26 Jun 2009 06:27:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-64842</guid>
		<description>You put comments in your code?  :) 

Yeah, definately go with the command instead of calling the CL directly for command-line use..

regards
Mike</description>
		<content:encoded><![CDATA[<p>You put comments in your code?  <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Yeah, definately go with the command instead of calling the CL directly for command-line use..</p>
<p>regards<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yorkshireman</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-pass-numeric-data-to-cl-program-from-as400-command-line/#comment-64788</link>
		<dc:creator>Yorkshireman</dc:creator>
		<pubDate>Thu, 25 Jun 2009 15:32:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-64788</guid>
		<description>On the basis that it will need running more than once - or testing by someone else, I usually just write a command, whose cpp is the program to be tested/run 


cmd name = pgm name or something more snappy

cmd 'apbjfr'

parm  *DEC  length 6   - etc


2 lines is enough code - plus 10 lines of comment</description>
		<content:encoded><![CDATA[<p>On the basis that it will need running more than once - or testing by someone else, I usually just write a command, whose cpp is the program to be tested/run </p>
<p>cmd name = pgm name or something more snappy</p>
<p>cmd &#8216;apbjfr&#8217;</p>
<p>parm  *DEC  length 6   - etc</p>
<p>2 lines is enough code - plus 10 lines of comment</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohan K</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-pass-numeric-data-to-cl-program-from-as400-command-line/#comment-64755</link>
		<dc:creator>Mohan K</dc:creator>
		<pubDate>Thu, 25 Jun 2009 04:56:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-64755</guid>
		<description>Thank you... its working</description>
		<content:encoded><![CDATA[<p>Thank you&#8230; its working</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cunninjoe</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-pass-numeric-data-to-cl-program-from-as400-command-line/#comment-64748</link>
		<dc:creator>Cunninjoe</dc:creator>
		<pubDate>Wed, 24 Jun 2009 17:53:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-64748</guid>
		<description>CALL PGM(PGM1) PARM(X'123F') to call program with a parameter of + 123.</description>
		<content:encoded><![CDATA[<p>CALL PGM(PGM1) PARM(X&#8217;123F&#8217;) to call program with a parameter of + 123.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->