I am looking for options if it is somehow possible to enforce a specific encoding (ANSI/UTF8) with TPT Export for the output .dat data file.
The exported data file is required to be in ANSI format, Currently the same TPT export script generate files with different encoding in different env. (Dev/Test/Prod), possibly due to default environment settings.
I have tried CHARACTER SET ASCII and resulted in UTF8 on one machine while ANSI on the other. (Server OS AIX)
The other option is to use some post script to convert the out file to desired encoding.