I am importing some data from my IBM DB2 Z/OS mainframe to SQL Server 2005 using the SSIS import wizard. The wizard automatically converted the DB2 string data before trying to store it to SQL Server. The code page that the wizard chose to do its conversion is the 1252 Ansi Latin. However, I am getting the following error on the address field...."one or more characters had no match in the target code page". Can someone suggest another code page ASCII IBM 37

Getting code page errors....
swimming
If you have characters in the source that have no match in your target code page you might
have to replace them via the derived column transformation. Therefore you have to know
all those characters that do not match.
Fridtjof
Blair Stark