I have some datasets downloaded from another source (WRDS). When I first work with these datasets, a NOTE message appears and say "the dataset is in a format the is native to another host, or the file encoding does not match the session endcoding. Cross Environment Data Acess will be used ......". For most datasets, there was no further error message for this. However, I have an Error message with my recent dataset. It just does not copy to another library, or let me sort or do anything. I understand that the dataset uses a different encoding ( WLATIN1 to be exact) whereas my session encoding is UTF-8. Wouldn't UTF-8 be able to read in the data? How should I deal with this issue? How can I change the encoding of the dataset once and then work with it later on?
... View more