Using Translation During File Transfer Operations
Translation is specified in the copy statement of a IBM® Connect:Direct® Process. You can use the default translation table or create a new table.
Translation is specified in the copy statement of a IBM Connect:Direct Process. You can use the default translation table or create a new table.
To use the default translation table, type the following copy statement:
copy from file=abc
to file=xyz
sysopts=":xlate.tbl=yes:"
To specify a customized table for data translation, include the following sysopts subparameter in the copy statement, where pathname/filename identifies the translation table:
copy from file=filename
to file=filename
sysopts=":xlate.tbl=pathname/filename:"
Refer to the UNIX section of the IBM Connect:Direct Processes Web site at https://www.ibm.com/support/knowledgecenter/CD_PROC_LANG/com.ibm.help.cdprocoverview.doc/cdprc_over_what_is_a_cd_process.html for additional details concerning translation table specification with a copy statement.