Hi All, I want to anonymize few names fields and the requirement is to get the new anonymized names that look real. For example, DAVID can be changed to something like "CHARLES" (it looks real) nut not ("CFSDJN") Is there a way in achieving this in SAS? If not, can it be done in any other tool and technologies? 2. similarly some fields that contain the chars+digits, how to anonymize them? The new anonymized value also should have same pattern (chars+digits maintaining the positions). so that the end users will not know that they are anonymized and we need to maintain the integrity in all tables containing the fields, so that the values can be used for joining, primary keys etc. Note: The anonymized values should be same for every new run.
... View more