<?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: Upload Spreadsheet to AS400 using Excel addin &#8211; creates graphic fields for alpha fields</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/upload-spreadsheet-to-as400-using-excel-addin-creates-graphic-fields-for-alpha-fields/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/upload-spreadsheet-to-as400-using-excel-addin-creates-graphic-fields-for-alpha-fields/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 18:26:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: aceofdelts</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/upload-spreadsheet-to-as400-using-excel-addin-creates-graphic-fields-for-alpha-fields/#comment-69440</link>
		<dc:creator>aceofdelts</dc:creator>
		<pubDate>Fri, 23 Oct 2009 21:06:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-69440</guid>
		<description><![CDATA[We do a few data transfers via add-ins.  Loading to a work file is an advisable technique.. 

You can skip the IFS if you have a good transfer definition.  I recently fought with an upload that had similarities to your issue.  One step that helped was to create a DDS with the file layout that I wanted.  I created a phony record in this file and ran a data transfer to my PC (to a throw-away file with the same name as my (temporarily renamed) real file.  This creates the data transfer map.  Finally, I uploaded my real file using this map (it is a  &quot;.FDF&quot; on the PC).

Note that it&#039;s OK to define alpha fields to a longer length than needed.  Can get complications if data is longer than the target field.

Mike]]></description>
		<content:encoded><![CDATA[<p>We do a few data transfers via add-ins.  Loading to a work file is an advisable technique.. </p>
<p>You can skip the IFS if you have a good transfer definition.  I recently fought with an upload that had similarities to your issue.  One step that helped was to create a DDS with the file layout that I wanted.  I created a phony record in this file and ran a data transfer to my PC (to a throw-away file with the same name as my (temporarily renamed) real file.  This creates the data transfer map.  Finally, I uploaded my real file using this map (it is a  &#8220;.FDF&#8221; on the PC).</p>
<p>Note that it&#8217;s OK to define alpha fields to a longer length than needed.  Can get complications if data is longer than the target field.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/upload-spreadsheet-to-as400-using-excel-addin-creates-graphic-fields-for-alpha-fields/#comment-69334</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 22 Oct 2009 00:51:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-69334</guid>
		<description><![CDATA[Stay aware that the root problem still exists. This should work without those steps. However, until the system CCSID is set to a useful CCSID value, e.g., 37, translation difficulties will arise at various points.

Your system is configured with QCCSID=65535. You can think of this as something like having all of your FTP transfers done in BINARY mode. CCSID 65535 effectively means &quot;Do not translate/convert&quot;. Setting a standard system CCSID tells the system a lot about how character translation should be done between PCs (or non-PCs) and your system or even between different jobs within your system.

Although you needed to be focused on your current problem, keep in mind that the QCCSID system value ought to be set.. Ideally, plan for it being done, the sooner the better.

Tom]]></description>
		<content:encoded><![CDATA[<p>Stay aware that the root problem still exists. This should work without those steps. However, until the system CCSID is set to a useful CCSID value, e.g., 37, translation difficulties will arise at various points.</p>
<p>Your system is configured with QCCSID=65535. You can think of this as something like having all of your FTP transfers done in BINARY mode. CCSID 65535 effectively means &#8220;Do not translate/convert&#8221;. Setting a standard system CCSID tells the system a lot about how character translation should be done between PCs (or non-PCs) and your system or even between different jobs within your system.</p>
<p>Although you needed to be focused on your current problem, keep in mind that the QCCSID system value ought to be set.. Ideally, plan for it being done, the sooner the better.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paulclemens</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/upload-spreadsheet-to-as400-using-excel-addin-creates-graphic-fields-for-alpha-fields/#comment-69314</link>
		<dc:creator>paulclemens</dc:creator>
		<pubDate>Wed, 21 Oct 2009 19:05:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-69314</guid>
		<description><![CDATA[Thanks everyone for your help...ultimately I:
1. created the file using DDS on my AS400, 
2. added some records to the file
3. downloaded the file to the pc using Client Access
4. I saved the FDF from the download
5. I started Excel and clicked the AS400 file transfer addin
6. I created a transfer to the AS400 using the FDF
7. I transferred the file to the AS400 
All fields in the file were available to me.]]></description>
		<content:encoded><![CDATA[<p>Thanks everyone for your help&#8230;ultimately I:<br />
1. created the file using DDS on my AS400,<br />
2. added some records to the file<br />
3. downloaded the file to the pc using Client Access<br />
4. I saved the FDF from the download<br />
5. I started Excel and clicked the AS400 file transfer addin<br />
6. I created a transfer to the AS400 using the FDF<br />
7. I transferred the file to the AS400<br />
All fields in the file were available to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/upload-spreadsheet-to-as400-using-excel-addin-creates-graphic-fields-for-alpha-fields/#comment-69312</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 21 Oct 2009 18:23:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-69312</guid>
		<description><![CDATA[Try changing the job as CHGJOB CCSID(37)

Use CCSID(37) for US English as well as various related language settings. To get a more certain value, DSPJOB OPTION( *DFNA ) and scroll down two or three screens to see what &#039;Default coded character set identifier&#039; was chosen for the job. Use that value first. It&#039;s likely that your default is 37.

If that helps, we probably know the things to do next. If it doesn&#039;t help, please describe any differences that you can recognize.

Tom]]></description>
		<content:encoded><![CDATA[<p>Try changing the job as CHGJOB CCSID(37)</p>
<p>Use CCSID(37) for US English as well as various related language settings. To get a more certain value, DSPJOB OPTION( *DFNA ) and scroll down two or three screens to see what &#8216;Default coded character set identifier&#8217; was chosen for the job. Use that value first. It&#8217;s likely that your default is 37.</p>
<p>If that helps, we probably know the things to do next. If it doesn&#8217;t help, please describe any differences that you can recognize.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paulclemens</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/upload-spreadsheet-to-as400-using-excel-addin-creates-graphic-fields-for-alpha-fields/#comment-69292</link>
		<dc:creator>paulclemens</dc:creator>
		<pubDate>Wed, 21 Oct 2009 12:28:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-69292</guid>
		<description><![CDATA[The system value is 65535.]]></description>
		<content:encoded><![CDATA[<p>The system value is 65535.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/upload-spreadsheet-to-as400-using-excel-addin-creates-graphic-fields-for-alpha-fields/#comment-69276</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 20 Oct 2009 22:38:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-69276</guid>
		<description><![CDATA[What is your QCCSID system value set to be?

Tom]]></description>
		<content:encoded><![CDATA[<p>What is your QCCSID system value set to be?</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 2/10 queries in 0.027 seconds using memcached
Object Caching 334/343 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 18:37:21 -->