|
In V5R3, the efficiency of CPYFRMIMPF was changed by not copying the data to an intermediate file. In the past usage of the intermediate file took care of CCSID conversions. Now with V5R3, no conversion of the data occurs when the target table has a CCSID of 65535 or no explicit CCSID. Without more details on your issue, I'd guess that your problem would be solved by changing the CCSID of your target table. ALTER TABLE statement is the easiest way to change the CCSID of your text columns. ==================================
MORE INFORMATION ON THIS TOPIC
==================================
Check out this Search400.com Featured Topic: Database issues resolved
Search400.com's targeted search engine: Get relevant information on DB2/400.
The Best Web Links: Tips, tutorials and more.
|