Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
ravirao68
Contributor II
Contributor II

Replicate DB2 TABLE EBCDIC data to SQL TABLE - ASIS (MIRROR Image, no data transformation)

We want to do CDC from source IBM DB2 to target Microsoft SQL Server.  My queries are as follows:

a. Is it possible to copy IBM DB2 EBCDIC table data to be copied ASIS (i.e. MIRROR Image, no data transformation) to Microsoft SQL Server.?  We are using Collate SQL_EBCDIC037_CP1_CS_AS for char() and varchar() fields to store the EBCDIC data in the Microsoft SQL Table.

b. In the current CDC process, we see that IBM DB2 char() datatype is converted to varchar() in the Microsoft SQL Server - how can we retain the char() datatype in Microsoft SQL Server?

Could you please provide some solution to the above.

 

Labels (1)
10 Replies
ravirao68
Contributor II
Contributor II
Author

Thanks John for your inputs.  We will open a support ticket for furether assistance.