 




<?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: converting a numeric to character</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/converting-a-numeric-to-character/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/converting-a-numeric-to-character/</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 14:11:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: ricksmith</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/converting-a-numeric-to-character/#comment-36230</link>
		<dc:creator>ricksmith</dc:creator>
		<pubDate>Wed, 25 Oct 2006 13:02:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-36230</guid>
		<description><![CDATA[Be aware that if you use the %CHAR bif, leading zeros will be dropped.]]></description>
		<content:encoded><![CDATA[<p>Be aware that if you use the %CHAR bif, leading zeros will be dropped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grinchly</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/converting-a-numeric-to-character/#comment-36231</link>
		<dc:creator>grinchly</dc:creator>
		<pubDate>Wed, 25 Oct 2006 11:41:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-36231</guid>
		<description><![CDATA[In RPGIII you can use a simple move.

MOVE Num  Alpha   

IN /Free  you can use the %CHAR bif

Alpha = %char(num);

You can also use a data structure

Convert DS
Num                 1  2S 0
Alpha               1  2A]]></description>
		<content:encoded><![CDATA[<p>In RPGIII you can use a simple move.</p>
<p>MOVE Num  Alpha   </p>
<p>IN /Free  you can use the %CHAR bif</p>
<p>Alpha = %char(num);</p>
<p>You can also use a data structure</p>
<p>Convert DS<br />
Num                 1  2S 0<br />
Alpha               1  2A</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/9 queries in 0.014 seconds using memcached
Object Caching 281/284 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-18 16:39:45 -->