Hi,
In database, I have a table with a column (Chinese_Name) which display the chinese character name of a person.
When I bring in the table to the SAS environment, I only able to see ??? instead of the chinese characters. So, what should I do to able to display chinese characters?
The column description: (Current)
Column: Chinese_Name
Data Type: Char
Data Length: 80
Format: $80.
Informat: $80.
Is it something to do with the format, informat of the column ?
Format: $utf8x.
Informat: $utf8x.
Thanks.
Yours Sincerely,
helphelp
Message was edited by: HelpHelp