 




<?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: AS/400 to Excel</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/as400-to-excel-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-to-excel-2/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 00:24:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: slack400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-to-excel-2/#comment-57760</link>
		<dc:creator>slack400</dc:creator>
		<pubDate>Thu, 13 Nov 2008 21:36:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-57760</guid>
		<description><![CDATA[The AS400 can do this natively as Cwc describes.

Use the CpyToImpF command and convert the file to a delimited file.
Use CSV it&#039;s a standard format and will import into Excel just fine.

Or if this is on demand the user can use the Client Access file download feature. There&#039;s a plugin for Excel so they have a download and upload button in excel.

&lt;a href=&quot;http://www.iseries400experts.com/aej/nov05.jsp&quot;&gt;Link&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>The AS400 can do this natively as Cwc describes.</p>
<p>Use the CpyToImpF command and convert the file to a delimited file.<br />
Use CSV it&#8217;s a standard format and will import into Excel just fine.</p>
<p>Or if this is on demand the user can use the Client Access file download feature. There&#8217;s a plugin for Excel so they have a download and upload button in excel.</p>
<p><a href="http://www.iseries400experts.com/aej/nov05.jsp">Link</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cwc</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-to-excel-2/#comment-57733</link>
		<dc:creator>cwc</dc:creator>
		<pubDate>Wed, 12 Nov 2008 18:50:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-57733</guid>
		<description><![CDATA[In addition to viewing the file through iSeries Navigator or Windows Explorer, you can also use the WRKLNK command to get to your file.  This shows you all the directories in the IFS that you have authority to.  From there, you should be able to see the /gopal directory, and drill down into its subdirectories accordingly to view your file.  

For more clarification about the IFS: 
The WRKFLR command only sees the folders/directories contained in the /QDLS directory, which is just a part of the IFS (Integrated File System).  This is why you can&#039;t see your file through the WRKFLR command.  /QDLS is the file system for Document Library Services, and as Graybeard recommended, it is better to not use it for what you&#039;re doing, as it has some limitations, such as only supporting the old DOS naming convention (no long file names).  Its use has been deprecated by the greater flexibility of the IFS as a whole.  Through the IFS, any directory or library on the System i can be viewed.  

In addition to the software you downloaded, you can also use the native CPYTOIMPF, CPYFRMIMPF, CPYTOSTMF, and CPYFRMSTMF commands to copy to and from files in the IFS.]]></description>
		<content:encoded><![CDATA[<p>In addition to viewing the file through iSeries Navigator or Windows Explorer, you can also use the WRKLNK command to get to your file.  This shows you all the directories in the IFS that you have authority to.  From there, you should be able to see the /gopal directory, and drill down into its subdirectories accordingly to view your file.  </p>
<p>For more clarification about the IFS:<br />
The WRKFLR command only sees the folders/directories contained in the /QDLS directory, which is just a part of the IFS (Integrated File System).  This is why you can&#8217;t see your file through the WRKFLR command.  /QDLS is the file system for Document Library Services, and as Graybeard recommended, it is better to not use it for what you&#8217;re doing, as it has some limitations, such as only supporting the old DOS naming convention (no long file names).  Its use has been deprecated by the greater flexibility of the IFS as a whole.  Through the IFS, any directory or library on the System i can be viewed.  </p>
<p>In addition to the software you downloaded, you can also use the native CPYTOIMPF, CPYFRMIMPF, CPYTOSTMF, and CPYFRMSTMF commands to copy to and from files in the IFS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tjgm88</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-to-excel-2/#comment-57716</link>
		<dc:creator>tjgm88</dc:creator>
		<pubDate>Wed, 12 Nov 2008 03:49:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-57716</guid>
		<description><![CDATA[Hi Friend,

This the command line and the response suggesting successful conversion.  But where is the file placed?  I do have the path &quot;\gopal\excel&quot;. Thanks for your assistance.

CVTPFXLS FROMFILE(ASMDEV/QSYSPRT) TOSTMF(&#039;\gopal\excel\qsysprt.xls&#039;) FLDH 
DR(*TEXT)                                                                 
Ownership of object PFXLSSPC in QTEMP type *USRSPC changed.               
19 records converted.                                                     
Excel spreadsheet in \gopal\excel\qsysprt.xls.                            
Physical file QSYSPRT in library ASMDEV converted to Excel Format.]]></description>
		<content:encoded><![CDATA[<p>Hi Friend,</p>
<p>This the command line and the response suggesting successful conversion.  But where is the file placed?  I do have the path &#8220;\gopal\excel&#8221;. Thanks for your assistance.</p>
<p>CVTPFXLS FROMFILE(ASMDEV/QSYSPRT) TOSTMF(&#8216;\gopal\excel\qsysprt.xls&#8217;) FLDH<br />
DR(*TEXT)<br />
Ownership of object PFXLSSPC in QTEMP type *USRSPC changed.<br />
19 records converted.<br />
Excel spreadsheet in \gopal\excel\qsysprt.xls.<br />
Physical file QSYSPRT in library ASMDEV converted to Excel Format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: graybeard52</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-to-excel-2/#comment-57714</link>
		<dc:creator>graybeard52</dc:creator>
		<pubDate>Wed, 12 Nov 2008 00:38:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-57714</guid>
		<description><![CDATA[Normally you write the xls file to the IFS.  I suggest NOT using QDLS.  Check the path you specified for the file and use Navigator or Windows share to view the file.
You may want to post the command line so we can see where the file is being directed.  It is both important and sometimes tricky to get the path specified correctly if you are not used to using the IFS.]]></description>
		<content:encoded><![CDATA[<p>Normally you write the xls file to the IFS.  I suggest NOT using QDLS.  Check the path you specified for the file and use Navigator or Windows share to view the file.<br />
You may want to post the command line so we can see where the file is being directed.  It is both important and sometimes tricky to get the path specified correctly if you are not used to using the IFS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tjgm88</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-to-excel-2/#comment-57712</link>
		<dc:creator>tjgm88</dc:creator>
		<pubDate>Tue, 11 Nov 2008 22:30:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-57712</guid>
		<description><![CDATA[I have managed to down load the software for CVTPFXLS from the web and activated the same.  However, after issuing the command get a successful messge but cannot see the resultant excel file in the IFS using WRKFLR command.  Don&#039;t wuite understand whats happening here. Can someone help please?]]></description>
		<content:encoded><![CDATA[<p>I have managed to down load the software for CVTPFXLS from the web and activated the same.  However, after issuing the command get a successful messge but cannot see the resultant excel file in the IFS using WRKFLR command.  Don&#8217;t wuite understand whats happening here. Can someone help please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tjgm88</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-to-excel-2/#comment-57674</link>
		<dc:creator>tjgm88</dc:creator>
		<pubDate>Mon, 10 Nov 2008 23:36:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-57674</guid>
		<description><![CDATA[Hi,

We are running on V5R4.  The command CVTPFXLS does not seem to be on the system.  Does this need special licensing?

GM]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>We are running on V5R4.  The command CVTPFXLS does not seem to be on the system.  Does this need special licensing?</p>
<p>GM</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/8 queries in 0.050 seconds using memcached
Object Caching 339/340 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 01:52:22 -->