Hi, In order to test the Gender Analysis function, I uploaded an export of my Facebook friends list to the CAS server. In Data Studio, I split the names in first name and last name and used the first name to determine the gender of my friends. I did not expect to have a 100% correct result (it's mix of Belgian, French & other nationalities) but I am somehow puzzled that all first names are considered as 'U'. I switched the Locale to different values but always get the same result... Update: Using the full name, I get acceptable results. Can someone please explain me why a full name is needed in order to determine the gender? Using SAS Data Studio 2.2 on Viya 3.4. Code snippet: "Gender"n = dqgender ("FirstName"n, "Name", "ENGBR"); Data Studio: Result in VA: Any idea? Thanks
... View more