> Since it's not the default, is there a reason not to be in unicode mode?
None, except most historical data is written in ASCII, and therefore there will be a performance penalty reading ASCII tables in a UTF8 SAS session.
I didn't notice differences in data set size, even when storing double-byte values like Russian characters (and I can't explain why. Why oh why?).
Also, once you allow Unicode data in the data sets, a warning in the log will inform that these characters are lost whenever non-ASCII characters are retrieved from a non-Unicode SAS session.
... View more