![]() |
![]() |
![]() |
![]() |
![]() |
•
• Following are the typical procedures to convert code which includes MBCS using Tuxedo ART Workbench:
2. Use code page conversion utility (e.g. ICU uconv) to convert the multiple-byte characters in EBCDIC encoding (e.g. IBM-1390) in the source assets to multiple-byte characters in encoding on open system (e.g.,. Shift-JIS).
1. Set the following db-param.cfg parameters to generate the unload scripts which unloads the db2 data in “csv” format:
4. Run "tso ftp" command to connect the target platform.file_system_codepage and network_transfer_codepagee are the corresponding Mainframe code pairs to your target MBCS. For example, for Simplified Chinese character set, choose IBM-5488 as file_system_codepage and IMB-1388 or UTF-8 as network_transfer_codepage.
6. Run “ftp put”command to transfer the data file to target platform.
7. Set NLS_LANG environment parameter and reload the data file without transcoding. For example, export NLS_LANG="SIMPLIFIED CHINESE_CHINA.XXXX"For information about the typical procedure of converting the data file containing MBCS from DB2 on Mainframe, refer to the Tuxedo ART Workbench Reference Guide.ICU uconv utility is recommended to convert the multiple-byte characters in EBCDIC encoding in the source assets to multiple-byte characters in encoding on open system.The typical usage of uconv utility is as following: