<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ENDJOBABN &#187; bif</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/endjobabn/tag/bif/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/endjobabn</link>
	<description>A System i and Lotus Domino blog</description>
	<lastBuildDate>Mon, 31 Oct 2011 01:25:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Neat little trick using edit codes</title>
		<link>http://itknowledgeexchange.techtarget.com/endjobabn/neat-little-trick-using-edit-codes/</link>
		<comments>http://itknowledgeexchange.techtarget.com/endjobabn/neat-little-trick-using-edit-codes/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 15:39:40 +0000</pubDate>
		<dc:creator>Steve Pitcher</dc:creator>
				<category><![CDATA[bif]]></category>
		<category><![CDATA[rpg]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/endjobabn/neat-little-trick-using-edit-codes/</guid>
		<description><![CDATA[This built in function is probably not new to most, but I found it very helpful this morning.  If the function exists, you may as well use it. I had to pull a numeric field out of DB2 and convert it to characters while retaining the leading zeros.  I received a little tip on how [...]]]></description>
				<content:encoded><![CDATA[<p>This built in function is probably not new to most, but I found it very helpful this morning.  If the function exists, you may as well use it.</p>
<p>I had to pull a numeric field out of DB2 and convert it to characters while retaining the leading zeros.  I received a little tip on how to do this using the %editc BIF.  Note that shiptime is the DB2 field and chartime is the variable.</p>
<p>The &#8220;X&#8221; edit code is used to keep leading zeros.  Cute function.</p>
<p>/free</p>
<p>evalr chartime = %editc(shiptime:&#8217;X')</p>
<p>/end-free</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/endjobabn/neat-little-trick-using-edit-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
