 




<?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: Download from iSeries directly to an Excel xls file &#8211; no CSV</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/download-from-iseries-directly-to-an-excel-xls-file-no-csv/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/download-from-iseries-directly-to-an-excel-xls-file-no-csv/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 22:40:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: sillyhp</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/download-from-iseries-directly-to-an-excel-xls-file-no-csv/#comment-77365</link>
		<dc:creator>sillyhp</dc:creator>
		<pubDate>Thu, 20 May 2010 11:05:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-77365</guid>
		<description><![CDATA[My path was using /Root in the IFS, but I needed only to begin with the actual folder /EF which is directly under Root.  It&#039;s funny how the simplest things are overlooked.  I should also mention that the website to get the CVTPFXLS has moved from geocities to the following:

http://reocities.com/SiliconValley/pines/5581/tips.htm

It took me a couple of days to find it, but worth the trouble.  They have a lot of good stuff on their site.]]></description>
		<content:encoded><![CDATA[<p>My path was using /Root in the IFS, but I needed only to begin with the actual folder /EF which is directly under Root.  It&#8217;s funny how the simplest things are overlooked.  I should also mention that the website to get the CVTPFXLS has moved from geocities to the following:</p>
<p><a href="http://reocities.com/SiliconValley/pines/5581/tips.htm" rel="nofollow">http://reocities.com/SiliconValley/pines/5581/tips.htm</a></p>
<p>It took me a couple of days to find it, but worth the trouble.  They have a lot of good stuff on their site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/download-from-iseries-directly-to-an-excel-xls-file-no-csv/#comment-77348</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 19 May 2010 23:38:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-77348</guid>
		<description><![CDATA[I can point out a couple potential problems; but if you explained how you resolved it, those who come here later might be grateful for your help.

Tom]]></description>
		<content:encoded><![CDATA[<p>I can point out a couple potential problems; but if you explained how you resolved it, those who come here later might be grateful for your help.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sillyhp</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/download-from-iseries-directly-to-an-excel-xls-file-no-csv/#comment-77327</link>
		<dc:creator>sillyhp</dc:creator>
		<pubDate>Wed, 19 May 2010 19:00:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-77327</guid>
		<description><![CDATA[It took a couple of days, but I figured it out!]]></description>
		<content:encoded><![CDATA[<p>It took a couple of days, but I figured it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sillyhp</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/download-from-iseries-directly-to-an-excel-xls-file-no-csv/#comment-77313</link>
		<dc:creator>sillyhp</dc:creator>
		<pubDate>Wed, 19 May 2010 15:17:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-77313</guid>
		<description><![CDATA[Using V5R4M0 of operating system.

CL Command = CVTPFXLS FROMFILE(PJCLIB/AGE) TOSTMF(&#039;Root/EF/StkSts/Age.xls&#039;) FLDHDR(*TEXT)

Get message:  Pointer not set for location referenced.]]></description>
		<content:encoded><![CDATA[<p>Using V5R4M0 of operating system.</p>
<p>CL Command = CVTPFXLS FROMFILE(PJCLIB/AGE) TOSTMF(&#8216;Root/EF/StkSts/Age.xls&#8217;) FLDHDR(*TEXT)</p>
<p>Get message:  Pointer not set for location referenced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/download-from-iseries-directly-to-an-excel-xls-file-no-csv/#comment-77311</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 19 May 2010 14:59:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-77311</guid>
		<description><![CDATA[CL is hardly an appropriate language for trying to put data into a format that is proprietary to an application that runs on a different platform under a different operating system. It can be done, and there are tools that can help such as CVTPFXLS.

If you&#039;re going to use such tools and you have a problem, please show us the problem. Show the code that fails and show the message. Maybe we can help. Please also provide basic information such as i5/OS version/release.

Tom]]></description>
		<content:encoded><![CDATA[<p>CL is hardly an appropriate language for trying to put data into a format that is proprietary to an application that runs on a different platform under a different operating system. It can be done, and there are tools that can help such as CVTPFXLS.</p>
<p>If you&#8217;re going to use such tools and you have a problem, please show us the problem. Show the code that fails and show the message. Maybe we can help. Please also provide basic information such as i5/OS version/release.</p>
<p>Tom</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.016 seconds using memcached
Object Caching 324/327 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 22:50:19 -->