<?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: Removing zeros from .csv file</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/removing-zeros/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/removing-zeros/</link>
	<description></description>
	<lastBuildDate>Thu, 20 Jun 2013 06:31:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/removing-zeros/#comment-84780</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Fri, 03 Dec 2010 00:57:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-84780</guid>
		<description><![CDATA[&lt;i&gt;I want to remove the zeros since i am not using it regularly.&lt;/i&gt;

What do you mean &quot;regularly&quot;?

Does it mean that you don&#039;t often use the numeric field? Does it mean that you use the numeric field in an irregular way? Does it mean that you use the .CSV file in an irregular way?

CPYTOIMPF is intended as a DB2 database EXPORT function. It can be used for general .CSV creation, but that&#039;s not how it should be expected to work. If it doesn&#039;t work as you need, you have two general options.

First, don&#039;t use CPYTOIMPF. Use a different function such as downloading to Excel and saving the result as a .CSV from Excel, or searching the internet for one of the various .CSV creation tools that others have made available. Because you are the one who knows your requirements, you are the one who would know which tool works as you need.

Or create a new file description that presents the data in the column without leading zeros. You can create a SQL VIEW for example, that would do that. Then use CPYTOIMPF to export that VIEW.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>I want to remove the zeros since i am not using it regularly.</i></p>
<p>What do you mean &#8220;regularly&#8221;?</p>
<p>Does it mean that you don&#8217;t often use the numeric field? Does it mean that you use the numeric field in an irregular way? Does it mean that you use the .CSV file in an irregular way?</p>
<p>CPYTOIMPF is intended as a DB2 database EXPORT function. It can be used for general .CSV creation, but that&#8217;s not how it should be expected to work. If it doesn&#8217;t work as you need, you have two general options.</p>
<p>First, don&#8217;t use CPYTOIMPF. Use a different function such as downloading to Excel and saving the result as a .CSV from Excel, or searching the internet for one of the various .CSV creation tools that others have made available. Because you are the one who knows your requirements, you are the one who would know which tool works as you need.</p>
<p>Or create a new file description that presents the data in the column without leading zeros. You can create a SQL VIEW for example, that would do that. Then use CPYTOIMPF to export that VIEW.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/removing-zeros/#comment-84740</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Thu, 02 Dec 2010 13:56:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-84740</guid>
		<description><![CDATA[Whatever is in the file goes to the .csv .. 
You could copy the file to one that doesn&#039;t have that column and use that file to create the .csv.
Phil]]></description>
		<content:encoded><![CDATA[<p>Whatever is in the file goes to the .csv ..<br />
You could copy the file to one that doesn&#8217;t have that column and use that file to create the .csv.<br />
Phil</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/8 queries in 0.039 seconds using memcached
Object Caching 283/284 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-20 06:49:59 -->