Thank you, @ScottMcCauley . Of course, some metadata store localised, which means translated into non-English languages - user information. However, this situation doesn't occur systematically and most localised charsets have fixed-length (Single Byte) except - to the best of my knowledge - in Asia where UTF8 is required for Multi-Bytes characters (Hanzi, Kanji etc.). Therefore, knowing that SAS 9 with fixed-length charset (non UTF8) is rather the norm than the exception, I think that adjusting to this case could be very beneficial. Setting up a UTF8 SAS 9 session is quite demanding and implies in most deployments to configure another Logical Server only for this very purpose : this would drastically limit the scope of the tables generated by the Inventory report, which looks incredibly useful :).
... View more