Search found 1 match
- Thu Jul 16, 2020 10:44 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: SetOutputCharacterSet
- Replies: 7
- Views: 6430
Re: SetOutputCharacterSet
Finally it worked after I decided to move the setOutputCharacterSet function from the prolog to the data tab where the file is actually written. Apparently one must keep in mind that each tab writes a new file (or overwrites the one from the previous tab), so you need to have the code page definiti...